0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

学習日記 #1 : データ分析

Posted at

日記をはじめたきっかけ

最近出た本の影響でどうやらアクティブリコールが流行ってるらしいのでさっそく自分も実践してみる的な流れ

データ分析系を選んだ動機

ちょっとクロスワード解くくらいの趣味の領域
Kaggleのコンペ出るのってなんか楽しそうやん、、、

学習ソース

Youtube

内容

Kaggleのタイタニックネタを教材にして前処理をやる感じ

今日やったこと

  • Google Colabのインストール
  • Google Driveのマウント
  • Numpy, Pandas, Matplotlib, Seaboarnのライブラリインポート
  • データの確認
  • 学習データとテストデータの結合 (concat使うやつ
  • 欠損値の確認 (isnullとかsumとか
  • データの可視化
    • Pandas, Matplotlib, Seabornそれぞれの方法で
      • PandasとMatlotlibは集計の手順挟むけどSeabornはその手順なしでできちゃうってよ
  • 欠損値の補完 (fillna使うやつ
    • 欠損値の補完の中身は慎重に
  • 代表値(max, min, mean, median)の取得

感想

  • 無料でここまでできちゃうんや...
  • Pythonの基本的なことは入門書とかで理解しといてよかった

次回はカテゴリカル変数の数値変換をやる予定

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?