Baselight

Divvy 2019

The full year for Cyclistic

@kaggle.moazmohamedhassan_divvy_2019

Divvy Trips 2019 Q3
@kaggle.moazmohamedhassan_divvy_2019.divvy_trips_2019_q3

  • 43.7 MB
  • 1640718 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

23479388Mon Jul 01 2019 00:00:27 GMT+0000 (Coordinated Universal Time)Mon Jul 01 2019 00:20:41 GMT+0000 (Coordinated Universal Time)35911214117Wilton Ave & Belmont Ave497Kimball Ave & Belmont AveSubscriberMale1992
23479389Mon Jul 01 2019 00:01:16 GMT+0000 (Coordinated Universal Time)Mon Jul 01 2019 00:18:44 GMT+0000 (Coordinated Universal Time)53531048381Western Ave & Monroe St203Western Ave & 21st StCustomernan
23479390Mon Jul 01 2019 00:01:48 GMT+0000 (Coordinated Universal Time)Mon Jul 01 2019 00:27:42 GMT+0000 (Coordinated Universal Time)61801554313Lakeview Ave & Fullerton Pkwy144Larrabee St & Webster AveCustomernan
23479391Mon Jul 01 2019 00:02:07 GMT+0000 (Coordinated Universal Time)Mon Jul 01 2019 00:27:10 GMT+0000 (Coordinated Universal Time)55401503313Lakeview Ave & Fullerton Pkwy144Larrabee St & Webster AveCustomernan
23479392Mon Jul 01 2019 00:02:13 GMT+0000 (Coordinated Universal Time)Mon Jul 01 2019 00:22:26 GMT+0000 (Coordinated Universal Time)60141213168Michigan Ave & 14th St62McCormick PlaceCustomernan
23479393Mon Jul 01 2019 00:02:21 GMT+0000 (Coordinated Universal Time)Mon Jul 01 2019 00:07:31 GMT+0000 (Coordinated Universal Time)4941310300Broadway & Barry Ave232Pine Grove Ave & Waveland AveSubscriberMale1990
23479394Mon Jul 01 2019 00:02:24 GMT+0000 (Coordinated Universal Time)Mon Jul 01 2019 00:23:12 GMT+0000 (Coordinated Universal Time)37701248168Michigan Ave & 14th St62McCormick PlaceCustomernan
23479395Mon Jul 01 2019 00:02:26 GMT+0000 (Coordinated Universal Time)Mon Jul 01 2019 00:28:16 GMT+0000 (Coordinated Universal Time)54421550313Lakeview Ave & Fullerton Pkwy144Larrabee St & Webster AveCustomernan
23479396Mon Jul 01 2019 00:02:34 GMT+0000 (Coordinated Universal Time)Mon Jul 01 2019 00:28:57 GMT+0000 (Coordinated Universal Time)2957158343Michigan Ave & Washington St195Columbus Dr & Randolph StCustomernan
23479397Mon Jul 01 2019 00:02:45 GMT+0000 (Coordinated Universal Time)Mon Jul 01 2019 00:29:14 GMT+0000 (Coordinated Universal Time)6091158943Michigan Ave & Washington St195Columbus Dr & Randolph StCustomernan

CREATE TABLE divvy_trips_2019_q3 (
  "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.