CBSE Class 12 Informatics Practices
Question 22 of 70
Importing/Exporting Data between CSV Files/MySQL and Pandas — Question 3
Back to all questionsno extra package required
Reason — Python's Pandas library offers two functions, read_csv() and to_csv(), that help bring data from a CSV file into a DataFrame and write a DataFrame's data to a CSV file. Therefore, we do not need to import any additional packages or modules other than pandas.