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

https://github.com/easonlai/exploratory_data_analysis_retail_sample

This is a sample code repository that leveraged "Walmart Dataset (Retail)" from Kaggle to perform Exploratory Data Analysis (EDA) and Weekly Sales Forecast model development for demonstration purposes.
https://github.com/easonlai/exploratory_data_analysis_retail_sample

eda exploratory-data-analysis forecasting linear-regression matplotlib pandas pandas-python python python3 random-forest retail retail-data retail-sales seaborn seaborn-plots sklearn

Last synced: 7 months ago
JSON representation

This is a sample code repository that leveraged "Walmart Dataset (Retail)" from Kaggle to perform Exploratory Data Analysis (EDA) and Weekly Sales Forecast model development for demonstration purposes.

Awesome Lists containing this project

README

          

# Exploratory Data Analysis (Sample for Retail)

This is a sample code repository that leveraged ["Walmart Dataset (Retail)"](https://www.kaggle.com/datasets/rutuspatel/walmart-dataset-retail) from [Kaggle](https://www.kaggle.com/) to perform Exploratory Data Analysis (EDA) and Weekly Sales Forecast model development for demonstration purposes.

About the dataset ["Walmart Dataset (Retail)"](https://www.kaggle.com/datasets/rutuspatel/walmart-dataset-retail):
* Store - The Store ID number.
* Date - The week of sales.
* Weekly_Sales - Sales record in the week of the store.
* Holiday_Flag - Indicate whether the week has Public Holiday or not.
* Temperature - Average temperature of the week.
* Fuel_Price - Average fuel price of the week.
* CPI – Prevailing Consumer Price Index.
* Unemployment - Prevailing Unemployment Rate.

Enjoy!