Predict Future Sales Supplementary
Dataset provides some supplementary data for Predict Future Sales challenge.
@kaggle.kazimanil_predict_future_sales_supplementary
Dataset provides some supplementary data for Predict Future Sales challenge.
@kaggle.kazimanil_predict_future_sales_supplementary
This dataset aims to publish the files that I will use on the Kaggle challenge called Predict Future Sales
CREATE TABLE calendar (
"date" TIMESTAMP,
"holiday" BIGINT,
"weekend" BIGINT
);CREATE TABLE item_category (
"item_id" BIGINT,
"item_name_translated" VARCHAR,
"item_cat1" VARCHAR,
"item_cat2" VARCHAR
);CREATE TABLE shops_translated (
"shop_id" BIGINT,
"city" VARCHAR,
"type" VARCHAR,
"name" VARCHAR
);CREATE TABLE usd_rub (
"date" TIMESTAMP,
"cur_rate" DOUBLE
);Anyone who has the link will be able to view this.