Baselight

Divvy 2019

The full year for Cyclistic

@kaggle.moazmohamedhassan_divvy_2019

Divvy Trips 2019 Q4
@kaggle.moazmohamedhassan_divvy_2019.divvy_trips_2019_q4

  • 19.43 MB
  • 704054 rows
  • 12 columns
trip_id

Trip Id

start_time

Start Time

end_time

End Time

bikeid

Bikeid

tripduration

Tripduration

from_station_id

From Station Id

from_station_name

From Station Name

to_station_id

To Station Id

to_station_name

To Station Name

usertype

Usertype

gender

Gender

birthyear

Birthyear

25223640Tue Oct 01 2019 00:01:39 GMT+0000 (Coordinated Universal Time)Tue Oct 01 2019 00:17:20 GMT+0000 (Coordinated Universal Time)221594020Sheffield Ave & Kingsbury St309Leavitt St & Armitage AveSubscriberMale1987
25223641Tue Oct 01 2019 00:02:16 GMT+0000 (Coordinated Universal Time)Tue Oct 01 2019 00:06:34 GMT+0000 (Coordinated Universal Time)632825819Throop (Loomis) St & Taylor St241Morgan St & Polk StSubscriberMale1998
25223642Tue Oct 01 2019 00:04:32 GMT+0000 (Coordinated Universal Time)Tue Oct 01 2019 00:18:43 GMT+0000 (Coordinated Universal Time)300385084Milwaukee Ave & Grand Ave199Wabash Ave & Grand AveSubscriberFemale1991
25223643Tue Oct 01 2019 00:04:32 GMT+0000 (Coordinated Universal Time)Tue Oct 01 2019 00:43:43 GMT+0000 (Coordinated Universal Time)32752350313Lakeview Ave & Fullerton Pkwy290Kedzie Ave & Palmer CtSubscriberMale1990
25223644Tue Oct 01 2019 00:04:34 GMT+0000 (Coordinated Universal Time)Tue Oct 01 2019 00:35:42 GMT+0000 (Coordinated Universal Time)52941867210Ashland Ave & Division St382Western Ave & Congress PkwySubscriberMale1987
25223645Tue Oct 01 2019 00:04:38 GMT+0000 (Coordinated Universal Time)Tue Oct 01 2019 00:10:51 GMT+0000 (Coordinated Universal Time)1891373156Clark St & Wellington Ave226Racine Ave & Belmont AveSubscriberFemale1994
25223646Tue Oct 01 2019 00:04:52 GMT+0000 (Coordinated Universal Time)Tue Oct 01 2019 00:22:45 GMT+0000 (Coordinated Universal Time)1061107284Milwaukee Ave & Grand Ave142McClurg Ct & Erie StSubscriberFemale1991
25223647Tue Oct 01 2019 00:04:57 GMT+0000 (Coordinated Universal Time)Tue Oct 01 2019 00:29:16 GMT+0000 (Coordinated Universal Time)12741458156Clark St & Wellington Ave463Clark St & Berwyn AveSubscriberMale1995
25223648Tue Oct 01 2019 00:05:20 GMT+0000 (Coordinated Universal Time)Tue Oct 01 2019 00:29:18 GMT+0000 (Coordinated Universal Time)60111437156Clark St & Wellington Ave463Clark St & Berwyn AveSubscriberFemale1993
25223649Tue Oct 01 2019 00:05:20 GMT+0000 (Coordinated Universal Time)Tue Oct 01 2019 02:23:46 GMT+0000 (Coordinated Universal Time)29578306336Cottage Grove Ave & 47th St336Cottage Grove Ave & 47th StCustomernan

CREATE TABLE divvy_trips_2019_q4 (
  "trip_id" BIGINT,
  "start_time" TIMESTAMP,
  "end_time" TIMESTAMP,
  "bikeid" BIGINT,
  "tripduration" DOUBLE,
  "from_station_id" BIGINT,
  "from_station_name" VARCHAR,
  "to_station_id" BIGINT,
  "to_station_name" VARCHAR,
  "usertype" VARCHAR,
  "gender" VARCHAR,
  "birthyear" DOUBLE
);

Share link

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