Walmart Condensed Sales Data
Sales Forecasting for a Retail Chain from Weekly Sales Data for 45 Stores
@kaggle.souravprakashai_walmart_condensed_sales_data
Sales Forecasting for a Retail Chain from Weekly Sales Data for 45 Stores
@kaggle.souravprakashai_walmart_condensed_sales_data
CREATE TABLE walmart (
"store" BIGINT,
"date" VARCHAR,
"weekly_sales" DOUBLE,
"holiday_flag" BIGINT,
"temperature" DOUBLE,
"fuel_price" DOUBLE,
"cpi" DOUBLE,
"unemployment" DOUBLE
);
Anyone who has the link will be able to view this.