This project processes a synthetic e-commerce dataset to demonstrate data engineering skills, including OOP, cleaning, and feature engineering. It follows a 12-step roadmap to load, clean, transform, and analyze sales data, producing a cleaned dataset and insights.
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
jupyter notebook