How to concat two or more data frames with different columns names in pandas

前端 未结 0 1314
天命终不由人
天命终不由人 2021-01-13 08:07

I have hundreds csv files and I need join it to one file. I have it all load as pandas dataframes. Sample dataframes:

df1 = pd.DataFrame({\'a\':[\'e1\',\'e1\'         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题