df_all = pd.concat([df_xxx,df_yyy,df_zzz],axis=0)
Second argument: Specify that the connection is in the vertical direction with Axis = 0. Excel gives the same column name
http://qiita.com/hik0107/items/d991cc44c2d1778bb82e
Recommended Posts