A live, deployable data science dashboard built in Python (Flask + Pandas + NumPy).
Implements the full research workflow:
- Synthetic data generation (5,000+ user records)
- Data cleaning pipeline (null removal, outlier capping)
- Exploratory data analysis (groupby, describe, pivot)
- Interactive visualisation served via a Flask JSON API
# 1. Install dependencies
pip install -r requirements.txt
# 2. Run the app
python app.py
# 3. Open in browser
http://localhost:5000