Relative Content

Tag Archive for xmlnesteddatabricks

Moving a nested dataframe into one row of another dataframe in databricks

I am working with xml exports from databricks, and I need to have the data in a specific format. I already have a nested datastructure in a dataframe, and I have successfully exported it with my_df.write.xml(filename) but I need to put wrapper structures around it. It would be so best to do it all from databricks.