https://github.com/devrihan/eda-diwali-sales
Analysis of Diwali sales data reveals key purchase trends among specific demographics to improve targeting and sales.
https://github.com/devrihan/eda-diwali-sales
analytics data-science jupyter-notebook python
Last synced: about 2 months ago
JSON representation
Analysis of Diwali sales data reveals key purchase trends among specific demographics to improve targeting and sales.
- Host: GitHub
- URL: https://github.com/devrihan/eda-diwali-sales
- Owner: devrihan
- Created: 2024-08-14T20:25:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T20:33:52.000Z (almost 2 years ago)
- Last Synced: 2025-02-03T04:28:56.581Z (over 1 year ago)
- Topics: analytics, data-science, jupyter-notebook, python
- Language: Jupyter Notebook
- Homepage:
- Size: 437 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Diwali Sales Data Analysis
## Project Overview
This project involves an Exploratory Data Analysis (EDA) of Diwali sales data, focusing on identifying key customer segments and product preferences to improve customer experience and sales strategies. The analysis provides actionable insights into the purchasing behaviors of specific demographics during the Diwali season.
## Table of Contents
- [Project Overview](#project-overview)
- [Data Description](#data-description)
- [Objectives](#objectives)
- [Analysis Approach](#analysis-approach)
- [Key Insights](#key-insights)
- [Technologies Used](#technologies-used)
- [Conclusion](#conclusion)
- [Future Work](#future-work)
## Data Description
The dataset used for this analysis includes transaction records from Diwali sales over multiple years. Key features include:
- **Customer ID**: Unique identifier for each customer.
- **Gender**: Gender of the customer.
- **Age Group**: Age category of the customer.
- **Marital Status**: Whether the customer is married or single.
- **State**: The location of the customer.
- **Profession**: The profession of the customer.
- **Product Category**: The category of the product purchased.
- **Amount**: The transaction amount.
## Objectives
1. **Understand Customer Demographics**: Analyze customer segments based on age, gender, marital status, location, and profession.
2. **Identify Popular Product Categories**: Determine which product categories are most popular among different customer segments.
3. **Analyze Purchase Trends**: Understand purchasing patterns among various demographics.
4. **Enhance Sales Strategies**: Use insights to propose strategies for improving customer targeting and sales during Diwali.
## Analysis Approach
1. **Data Cleaning**: Handling missing values, outliers, and data inconsistencies.
2. **Exploratory Data Analysis**:
- Descriptive statistics to summarize the data.
- Visualizations to uncover trends and patterns.
3. **Customer Segmentation**: Grouping customers based on demographic factors and purchase behavior.
4. **Trend Analysis**: Studying sales trends over time, identifying key customer segments and product preferences.
5. **Correlation Analysis**: Identifying relationships between different variables (e.g., profession and product category).
## Key Insights
- **Demographic Focus**: Married women aged 26-35 years from Uttar Pradesh, Maharashtra, and Karnataka, working in IT, Healthcare, and Aviation, are more likely to purchase products from the Food, Clothing, and Electronics categories.
- **Location Trends**: Customers from urban areas in these states show a strong preference for these product categories during Diwali.
- **Product Preferences**: The Food, Clothing, and Electronics categories are the top choices among this demographic, suggesting targeted marketing opportunities.
## Technologies Used
- **Python**: For data manipulation and analysis.
- **Pandas & NumPy**: For data cleaning and processing.
- **Matplotlib & Seaborn**: For data visualization.
- **Jupyter Notebook**: For interactive analysis and code documentation.
## Conclusion
The analysis identifies a key customer segment—married women aged 26-35 years from specific states working in IT, Healthcare, and Aviation—who are more likely to buy Food, Clothing, and Electronics during the Diwali season. These insights can be used to tailor marketing strategies, optimize inventory, and enhance customer engagement.