loc and join generated using for loop

后端 未结 0 973
眼角桃花
眼角桃花 2020-12-04 02:40

I\'m using a for loop to access a specific row value and to join two dataframes.

w=[\'AB\', \'BC\', \'CD\']

for each_item in w:

    each_item_df1 = df2.loc[         


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