Import, clean, and transform CSV, LOG, JSON files, then load it into MySQL database; perform basics analysis using SQL and display the results.
- https://www.python.org/downloads/
- https://www.journaldev.com/30076/install-python-windows-10
- https://www.howtogeek.com/197947/how-to-install-python-on-windows/
- pip install -U pandas
- pip install -U sqlalchemy
- pip install -U mysql-connector
- pip install PyMySQL
- pip install json
- pip install -U cryptography