Sales Forecasting and Predictive Analytics Project
April 29, 2025 ยท View on GitHub
This project focuses on sales forecasting, predictive analytics, and dashboard visualization using Qlik Sense, Qlik Catalog, and Python (SARIMA models).
๐ Project Structure
| Layer | File | Purpose |
|---|---|---|
| Data Loading | Stage1_MarutiSales.qvf | Load historical datasets and store them as .qvd files |
| Forecasted Data Loading | Predicted Sales.qvf | Load forecasted results from Python (VS Code) and store them as .qvd files |
| Data Transformation | Stage2_MarutiSales.qvf | Merge, clean, and transform historical + forecasted data |
| Visualization | Stage3_MarutiSales.qvf | Final app: Binary loaded transformed data and built creative and interactive dashboards |
๐ ๏ธ Tools & Technologies Used
- Qlik Sense
- Qlik Catalog
- Python (SARIMA - Seasonal ARIMA)
- Qlik Master Calendar
- Set Analysis and Advanced Qlik Load Scripting
๐ Key Highlights
- Forecasted units sold and net revenue per model, state, and dealer.
- Achieved an average forecast accuracy of 93% (MAPE: 5โ7%).
- Designed interactive dashboards to compare historical vs forecasted results across multiple dimensions.
- Streamlined business insights for data-driven decision-making.
๐ Folder Structure
MSIL_Sales_Forecasting_QlikProject/ โ โโโ Qlik_Files/ # All Qlik Sense project files (.qvf) โ โโโ Stage1_MarutiSales.qvf # Stage 1: Load and save data into QVDs โ โโโ Stage2_MarutiSales.qvf # Stage 2: Data transformation & preparation โ โโโ Stage3_MarutiSales.qvf # Stage 3: Final dashboard visualizations โ โโโ Predicted_Sales.qvf # Loading ML forecasted results into Qlik โ โโโ Python_Forecasting_Codes/ # Python codes for sales forecasting (SARIMA models) โ โโโ salesPrediction_model.py # Predicted Units Sold per Model | โโโ salesPrediction_modelRevenue.py # Predicted Revenue per Model โ โโโ salesForecast_byState.py # Forecasted Units Sold and Revenue per State โ โโโ salesForecast_byDealers.py # Forecasted Units Sold per Dealer โ โโโ Datasets_Used/ # datasets that were used in the project โ โโโ customers.xlsx # dataset about customers โ โโโ dealers.xlsx # dataset about dealers โ โโโ inventory.xlsx # dataset about inventory โ โโโ sales.xlsx # dataset about sales โ โโโ Dashboard_Screenshots/ # Images of the dashboards that were created โ โโโ LICENSE # MIT License file โโโ README.md # Full project documentation
โ ๏ธ Disclaimer
Original datasets are confidential and not uploaded to maintain data privacy.
Sample anonymized datasets are provided purely for demonstration purposes.
๐ License
This project is licensed under the MIT License. Feel free to use, modify, and share the project with appropriate credit.