AshleyAlexJacob / Large-CSV-to-MySql

A python script to upload large data from CSV file to My Sql database.

Repository from Github https://github.comAshleyAlexJacob/Large-CSV-to-MySqlRepository from Github https://github.comAshleyAlexJacob/Large-CSV-to-MySql

Large-CSV-to-MySql

A python script to upload large data from CSV file to My Sql database.

  1. Configure python enviroment
  2. Configure your database and table.
  3. Install python packages
    a. pip install pandas
    b. pip install mysql-connector-python==8.0.29
  4. Add your dataset to the project folder
  5. Replace query column names accordingly to your dataset.
  6. In terminal type => python app.py

About

A python script to upload large data from CSV file to My Sql database.


Languages

Language:Python 100.0%