Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diwali Sales Analysis (Python)

Exploratory analysis of Diwali retail sales: who buys, which categories move, and which states lead. Work is in a Jupyter notebook with pandas, matplotlib, and seaborn.

Python Pandas Jupyter

Questions this notebook answers

  • Which customer segments spend the most?
  • Which product categories lead volume?
  • How do gender, age group, state, occupation, and marital status line up with sales?

Key findings

  • Highest-intent segment in this dataset: married women aged 26–35 in Uttar Pradesh, Maharashtra, and Karnataka, often in IT, Healthcare, and Aviation.
  • Top categories: Food, Clothing, Electronics.
  • Those three states also dominate total sales.

Files

File Role
Sales_Analysis.ipynb Full EDA notebook
Sales Data.csv Source dataset
notes.md Step-by-step pandas workflow
requirements.txt Python packages

Setup

git clone https://github.com/RajaWasim100/Data-Analytics-with-Python-.git
cd Data-Analytics-with-Python-
pip install -r requirements.txt
jupyter notebook Sales_Analysis.ipynb

Analysis steps: load → drop unused columns / nulls → cast Amount → group and plot by demographic and product dimensions → summarize.

Author

Raja Wasimgithub.com/RajaWasim100

About

Diwali sales EDA with pandas, matplotlib, and seaborn — demographics, categories, and state spend.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages