Informatics Practices
What all libraries do you require in order to interact with MySQL databases (and DataFrame) from within Python ?
Python Pandas
1 Like
Answer
To interact with MySQL databases and DataFrames in Python, we need the pymysql and pandas libraries.
Answered By
1 Like
Related Questions
Why do you need connection to an SQL database in order to get data from a table ?
What is pymysql library of Python ?
What additional argument do you need to specify in to_sql() so that old data of MySQL table is retained ?
If query is a string storing an SQL statement. Write statements so that the data is fetched based on query from SQL database Mydata.