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
Sample dataset of 13 items across all 10 US store from M5 Dataset
@kaggle.tarique7_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.
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
);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
);Anyone who has the link will be able to view this.