Write command to store data of dataframe mdf into a CSV file Mydata.csv, with separator characeter as ‘@’. / Sumita Arora Solution / By Sanjay Kumar Ans: mdf.to_csv( “Mydata.csv”, sep = “@”)
Name some common data structures of Python’s Pandas library. Python Pandas, Sumita Arora Solution / By Sanjay Kumar