CBSE Class 12 Informatics Practices Question 8 of 70

Importing/Exporting Data between CSV Files/MySQL and Pandas — Question 3

Back to all questions
3
Question

Question 3

Name the function you would use to store data from a DataFrame into a CSV file.

Answer

The function used to store data from a DataFrame into a CSV file is to_csv().