How to add element from list to a dataframe as column preserving the order?

后端 未结 0 1717
执笔经年
执笔经年 2020-12-16 01:56

Imagine I have a list of three dataframes and a list with three names.

df1 = pd.DataFrame({\'a\':[0,1,2],
                    \'b\':[2,3,1]})
df2 = pd.DataFra         


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