Skip to content

This project analyzes Amazon sales data to uncover trends, patterns, and insights that can drive strategic decision-making. Using Python’s data analysis libraries, we explore sales performance across regions, countries, sales channels, and product categories, while also identifying profit drivers and seasonal trends.

Notifications You must be signed in to change notification settings

Bharathmsh/Amazon_salesdata_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

📊 Amazon Sales Data Analysis

📌 Overview

This project analyzes Amazon sales data to uncover trends, patterns, and insights that can drive strategic decision-making. Using Python’s data analysis libraries, we explore sales performance across regions, countries, sales channels, and product categories, while also identifying profit drivers and seasonal trends.

The analysis answers key business questions, such as:

  • Which regions generate the highest total sales revenue?
  • What are the average unit price and unit cost per item type?
  • Which country yields the highest total profit?
  • How does the sales channel affect order priority distribution?
  • What is the average order processing time per sales channel?
  • Which item types have the highest and lowest total sales?
  • Are there seasonal sales patterns?
  • What’s the correlation between unit price and total profit?

🛠️ Tools & Libraries

  • Python
  • Pandas – Data manipulation
  • NumPy – Numerical computations
  • Matplotlib & Seaborn – Data visualization
  • Jupyter Notebook – Interactive analysis

📂 Dataset

The dataset contains sales transactions from Amazon, including:

  • Order Date, Ship Date
  • Region, Country
  • Sales Channel
  • Item Type
  • Units Sold, Unit Price, Unit Cost
  • Total Revenue, Total Cost, Total Profit
  • Order Priority

📊 Sample Visualizations

1. Total Sales Revenue by Region

Sales by Region

2. Order Priority Distribution by Sales Channel

Order Priority

3. Seasonal Sales Trend

Seasonality

4. Correlation Heatmap

Correlation Heatmap


🔍 Key Insights

  1. Top Regions by Sales Revenue – Identified high-performing regions contributing to most sales.
  2. Profitability by Country – Highlighted the most profitable markets.
  3. Sales Channel Impact – Compared performance between Online and Offline sales.
  4. Seasonality Trends – Detected periods of peak sales activity.
  5. Order Fulfillment Efficiency – Measured processing time differences between channels.

🚀 How to Run

  1. Clone the repository:
    git clone https://github.com/your-username/amazon-sales-data-analysis.git

About

This project analyzes Amazon sales data to uncover trends, patterns, and insights that can drive strategic decision-making. Using Python’s data analysis libraries, we explore sales performance across regions, countries, sales channels, and product categories, while also identifying profit drivers and seasonal trends.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published