A python script to upload large data from CSV file to My Sql database.
- Configure python enviroment
- Configure your database and table.
- Install python packages
a. pip install pandas
b. pip install mysql-connector-python==8.0.29 - Add your dataset to the project folder
- Replace query column names accordingly to your dataset.
- In terminal type => python app.py