Baselight

M5 Small Sample Dataset - Whole Series

Sample dataset of 13 items across all 10 US store from M5 Dataset

@kaggle.tarique7_m5_small_sample_dataset_whole_series

Loading...
Loading...

About this Dataset

M5 Small Sample Dataset - Whole Series

This dataset comprises of the hierarchical sales data from Walmart, the world’s largest company by revenue, to forecast daily sales for the next 28 days. The data covers stores in three US States (California, Texas, and Wisconsin) and includes item level, department and product categories.

Tables

M5 Sampled Test

@kaggle.tarique7_m5_small_sample_dataset_whole_series.m5_sampled_test
  • 9.87 KB
  • 3640 rows
  • 8 columns
Loading...

CREATE TABLE m5_sampled_test (
  "id" VARCHAR,
  "item_id" VARCHAR,
  "dept_id" VARCHAR,
  "cat_id" VARCHAR,
  "store_id" VARCHAR,
  "state_id" VARCHAR,
  "demand" BIGINT,
  "date" TIMESTAMP
);

M5 Sampled Train

@kaggle.tarique7_m5_small_sample_dataset_whole_series.m5_sampled_train
  • 165.2 KB
  • 248690 rows
  • 8 columns
Loading...

CREATE TABLE m5_sampled_train (
  "id" VARCHAR,
  "item_id" VARCHAR,
  "dept_id" VARCHAR,
  "cat_id" VARCHAR,
  "store_id" VARCHAR,
  "state_id" VARCHAR,
  "demand" BIGINT,
  "date" TIMESTAMP
);

Share link

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