How would I perform a join in Scala based on whether one OR another column match the case?

前端 未结 0 378
南方客
南方客 2021-01-01 01:12

Say I have df1 as this:

var df1 = Seq("a","b","c","d").toDF("letter")

and df2 as th

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