Baselight

Divvy 2019

The full year for Cyclistic

@kaggle.moazmohamedhassan_divvy_2019

Divvy Trips 2019 Q1
@kaggle.moazmohamedhassan_divvy_2019.divvy_trips_2019_q1

  • 10.15 MB
  • 365069 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

21742443Tue Jan 01 2019 00:04:37 GMT+0000 (Coordinated Universal Time)Tue Jan 01 2019 00:11:07 GMT+0000 (Coordinated Universal Time)2167390199Wabash Ave & Grand Ave84Milwaukee Ave & Grand AveSubscriberMale1989
21742444Tue Jan 01 2019 00:08:13 GMT+0000 (Coordinated Universal Time)Tue Jan 01 2019 00:15:34 GMT+0000 (Coordinated Universal Time)438644144State St & Randolph St624Dearborn St & Van Buren St (*)SubscriberFemale1990
21742445Tue Jan 01 2019 00:13:23 GMT+0000 (Coordinated Universal Time)Tue Jan 01 2019 00:27:12 GMT+0000 (Coordinated Universal Time)152482915Racine Ave & 18th St644Western Ave & Fillmore St (*)SubscriberFemale1994
21742446Tue Jan 01 2019 00:13:45 GMT+0000 (Coordinated Universal Time)Tue Jan 01 2019 00:43:28 GMT+0000 (Coordinated Universal Time)2521783123California Ave & Milwaukee Ave176Clark St & Elm StSubscriberMale1993
21742447Tue Jan 01 2019 00:14:52 GMT+0000 (Coordinated Universal Time)Tue Jan 01 2019 00:20:56 GMT+0000 (Coordinated Universal Time)1170364173Mies van der Rohe Way & Chicago Ave35Streeter Dr & Grand AveSubscriberMale1994
21742448Tue Jan 01 2019 00:15:33 GMT+0000 (Coordinated Universal Time)Tue Jan 01 2019 00:19:09 GMT+0000 (Coordinated Universal Time)243721698LaSalle St & Washington St49Dearborn St & Monroe StSubscriberFemale1983
21742449Tue Jan 01 2019 00:16:06 GMT+0000 (Coordinated Universal Time)Tue Jan 01 2019 00:19:03 GMT+0000 (Coordinated Universal Time)270817798LaSalle St & Washington St49Dearborn St & Monroe StSubscriberMale1984
21742450Tue Jan 01 2019 00:18:41 GMT+0000 (Coordinated Universal Time)Tue Jan 01 2019 00:20:21 GMT+0000 (Coordinated Universal Time)2796100211St. Clair St & Erie St142McClurg Ct & Erie StSubscriberMale1990
21742451Tue Jan 01 2019 00:18:43 GMT+0000 (Coordinated Universal Time)Tue Jan 01 2019 00:47:30 GMT+0000 (Coordinated Universal Time)62051727150Fort Dearborn Dr & 31st St148State St & 33rd StSubscriberMale1995
21742452Tue Jan 01 2019 00:19:18 GMT+0000 (Coordinated Universal Time)Tue Jan 01 2019 00:24:54 GMT+0000 (Coordinated Universal Time)3939336268Lake Shore Dr & North Blvd141Clark St & Lincoln AveSubscriberMale1996

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