Error while spark dataframe melt in scala(wide to long format)

后端 未结 0 1272
失恋的感觉
失恋的感觉 2021-01-16 06:27

I am tring to melt spark dataframe in scala using below code

val cols = df.columns
val df_melt = df.selectExpr("stack({}, {})".format(len(cols), \',         


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