Baselight

Seoul Bike Trip Duration Prediction

Predict the Bike Trip Duration while considering atmospheric factors

@kaggle.saurabhshahane_seoul_bike_trip_duration_prediction

For Modeling
@kaggle.saurabhshahane_seoul_bike_trip_duration_prediction.for_modeling

  • 166.25 MB
  • 9601139 rows
  • 26 columns
unnamed_0

Unnamed: 0

duration

Duration

distance

Distance

plong

PLong

platd

PLatd

dlong

DLong

dlatd

DLatd

haversine

Haversine

pmonth

Pmonth

pday

Pday

phour

Phour

pmin

Pmin

pdweek

PDweek

dmonth

Dmonth

dday

Dday

dhour

Dhour

dmin

Dmin

ddweek

DDweek

temp

Temp

precip

Precip

wind

Wind

humid

Humid

solar

Solar

snow

Snow

groundtemp

GroundTemp

dust

Dust

35037.544666126.88835937.544666126.88835911114-3.20.540-2.225
124767037.506199127.00394437.55125127.0351035.713528999751687111125-3.20.540-2.225
28139037.54459127.05708337.537014127.0610960.913701643736314811119-3.20.540-2.225
38182037.571102127.0235637.561447127.034921.46802708190194921111110-3.20.540-2.225
4485037.573242127.01590737.565849127.0164030.823226716442688111116-3.20.540-2.225
58180037.571102127.0235637.561447127.034921.46802708190194921111110-3.20.540-2.225
625477037.593288127.03666737.5825126.9985353.56764356051727471111127-3.20.540-2.225
7463037.552914126.83657137.557968126.8382870.5819823196118913112116-3.20.540-2.225
8395037.45995300000001127.02474237.455799127.0162890.8775242011717056112115-3.20.540-2.225
925390037.527122127.02871737.539654127.052588999999982.5244303096086851121128-3.20.540-2.225

CREATE TABLE for_modeling (
  "unnamed_0" BIGINT,
  "duration" BIGINT,
  "distance" BIGINT,
  "plong" DOUBLE,
  "platd" DOUBLE,
  "dlong" DOUBLE,
  "dlatd" DOUBLE,
  "haversine" DOUBLE,
  "pmonth" BIGINT,
  "pday" BIGINT,
  "phour" BIGINT,
  "pmin" BIGINT,
  "pdweek" BIGINT,
  "dmonth" BIGINT,
  "dday" BIGINT,
  "dhour" BIGINT,
  "dmin" BIGINT,
  "ddweek" BIGINT,
  "temp" DOUBLE,
  "precip" DOUBLE,
  "wind" DOUBLE,
  "humid" DOUBLE,
  "solar" DOUBLE,
  "snow" DOUBLE,
  "groundtemp" DOUBLE,
  "dust" DOUBLE
);

Share link

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