Combine dataframes by shared key without broadcasting rows

前端 未结 0 518
清歌不尽
清歌不尽 2020-12-08 03:54

I have two DataFrames df1 and df2 Each df has the following structure: an id, and other variables

df1
id  var1   var2
100  1      blue
100  2      orange
101          


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