LoginSignup
0
2

More than 5 years have passed since last update.

pandasを使い読み込んだ複数のエクセルファイルを1つにまとめる

Posted at

こう書きます

df_all = pd.concat([df_xxx,df_yyy,df_zzz],axis=0)

メモ

第二引数:Axis=0で縦方向の結合であることを指定する。
エクセルは同じ列名をつけます

0
2
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
2