Write command to store data of DataFrame mdf into a CSV file Mydata.csv, with separator character as '@'.
mdf.to_csv("Mydata.csv", sep = "@")