This project analyzes historical sales data for a global company. It includes cleaning, exploration, and visualization of sales trends, top products, customer insights, and deal size breakdown.
SalesDataProject/ βββ data/ β Contains the raw CSV βββ analysis/ β Jupyter notebook analysis βββ visuals/ β Generated graphs & charts βββ README.md
markdown Copy Edit
- Python (Pandas, Matplotlib)
- Jupyter Notebook
- Git & GitHub
- The top product line by revenue was
Classic Cars - USA generated the highest sales among all countries
- Medium deal sizes contributed the most revenue
- Clear monthly seasonality observed in sales
- Interactive dashboard with Power BI or Streamlit
- Predictive modeling based on historical trends
- Clone the repo
- Open
analysis/sales_analysis.ipynb - Install dependencies (
pip install pandas matplotlib) - Run the cells step by step