Extract data from JSON in Pyspark Dataframe from a column and Flatten

45 Views Asked by At

I have a pyspark dataframe with a nested JSON column in a string format.

The output likes like:
enter image description here

I was trying to flatten it into row and column format using PySpark.

Any suggestions or clues would be highly appreciated. Thank you in advance.

0

There are 0 best solutions below