Convert PySpark DataFrame struct column to string of key-value pairs

前端 未结 0 842
我在风中等你
我在风中等你 2020-12-04 19:28

I have a struct with a large number of key-value pairs:

|-- struct_col: struct (nullable = false)
|    |-- key1: string (nullable = false)
|    |-- key2: stri         


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