Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nikhilsree5/walmartcasestudy

Analysis of Customer Spending Habits at Walmart Inc
https://github.com/nikhilsree5/walmartcasestudy

clt eda numpy pandas python3 statistics visualization

Last synced: about 1 month ago
JSON representation

Analysis of Customer Spending Habits at Walmart Inc

Awesome Lists containing this project

README

        

# Business Case: Walmart - Confidence Interval and CLT

## 🎯 Objective
The objective of this project is to conduct a comprehensive analysis of customer purchase behavior, with a specific focus on purchase amounts, in relation to customer gender during the Black Friday sales event at Walmart Inc. This study aims to provide valuable insights that can assist the management team at Walmart Inc. in making data-driven decisions.

## 📝 Project Report
- You can access the complete project python file here - [Python](https://github.com/nikhilsree5/WalmartCaseStudy/blob/main/Case_Study_Walmart.ipynb)
- You can access the complete project in pdf format here - [Report](https://github.com/nikhilsree5/WalmartCaseStudy/blob/main/Business%20Cas4%20Walmart-%20Nikhil%20K%20A.pdf)

## 📚 About Data
The company collected the transactional data of customers who purchased products from the Walmart Stores during Black Friday.It has information of about 0.5 Million transactions during Black Friday throughout various years.

| Feature | Description |
|:--------|:------------|
| User_ID | User ID of the Customer |
| Product ID | Product ID of the Purchased Product |
| Gender | Gender of the Customer (Male/Female) |
| Age | Age of the Customer (in bins) |
| Occupation | Occupation of the Customer (Masked) |
| City_Category | Category of the City (A,B,C) |
| StayInCurrentCityYears | Number of years stay in current city |
| Marital_Status | Marital Status (0 - Unmarried / 1 - Married) |
| ProductCategory | Product Category (Masked) |
| Purchase | Purchase Amount |

# Business Case Study Achievements

- Analyzed Walmart's customer purchase behavior by gender, extracting and cleaning relevant data using Python libraries.
- Performed statistical analysis and data visualization to identify spending patterns and differences between male and female customers.
- Discovered that 40% of customer purchases are by customers aged 26-35 years and 20% are by customers aged 36-45.