CBSE Class 12 Informatics Practices
Question 39 of 70
Importing/Exporting Data between CSV Files/MySQL and Pandas — Question 4
Back to all questionsFalse
Reason — In Python, we don't need to import the CSV package specifically to store a DataFrame in a CSV file when using the Pandas library. The DataFrame.to_csv() method is provided by Pandas itself and handles the conversion of DataFrame data to a CSV file format.