pySpark .join() with different column names and can't be hard coded before runtime

后端 未结 0 582
野的像风
野的像风 2020-12-03 01:55

I get this final = ta.join(tb, on=[\'ID\'], how=\'left\') both left an right have a \'ID\' column of the same name.

And I get this final = ta.join(

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