This project demonstrates how to establish a connection to a MySQL database using Python and SQLAlchemy. It also includes an example of how to perform a simple SQL query and fetch data from a MySQL database.
To run this code, you need the following Python packages installed:
pandas
pymysql
sqlalchemy
urllib
You can install these dependencies using pip
:
pip install pandas pymysql sqlalchemy