This project analyzes customer orders, products, and customer behavior stored in a MySQL database.
The analysis is performed using Python in a Jupyter Notebook environment, with SQL used to extract relevant data from the database.
ShopMart_E_Commerce_Company/
analysis.ipynb: Contains the main Jupyter Notebook for data analysiskey.env: Contains my DB credentialsdb.py: Reusable database connectorrequirements.txt: Python packages listseed_db.py: Schema + Simulated data generatorschema.sql: SQL schema (reference only)
To install the necessary Python libraries, run:
pip install -r requirements.txt