Concatenate 2 dataframes having different values

后端 未结 0 1796
执笔经年
执笔经年 2020-12-30 13:09

we have the following two dataframes respectively.

Dataframe 1:
id =[30,30]
month =[1,3]
less_data =[\'pravin\',\'shashi\']

df = pd.DataFrame(list(zip(id,mon         


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