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?

More than 5 years have passed since last update.

Pythonで統計解析

Posted at

pythonで統計の学習をはじめました。
スクリーンショット 2020-05-21 10.49.18.png

スクリーンショット 2020-05-21 10.27.52.png

こんな感じのデータです。

やりたいこと

  • 名義変数の基本統計と表の作成
  • Sexの”F"のカウント表示方法
  • 連続変数統計の小数点以下の表示は小数点以下2桁くらいでいい

困っていること

  • df.describe()では、最頻値"M"は表示されるが、それ以外は表示されない。Sexでは"F"のカウントはない
  • 連続変数の統計量で、平均とか小数点以下6けた表示。

やったこと

スクリーンショット 2020-05-21 10.33.47.png
スクリーンショット 2020-05-21 10.39.09.png
スクリーンショット 2020-05-21 10.47.20.png

0
0
1

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?