This project demonstrates how sales data can be transformed, modeled, and used to generate business insights.
It showcases an end-to-end workflow from raw data to forecasting.
- dbt: data cleaning + modeling
- Python (pandas, Prophet): forecasting
- Matplotlib/Seaborn: visualization
- Raw sales data → staged in dbt
- Aggregated into daily sales fact table
- Forecast next 30 days using Prophet
- Visualize trends + predictions
- Add anomaly detection for unusual sales spikes
- Deploy model in the cloud (Vertex AI / similar)
- Build dashboard in Tableau/Hex