pandas: access i column corresponding to i index value in other df

后端 未结 0 632
忘了有多久
忘了有多久 2020-11-21 17:01

I am trying to access a column values corresponding to an index i in another df.

I know it can easily be done like the following:

for i in df1.index:
          


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