Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soupu07/retail_analysis_with_walmart_data
The aim of this project is to do the retail analysis with Walmart data.
https://github.com/soupu07/retail_analysis_with_walmart_data
data-science data-science-projects python regression walmart walmart-sales-forecasting
Last synced: about 2 months ago
JSON representation
The aim of this project is to do the retail analysis with Walmart data.
- Host: GitHub
- URL: https://github.com/soupu07/retail_analysis_with_walmart_data
- Owner: Soupu07
- Created: 2024-09-15T12:30:15.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T20:54:08.000Z (3 months ago)
- Last Synced: 2024-10-20T07:36:42.667Z (3 months ago)
- Topics: data-science, data-science-projects, python, regression, walmart, walmart-sales-forecasting
- Language: Jupyter Notebook
- Homepage:
- Size: 881 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Retail_Analysis_with_Walmart_Data
# Business Understanding
# Walmart is an American retail corporation that operates a chain of hypermarkets, discount department stores, and grocery stores.
![Walmart](https://github.com/user-attachments/assets/6e2c567b-c8e5-47fd-af65-f2da87b9a52a)## In this project, we focused on answering the following questions:
1. Which store has minimum and maximum sales?
2. Which store has maximum standard deviation i.e., the sales vary a lot. Also, find out the coefficient of mean
to standard deviation
3. Provide a monthly and semester view of sales in units and give insights
4. Build prediction to forecast demand.## Data Understanding
There are sales data available for 45 stores of Walmart. This is the data that covers sales from 2010-
02-05 to 2012-11-01.The data contains these features:
### Store - the store number
### Date - the week of sales
### Weekly_Sales - sales for the given store
### Holiday_Flag - whether the week is a special holiday week 1 – Holiday week 0 – Non-holiday week
### Temperature - Temperature on the day of sale
### Fuel_Price - Cost of fuel in the region
### CPI – Prevailing consumer price index
### Unemployment - Prevailing unemployment rate