Baselight

Toronto Bikeshare 2023

Bike trips dataset for Toronto bike share network

@kaggle.roberttarus_toronto_bikeshare_2023

Bike Share Ridership 2023–05
@kaggle.roberttarus_toronto_bikeshare_2023.bike_share_ridership_2023_05

  • 9.46 MB
  • 589217 rows
  • 10 columns
trip_id

Trip Id

trip_duration

Trip Duration

start_station_id

Start Station Id

start_time

Start Time

start_station_name

Start Station Name

end_station_id

End Station Id

end_time

End Time

end_station_name

End Station Name

bike_id

Bike Id

user_type

User Type

212487333447693Mon May 01 2023 00:00:00 GMT+0000 (Coordinated Universal Time)nan7065Mon May 01 2023 00:06:00 GMT+0000 (Coordinated Universal Time)Dundas St E / Parliament St713Annual Member
212487345217418Mon May 01 2023 00:00:00 GMT+0000 (Coordinated Universal Time)College Park - Yonge St Entrance7248Mon May 01 2023 00:09:00 GMT+0000 (Coordinated Universal Time)Baldwin Ave / Spadina Ave - SMART1120Casual Member
2124873511437027Mon May 01 2023 00:01:00 GMT+0000 (Coordinated Universal Time)Beverley St / Dundas St W7279Mon May 01 2023 00:20:00 GMT+0000 (Coordinated Universal Time)Rosehill Ave / Avoca Ave - SMART2231Casual Member
2124873611257027Mon May 01 2023 00:01:00 GMT+0000 (Coordinated Universal Time)Beverley St / Dundas St W7279Mon May 01 2023 00:20:00 GMT+0000 (Coordinated Universal Time)Rosehill Ave / Avoca Ave - SMART4832Casual Member
212487386887256Mon May 01 2023 00:01:00 GMT+0000 (Coordinated Universal Time)Vanauley St / Queen St W - SMART7026Mon May 01 2023 00:13:00 GMT+0000 (Coordinated Universal Time)Bay St / St. Joseph St2262Casual Member
212487443967223Mon May 01 2023 00:04:00 GMT+0000 (Coordinated Universal Time)Parkside Dr / Bloor St W - SMART7234Mon May 01 2023 00:10:00 GMT+0000 (Coordinated Universal Time)Roncesvalles Ave / Marmaduke St4185Annual Member
212487488437061Mon May 01 2023 00:04:00 GMT+0000 (Coordinated Universal Time)Dalton Rd / Bloor St W7055Mon May 01 2023 00:18:00 GMT+0000 (Coordinated Universal Time)Jarvis St / Carlton St371Annual Member
212487505767169Mon May 01 2023 00:05:00 GMT+0000 (Coordinated Universal Time)Front St W / Bay St (North Side)7418Mon May 01 2023 00:15:00 GMT+0000 (Coordinated Universal Time)College Park - Yonge St Entrance4360Casual Member
2124875343827118Mon May 01 2023 00:06:00 GMT+0000 (Coordinated Universal Time)King St W / Bay St (East Side)7077Mon May 01 2023 01:19:00 GMT+0000 (Coordinated Universal Time)College Park South6846Casual Member
212487544857005Mon May 01 2023 00:06:00 GMT+0000 (Coordinated Universal Time)King St W / York St7366Mon May 01 2023 00:14:00 GMT+0000 (Coordinated Universal Time)Fort York Blvd / Bathurst St SMART1415Casual Member

CREATE TABLE bike_share_ridership_2023_05 (
  "trip_id" BIGINT,
  "trip_duration" BIGINT,
  "start_station_id" BIGINT,
  "start_time" TIMESTAMP,
  "start_station_name" VARCHAR,
  "end_station_id" DOUBLE,
  "end_time" TIMESTAMP,
  "end_station_name" VARCHAR,
  "bike_id" BIGINT,
  "user_type" VARCHAR
);

Share link

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