An open API service indexing awesome lists of open source software.

https://github.com/rachakondaganesh/superstore-sales-data-analysis-project

Analyzed retail sales data to uncover key business insights using Python and Power BI. Explored patterns in profit, sales, and customer segments across regions. Built interactive dashboards to visualize trends, identify top-performing categories, and highlight areas for improvement in shipping and discount strategies.
https://github.com/rachakondaganesh/superstore-sales-data-analysis-project

dashboard exploratory-data-analysis matplotlib-pyplot numpy pandas powerbi seaborn

Last synced: about 1 month ago
JSON representation

Analyzed retail sales data to uncover key business insights using Python and Power BI. Explored patterns in profit, sales, and customer segments across regions. Built interactive dashboards to visualize trends, identify top-performing categories, and highlight areas for improvement in shipping and discount strategies.

Awesome Lists containing this project

README

          

# ๐Ÿช Superstore Sales Data Analysis Project

This project performs **Exploratory Data Analysis (EDA)** on Superstore Sales data using **Python** and presents key business insights using a **Power BI Dashboard**.
It aims to identify trends, patterns, and key performance drivers that help improve sales strategies and profitability.

---

## ๐Ÿ“˜ Overview

The **Superstore Sales dataset** contains transactional data from a retail store, including sales, profit, customer segments, and regional information.
The analysis focuses on:

* Understanding **sales and profit** across regions, categories, and segments
* Identifying **top-performing products and sub-categories**
* Exploring **profitability trends** and **customer behavior**
* Building an **interactive Power BI Dashboard** for dynamic exploration

---

## ๐Ÿง  Key Insights from Python Analysis

* โœ… **No missing or duplicate values** were found after cleaning
* ๐Ÿ’ฐ **Top-performing categories** and **sub-categories** identified through sales data
* ๐ŸŒ **Regional and segment-based profit analysis** revealed performance gaps
* ๐Ÿงพ **Top 10 best-selling products and sub-categories** were visualized
* ๐Ÿ“Š Clear patterns found in **profit vs. sales** across customer segments and states

Visualizations include:

* Region-wise **Sales** and **Profit**
* Segment-wise **Sales** and **Profit**
* State-wise **Profit Distribution**
* Top-selling **Products** and **Sub-Categories**

---

## โš™๏ธ Tools & Technologies

| Tool | Purpose |
| ------------------------------ | ------------------------------------- |
| **Python (Pandas, NumPy)** | Data cleaning, preprocessing |
| **Matplotlib, Seaborn** | Data visualization and trend analysis |
| **Power BI** | Interactive dashboard visualization |
| **Excel / CSV Dataset** | Source data file |
| **PyCharm** | Development environment |

---

## ๐Ÿ“Š Power BI Dashboard

The **Power BI dashboard** provides a clear visual summary of the findings with interactive filters and visuals for better decision-making.

### Key Dashboard Features:

* ๐Ÿ“ˆ **Regional Profit & Sales Analysis**
* ๐Ÿท๏ธ **Category and Sub-Category Sales**
* ๐Ÿงโ€โ™‚๏ธ **Customer Segment Performance**
* โณ **Yearly & Monthly Sales Trends**
* ๐Ÿ’ก **Top Performing Products Overview**

The dashboard allows slicing and drilling down data across various dimensions like region, product category, and customer segment.

---

## ๐Ÿ“‚ Project Structure

```
Superstore-Sales-Data-Analysis/
โ”‚
โ”œโ”€โ”€ Superstore_Project.py # Python script for EDA and visualization
โ”œโ”€โ”€ Superstore_Excel.xlsx # Dataset used for analysis
โ”œโ”€โ”€ Superstore_PowerBI_Dashboard.pbix # Power BI dashboard file
โ”œโ”€โ”€ README.md # Project documentation
โ””โ”€โ”€ images/ # (Optional) dashboard or chart screenshots
```

---

## ๐Ÿš€ How to Run

### ๐Ÿ”น Run the Python Analysis

1. Install dependencies:

```bash
pip install pandas numpy matplotlib seaborn
```
2. Run the script:

```bash
python Superstore_Project.py
```
3. Visual outputs (bar plots, scatter plots, etc.) will appear.

---

### ๐Ÿ”น View the Power BI Dashboard

1. Open `Superstore_PowerBI_Dashboard.pbix` in **Power BI Desktop**
2. Explore different pages and filters for insights by:

* Region
* Segment
* Category
* Time period

---

## ๐Ÿ“ˆ Future Enhancements

* Incorporate **forecasting** models for sales prediction
* Perform **customer segmentation** using clustering algorithms
* Add **interactive dashboards** in Streamlit or Dash
* Integrate **real-time sales data** from APIs

---

## ๐Ÿ‘ค Author

**Rachakonda Ganesh**
๐Ÿ“ง [[rachakondaganesh60@gmail.com](mailto:rachakondaganesh60@gmail.com)]
๐Ÿ”— [GitHub Profile](https://github.com/Rachakondaganesh)
๐Ÿ”— [LinkedIn Profile](https://www.linkedin.com/in/rachakonda-ganesh-2782452a8)

---

## ๐Ÿ Conclusion

This project delivers a **complete data analytics workflow** โ€” from data cleaning and exploration in Python to visualization and storytelling in Power BI.
It demonstrates how data-driven insights can guide **business strategy**, improve **profitability**, and enhance **decision-making** in retail operations.