PySpark Pivoting all rows

前端 未结 0 1969
小蘑菇
小蘑菇 2021-01-14 08:06

I have a dataframe that I want to pivot, and I want to pivot all rows, not just max, min or first:

df = spark.createDataFrame(
    [
        (\'sequence\', \'         


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