Hi, I am currently facing an issue , while performing union on three data fames say df1,df2,df3 once the operation is performed and I am trying to save the data , the data is getting shuffled so the ordering of data in df1,df2,df3 are not maintained.
When I save the data as text/csv file the content of the data gets shuffled within. There is no way to order the dataframe as these 3 dataframes don't share any common field/constraint. Let me know if there is a work around to maintain the ordering of the dataframes after union and write. Regards, Snehasish