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