Skip to content

aishv611/Retail-Analysis-with-Walmart-Data--Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Retail Analysis with Walmart Data

(using Python)

In this project we focused retail analysis with Walmart data and answer the following questions:

  • Which stores have maximum and sales?
  • Which store has maximum standard deviation i.e., the sales vary a lot?. Also, find out the coefficient of mean to standard deviation.
  • Which store/s has good quarterly growth rate in Q3’2012?
  • Find out holidays which have higher sales than the mean sales in non-holiday season for all stores together.
  • Provide a monthly and semester view of sales in units and give insights.
  • Build prediction to forecast demand.

There are sales data available for 45 stores of Walmart in Kaggle. This is the data that covers sales from 2010-02-05 to 2012-11-01.

In this project, we used RandomForestRegressor and LinearRegression to predict of sales. The data have been split into training and testing with a ratio of 80:20.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published