CBSE Class 12 Informatics Practices Question 47 of 70

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

Back to all questions
2
Question

Question 2

What all libraries do you require in order to bring data from a CSV file into a DataFrame ?

Answer

Python's Pandas library is required to bring data from a CSV file into a DataFrame.