This project focuses on Sales Data Analysis using Python in a Jupyter Notebook.
It provides insights into sales trends, revenue generation, and product performance.
sales_ana.ipynbβ Notebook containing all analysis steps.sales_ana_corrected.ipynbβ Cleaned version of the notebook without execution errors.Sales_Analysis.pdfβ Original project report/summary in PDF format.
- Data Cleaning & Preprocessing
- Exploratory Data Analysis (EDA)
- Sales Trends Visualization
- Product & Revenue Insights
- Interactive plots (if using libraries like Plotly/Seaborn/Matplotlib)
- Python π
- Google Colab
- Pandas, NumPy β Data handling
- Matplotlib, Seaborn β Visualization
-
Clone this repository:
git clone https://github.com/your-username/sales-analysis.git cd sales-analysis -
Open the notebook in Jupyter or Google Colab:
jupyter notebook sales_ana_corrected.ipynb
-
Run each cell step by step to perform the analysis.
- Monthly sales performance
- Best-selling products
- Peak sales time periods
- Revenue contribution by category
- Automating data pipeline
- Adding predictive analysis (forecasting sales using ML models)
- Creating a dashboard with PowerBI
Developed during Vocational Training by Rishabh Chaudhari.
Feel free to fork, contribute, and suggest improvements! π
β If you like this project, don't forget to star the repo!