KnowledgeBoat Logo
|

Informatics Practices

What is pymysql library of Python ?

Python Pandas

1 Like

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.

Answered By

1 Like


Related Questions