Mega Marts Sales Prediction
Prediction of Store Sales
@kaggle.pavan9065_sales_prediction
Prediction of Store Sales
@kaggle.pavan9065_sales_prediction
CREATE TABLE test (
"item_id" VARCHAR,
"item_w" DOUBLE,
"item_type" VARCHAR,
"item_mrp" DOUBLE,
"outlet_id" VARCHAR,
"outlet_year" BIGINT,
"outlet_size" VARCHAR,
"outlet_location_type" VARCHAR
);
Anyone who has the link will be able to view this.