Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.47 KB

File metadata and controls

39 lines (29 loc) · 1.47 KB

🏪 Exploratory Data Analysis: The Superstore

This project explores and visualizes data from the "Superstore" dataset, focusing on key business insights such as regional sales trends, customer segmentation, and profitability analysis. By leveraging Python's data analysis and visualization libraries, we uncover patterns and relationships in the data to guide decision-making.


📊 Key Features

🔍 Data Overview

  • Dataset: Superstore Dataset.
  • Dataset Details:
    • 9,994 entries and 21 columns.
    • Covers customer orders, products, sales, profit, discounts, and shipping.

📈 Visualizations and Insights

  • Average Sales Across Regions:
    • A bar chart showing sales distribution across different regions.
  • Trends Over Time:
    • Line chart visualizing average sales and profit from 2014 to 2018.
  • Sales and Profit Distribution:
    • Histograms, boxplots, and KDE plots for analyzing sales and profit distributions.
  • Customer Segmentation Analysis:
    • Scatter plot exploring the relationship between sales, profit, and customer segments.

🛠️ Libraries and Tools

  • Python
  • Libraries:
    • numpy, pandas for data manipulation.
    • matplotlib, seaborn for visualizations.

🚀 How to Use

  1. Clone this repository:
    git clone https://github.com/lkaba-pro/exploratory-data-analysis-superstore.git