Skip to content

Exploratory Data Analysis (EDA) on the Superstore Sales dataset using Python, Pandas, and Matplotlib to uncover business insights and visualize sales trends.

Notifications You must be signed in to change notification settings

Slothcoder310/superstore-sales-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿงฎ Superstore Sales Analysis

๐Ÿ“Š Overview

This project performs Exploratory Data Analysis (EDA) on the Superstore Sales Dataset to identify sales trends, profit patterns, and business insights.
The goal is to understand which factors drive revenue and profit โ€” such as region, product category, and discounts โ€” using Python data analysis tools.


๐Ÿ“‚ Dataset

  • Source: Kaggle โ€“ Superstore Dataset
  • Attributes include:
    • Order Date, Ship Date, Sales, Quantity, Discount, Profit
    • Customer, Region, Segment, Category, Sub-Category

โš™๏ธ Tools & Libraries Used

  • Python
  • Pandas, NumPy โ€“ data cleaning & transformation
  • Matplotlib, Seaborn โ€“ data visualization
  • Jupyter Notebook โ€“ analysis & presentation

๐Ÿ” Key Objectives

  • Perform data cleaning and handle missing values
  • Conduct descriptive analysis on sales and profit distribution
  • Identify top-performing product categories and regions
  • Analyze impact of discounts on profits
  • Visualize sales and profit trends over time

๐Ÿ“ˆ Key Insights

  • The West region contributed the highest overall profit.
  • Technology category had the largest sales share.
  • High discounts in Furniture led to lower profit margins.
  • Monthly trends showed consistent spikes during year-end sales.

๐Ÿ“Š Visualizations

  • ๐Ÿ“ฆ Bar chart of top 10 profitable sub-categories
  • ๐ŸŒก๏ธ Heatmap of correlation between sales, profit, and discounts
  • ๐Ÿ“ˆ Line plot of sales over time
  • ๐Ÿฅง Pie chart of sales share by region

๐Ÿ“ฆ How to Run

  1. Clone the repository
  2. Install dependencies
  3. Open the notebook

๐Ÿง  Skills Demonstrated

  • Data cleaning & transformation
  • Exploratory data analysis
  • Business intelligence insights
  • Visualization & storytelling

๐Ÿ Future Enhancements

  • Build interactive dashboard using Plotly or Streamlit
  • Automate regional sales reports
  • Predict profit margins using regression models

โญ If you found this project helpful, donโ€™t forget to star the repo!

About

Exploratory Data Analysis (EDA) on the Superstore Sales dataset using Python, Pandas, and Matplotlib to uncover business insights and visualize sales trends.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published