Skip to content

yayuvinagrawal-cloud/python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Š Amazon Sales Analysis

Download Compiled Loader

This repository contains a data analysis project performed using a Jupyter Notebook to extract meaningful insights from Amazon sales data.


πŸ“Œ Overview

The project focuses on analyzing Amazon product data, including pricing, discounts, ratings, and categories. It involves data cleaning, exploratory data analysis (EDA), and visualization to understand trends and patterns.


πŸ› οΈ Technologies Used

  • Python
  • Pandas
  • NumPy
  • Matplotlib
  • Seaborn
  • WordCloud

πŸ“‚ Dataset

  • Contains 1465 records with 16 features

  • Includes:

    • Product Name
    • Category
    • Price (Original & Discounted)
    • Rating & Rating Count
    • Discount Percentage

βš™οΈ Steps Performed

  1. Data Cleaning (handling missing values, duplicates)
  2. Data Type Conversion (price & percentage columns)
  3. Exploratory Data Analysis (EDA)
  4. Data Visualization (graphs & word clouds)

πŸ“Š Key Insights

  • Most products fall in 41–60% discount range (~35%)
  • Average discounted price: β‚Ή3129.98
  • Average discount: 47.67%
  • Weak correlation (0.12) between price and rating
  • Top categories: Computers & Accessories, Home & Kitchen

πŸ“ˆ Visualizations

  • Category-wise rating analysis
  • Discount distribution plots
  • Word clouds for product keywords

πŸš€ How to Run

  1. Clone the repository
  2. Place amazon.csv in the root directory
  3. Open and run Amazon-Sales-Analysis.ipynb in Jupyter Notebook

πŸ“Œ Future Improvements

  • Build a recommendation system
  • Apply machine learning for price prediction
  • Deploy as a dashboard (Streamlit/Power BI)

πŸ‘¨β€πŸ’» Author

Kunal BCA Final Year Student | Aspiring Data Scientist

About

python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors