This project analyzes sales data to find trends and insights using Python.
- Python
- Pandas
- Matplotlib
- Seaborn
- analysis.py
- sales_data.csv
-
Install libraries: pip install pandas matplotlib seaborn
-
Run: python analysis.py
- Identified the top-selling product from the dataset
- Found the region with highest sales
- Calculated total sales revenue
These insights help businesses make data-driven decisions.
Rakesh