An interactive Sales Analytics Dashboard built using Python and Streamlit to analyze sales performance across regions, product categories, and sales representatives.
This project focuses on data analytics and visualization (no machine learning) and is designed for portfolio and interview showcase purposes.
- Interactive Region and Product Category filters
- KPI cards:
- Total Sales Amount
- Total Quantity Sold
- Average Discount
- Total Transactions
- Sales by Product Category (Bar Chart)
- Sales Distribution by Region (Pie Chart)
- Sales Trend Over Time (Line Chart)
- Sales Representative wise Sales Performance
- Dynamic data table view
- Python
- Streamlit
- Pandas
- Plotly