Write command to store data of dataframe mdf into a CSV file Mydata.csv, with separator characeter as ‘@’.

Ans:
mdf.to_csv( “Mydata.csv”, sep = “@”)

error: Content is protected !!