CBSE Class 12 Informatics Practices Question 53 of 70

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

Back to all questions
8
Question

Question 8

What is pymysql library of Python ?

Answer

The pymysql library provides a Python interface for connecting to MySQL databases, which allows to execute SQL queries and retrieve data from the database into our Python program.