Predict Demand
Demand Prediction Problem
@kaggle.veeralakrishna_predict_demand
Demand Prediction Problem
@kaggle.veeralakrishna_predict_demand
CREATE TABLE train (
"id" DOUBLE,
"date" VARCHAR,
"city" VARCHAR,
"lat" DOUBLE,
"long" DOUBLE,
"pop" DOUBLE,
"shop" VARCHAR,
"brand" VARCHAR,
"container" VARCHAR,
"capacity" VARCHAR,
"price" DOUBLE,
"quantity" DOUBLE
);
Anyone who has the link will be able to view this.