Baselight

Predict Demand

Demand Prediction Problem

@kaggle.veeralakrishna_predict_demand

Test
@kaggle.veeralakrishna_predict_demand.test

  • 24.61 KB
  • 1080 rows
  • 12 columns
id

Id

date

Date

city

City

lat

Lat

long

Long

pop

Pop

shop

Shop

brand

Brand

container

Container

capacity

Capacity

price

Price

quantity

Quantity

648031/01/18Athens37.9794523.71622664046shop_1kinder-colaplastic1.5lt3.17056
648131/01/18Athens37.9794523.71622664046shop_1kinder-colacan330ml0.8512490
648231/01/18Athens37.9794523.71622664046shop_1adult-colaglass500ml0.8326640
648331/01/18Athens37.9794523.71622664046shop_1orange-powerglass500ml0.5441892
648431/01/18Athens37.9794523.71622664046shop_1orange-powerplastic1.5lt0.8322923
648531/01/18Athens37.9794523.71622664046shop_1gazozaglass500ml0.7724297
648631/01/18Athens37.9794523.71622664046shop_1gazozaplastic1.5lt1.2221295
648731/01/18Athens37.9794523.71622664046shop_1gazozacan330ml0.2838107
648831/01/18Athens37.9794523.71622664046shop_1lemon-boostglass500ml0.9515363
648931/01/18Athens37.9794523.71622664046shop_1lemon-boostplastic1.5lt2.668752

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
);

Share link

Anyone who has the link will be able to view this.