Baselight

Walmart Condensed Sales Data

Sales Forecasting for a Retail Chain from Weekly Sales Data for 45 Stores

@kaggle.souravprakashai_walmart_condensed_sales_data

Loading...
Loading...

About this Dataset

Walmart Condensed Sales Data

The retail chain – Walmart, has multiple outlets across the country which are facing issues in managing their inventory – to match supply with respect to demand.
Using available data, we must:
• Extract useful insights.
• Make prediction models to forecast the sales for "X" number of months/years.

Tables

Walmart

@kaggle.souravprakashai_walmart_condensed_sales_data.walmart
  • 117.88 KB
  • 6435 rows
  • 8 columns
Loading...

CREATE TABLE walmart (
  "store" BIGINT,
  "date" VARCHAR,
  "weekly_sales" DOUBLE,
  "holiday_flag" BIGINT,
  "temperature" DOUBLE,
  "fuel_price" DOUBLE,
  "cpi" DOUBLE,
  "unemployment" DOUBLE
);

Share link

Anyone who has the link will be able to view this.