Convert each key value pair to columns of dataframe in pyspark
I have following array of map and I want to convert it into array of structs to convert all key value pairs to columns of a dataframe
I have following array of map and I want to convert it into array of structs to convert all key value pairs to columns of a dataframe