CBSE Class 12 Informatics Practices Question 54 of 70

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

Back to all questions
9
Question

Question 9

What all libraries do you require in order to interact with MySQL databases (and DataFrame) from within Python ?

Answer

To interact with MySQL databases and DataFrames in Python, we need the pymysql and pandas libraries.