Store 20 Retail Data Analytics
With variable imputations applied
@kaggle.gbecon_store_20_retail_data_analytics
With variable imputations applied
@kaggle.gbecon_store_20_retail_data_analytics
CREATE TABLE sales_data (
"date" TIMESTAMP,
"isholiday" BOOLEAN,
"weekly_sales" DOUBLE,
"temperature" DOUBLE,
"fuel_price" DOUBLE,
"markdown1" DOUBLE,
"markdown2" DOUBLE,
"markdown3" DOUBLE,
"markdown4" DOUBLE,
"markdown5" DOUBLE,
"cpi" DOUBLE,
"unemployment" DOUBLE
);
Anyone who has the link will be able to view this.