PySpark: How to join two tables on different keys AND get all columns from each?

后端 未结 0 1824
南旧
南旧 2020-12-05 01:01

I am trying to join two dataframes in pyspark but I cannot get the second dataframe\'s columns to show up in the result:

df_a.withColumn("loc", f.co         


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