- 目次
- 表計算
- コード
【表計算】Excel・スプレッドシートでデータの分析
数値計算・要約について
四則演算 + - * /
ベキ乗 ^, 平方根SQRT()
[custom_content_widget post_id="42965"]
[custom_content_widget post_id="43005"]
データの大きさ(個数)COUNT()
[custom_content_widget post_id="42989"]
最大値・最小値MAX() MIN()
[custom_content_widget post_id="42985"]
合計値SUM()
[custom_content_widget post_id="42982"]
平均値 AVERAGE()
[custom_content_widget post_id="42972"]
グラフの作成について
棒グラフの作成
[custom_content_widget post_id="43220"]
折れ線グラフの作成
[custom_content_widget post_id="43245"]
円グラフの作成
[custom_content_widget post_id="43253"]
帯グラフの作成
[custom_content_widget post_id="43264"]
マップチャートの作成
[custom_content_widget post_id="43271"]
ヒートマップの作成【条件付き書式】
[custom_content_widget post_id="43329"]
レーダーチャートの作成
[custom_content_widget post_id="43279"]
度数分布表の作成FREQUENCY()
[custom_content_widget post_id="43841"]
ヒストグラムの作成
[custom_content_widget post_id="43293"]
箱ひげ図の作成
[custom_content_widget post_id="43303"]
散布図の作成
[custom_content_widget post_id="43286"]
クロス集計表の作成【ピボットテーブル】
[custom_content_widget post_id="43338"]
【コード】Pythonでデータの整理
数値計算・要約について
四則演算 + - * /
ベキ乗 **, 平方根sqrt()
[custom_content_widget post_id="38476"]
[custom_content_widget post_id="38073"]
データの大きさ(個数)len()
[custom_content_widget post_id="43499"]
最大値・最小値max() min()
[custom_content_widget post_id="41465"]
合計値sum()
[custom_content_widget post_id="41428"]
平均値 sum()/len() mean()
[custom_content_widget post_id="43502"]
[custom_content_widget post_id="43584"]
[custom_content_widget post_id="43557"]
グラフの作成について
Matplotlibで日本語利用japanize_matplotlib
[custom_content_widget post_id="43362"]
棒グラフの作成bar()
[custom_content_widget post_id="43427"]
折れ線グラフの作成plot()
[custom_content_widget post_id="43417"]
円グラフの作成pie()
[custom_content_widget post_id="43431"]
帯グラフの作成(barh()で積立横棒グラフ)
[custom_content_widget post_id="43462"]
レーダーチャートの作成(極座標系で多角形表示)
[custom_content_widget post_id="43473"]
度数分布表の作成histogram()
[custom_content_widget post_id="43851"]
ヒストグラムの作成hist()
[custom_content_widget post_id="43456"]
箱ひげ図の作成boxplot()
[custom_content_widget post_id="43437"]
散布図の作成scatter()
[custom_content_widget post_id="43451"]


