accessing a column of dataframe after concatenating two dataframes

前端 未结 0 887
时光说笑
时光说笑 2020-12-11 05:22

I have concatenated two dataframes with below code:

df_stacked =pd.concat([df, df_kw], keys=["title","title"],axis= 1,
                  j         


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