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
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.