Baselight

Daily Cycle Service Usage Dataset

Do you like cycling ?

@kaggle.durgeshrao9993_trip_dataset

Trip
@kaggle.durgeshrao9993_trip_dataset.trip

  • 6.98 MB
  • 236065 rows
  • 12 columns
trip_id

Trip Id

starttime

Starttime

stoptime

Stoptime

bikeid

Bikeid

tripduration

Tripduration

from_station_name

From Station Name

to_station_name

To Station Name

from_station_id

From Station Id

to_station_id

To Station Id

usertype

Usertype

gender

Gender

birthyear

Birthyear

431Mon Oct 13 2014 10:31:00 GMT+0000 (Coordinated Universal Time)Mon Oct 13 2014 10:48:00 GMT+0000 (Coordinated Universal Time)SEA00298985.9352nd Ave & Spring StOccidental Park / Occidental Ave S & S Washington StCBD-06PS-04MemberMale1960
432Mon Oct 13 2014 10:32:00 GMT+0000 (Coordinated Universal Time)Mon Oct 13 2014 10:48:00 GMT+0000 (Coordinated Universal Time)SEA00195926.3752nd Ave & Spring StOccidental Park / Occidental Ave S & S Washington StCBD-06PS-04MemberMale1970
433Mon Oct 13 2014 10:33:00 GMT+0000 (Coordinated Universal Time)Mon Oct 13 2014 10:48:00 GMT+0000 (Coordinated Universal Time)SEA00486883.8312nd Ave & Spring StOccidental Park / Occidental Ave S & S Washington StCBD-06PS-04MemberFemale1988
434Mon Oct 13 2014 10:34:00 GMT+0000 (Coordinated Universal Time)Mon Oct 13 2014 10:48:00 GMT+0000 (Coordinated Universal Time)SEA00333865.9372nd Ave & Spring StOccidental Park / Occidental Ave S & S Washington StCBD-06PS-04MemberFemale1977
435Mon Oct 13 2014 10:34:00 GMT+0000 (Coordinated Universal Time)Mon Oct 13 2014 10:49:00 GMT+0000 (Coordinated Universal Time)SEA00202923.9232nd Ave & Spring StOccidental Park / Occidental Ave S & S Washington StCBD-06PS-04MemberMale1971
436Mon Oct 13 2014 10:34:00 GMT+0000 (Coordinated Universal Time)Mon Oct 13 2014 10:47:00 GMT+0000 (Coordinated Universal Time)SEA00337808.8052nd Ave & Spring StOccidental Park / Occidental Ave S & S Washington StCBD-06PS-04MemberMale1974
437Mon Oct 13 2014 11:35:00 GMT+0000 (Coordinated Universal Time)Mon Oct 13 2014 11:45:00 GMT+0000 (Coordinated Universal Time)SEA00202596.715Occidental Park / Occidental Ave S & S Washington StKing Street Station Plaza / 2nd Ave Extension S & S Jackson StPS-04PS-05MemberMale1978
438Mon Oct 13 2014 11:35:00 GMT+0000 (Coordinated Universal Time)Mon Oct 13 2014 11:45:00 GMT+0000 (Coordinated Universal Time)SEA00311592.131Occidental Park / Occidental Ave S & S Washington StKing Street Station Plaza / 2nd Ave Extension S & S Jackson StPS-04PS-05MemberMale1983
439Mon Oct 13 2014 11:35:00 GMT+0000 (Coordinated Universal Time)Mon Oct 13 2014 11:45:00 GMT+0000 (Coordinated Universal Time)SEA00486586.347Occidental Park / Occidental Ave S & S Washington StKing Street Station Plaza / 2nd Ave Extension S & S Jackson StPS-04PS-05MemberFemale1974
440Mon Oct 13 2014 11:35:00 GMT+0000 (Coordinated Universal Time)Mon Oct 13 2014 11:45:00 GMT+0000 (Coordinated Universal Time)SEA00434587.634Occidental Park / Occidental Ave S & S Washington StKing Street Station Plaza / 2nd Ave Extension S & S Jackson StPS-04PS-05MemberMale1958

CREATE TABLE trip (
  "trip_id" BIGINT,
  "starttime" TIMESTAMP,
  "stoptime" TIMESTAMP,
  "bikeid" VARCHAR,
  "tripduration" DOUBLE,
  "from_station_name" VARCHAR,
  "to_station_name" VARCHAR,
  "from_station_id" VARCHAR,
  "to_station_id" VARCHAR,
  "usertype" VARCHAR,
  "gender" VARCHAR,
  "birthyear" DOUBLE
);

Share link

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