How to explode mutiple colulms using pandas dataframe

后端 未结 0 1651
天涯浪人
天涯浪人 2021-02-04 11:51

df=spark.sql("select key, name, subjects from table")

df in from above select statement :

key name    subjects
12  x,y,z   1,2,3
20  a,b     8,7         


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