Error with ArrayType(StructType) in pyspark when using schema to create a data frame

后端 未结 0 355
遇见更好的自我
遇见更好的自我 2021-02-04 04:41

I am trying to do the following:

subschema = T.ArrayType(T.StructType([
    T.StructField("AA", T.LongType(), True),
    T.StructField("BB", T         


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