I am writing a dataframe into a csv as follows:
appended_Dimension.to_csv("outputDimension.csv")
The dataframe is as f
dataframe