Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
makaishi2 committed Nov 26, 2022
1 parent afac62a commit eadf831
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,18 @@
以下に、本書の特徴的な例を掲載します。
<br>

* **データ分析のためのポイントをコラムで紹介(全体)**
 本書は、「データ分析」を最終的な目的とした書籍です。そこで、各章の説明の中で、特にデータ分析との関係で重要な点を下記のようなコラムの形でまとめました。


<div align="left">
<img src="images/chap4-1.png" width="300">
</div>


<br>


* **重要な文法は囲み記事で解説(1章)**

 1章のPythonプログラミング入門では、重要な文法は囲み記事で一つ一つの要素の意味を丁寧に解説します。
Expand Down Expand Up @@ -134,12 +146,12 @@ NumPyの特徴的な機能であるブロードキャスト機能も、その動
<br>


* **4章 タイタニック・データセットを総合的に分析**
* **タイタニック・データセットを総合的に分析(4章)**

4章では、それまでの学習の総まとめとして「タイタニック・データセット」を徹底的に分析します。下記は、「性別」「救命ボード」「生存状況」の3つの項目間の関係を整理した結果です。

<div align="left">
<img src="images/chap4-1.png" width="300">
<img src="images/chap4-2.png" width="300">
</div>


Expand Down

0 comments on commit eadf831

Please sign in to comment.