This project analyzes a retail sales dataset to identify patterns, trends, and key business insights using data analysis and visualization techniques.
- Python
- Pandas
- Matplotlib
- Seaborn
- Jupiter Notebook -visual studio code
The dataset contains information about:
- Order Date
- Region
- Category & Sub-Category
- Sales and Customer Segment
- West region generates the highest total sales
- Technology category contributes the most revenue
- Sales data is highly right-skewed (many small, few large transactions)
- Significant outliers exist across categories
- Monthly sales show fluctuating trends over time
- Certain sub-categories dominate overall sales
- 📊 Region-wise Sales (Bar Chart)
- 📈 Monthly Sales Trend (Line Chart)
- 📦 Category-wise Distribution (Boxplot)
- 📉 Sales Distribution (Histogram + KDE)
SALES_PROJECT/ |- Sample -Superstore.csv |--analysis.ipynb |--images/ |--analysis.py |--Readme.md



