An open API service indexing awesome lists of open source software.

https://github.com/shubhamgoyal575/diwali_sales_analysis


https://github.com/shubhamgoyal575/diwali_sales_analysis

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Diwali Sales Analysis (Python)

## Data Cleaning and Manipulation
In this step, the dataset is cleaned and manipulated to ensure it is suitable for analysis. The following actions are performed:

- Handling missing values
- Removing duplicates
- Converting data types

## Exploratory Data Analysis (EDA)
Using `pandas`, `matplotlib`, and `seaborn`, EDA is performed to uncover patterns and insights in the data. This includes:

- **Visualizing sales trends over time**
- Analyzing customer demographics

## Customer Insights
To improve customer experience, we analyze the data to identify potential customers based on various factors:

- **States**: Identify states with the highest number of potential customers.
- **Occupation**: Analyze occupations to find which groups are more likely to purchase.
- **Gender and Age Groups**: Understand the gender and age distribution of customers.

## Sales Insights
To enhance sales strategies, we identify the most selling product categories and products:

- **Product Categories**: Determine which categories are most popular.
- **Individual Products**: Identify top-selling products.

## Conclusion
The Diwali Sales Analysis project provides valuable insights that can help businesses improve customer experience and optimize sales strategies during the Diwali season. By understanding customer demographics and sales trends, businesses can make informed decisions to boost their performance.