Skip to content

Instantly share code, notes, and snippets.

@yattom
Last active December 23, 2022 11:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yattom/05252af6f07d897f2b8ca1daf8b59a4e to your computer and use it in GitHub Desktop.
Save yattom/05252af6f07d897f2b8ca1daf8b59a4e to your computer and use it in GitHub Desktop.

お題: 数値データを処理する

  • CSVファイルを読む
    • SKU ID, 商品名, アクセス数
  • 壊れてる行を取り除く
  • アクセス数(3カラム目)の平均を出力する
    • 外れ値を取り除く(最大値と最小値)
  • アクセス数(3カラム目) が平均を超える行をすべて出力する
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment