Error while converting RDD to Dataframe [PySpark]

前端 未结 0 1936
轮回少年
轮回少年 2021-02-09 04:11

I\'m trying to convert an RDD back to a Spark DataFrame using the code below

schema = StructType(
        [StructField("msn", StringType(), True),
              


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