Baselight

Cyclistic 2023

Data on bikeshare trips in 2023 in Chicago city

@kaggle.shintarosneath_cyclistic_2023

N 202302 Divvy Tripdata Cleaned
@kaggle.shintarosneath_cyclistic_2023.n_202302_divvy_tripdata_cleaned

  • 5.39 MB
  • 190445 rows
  • 11 columns
ride_id

Ride Id

rideable_type

Rideable Type

started_at

Started At

ended_at

Ended At

start_station_name

Start Station Name

start_station_id

Start Station Id

end_station_name

End Station Name

end_station_id

End Station Id

member_casual

Member Casual

ride_length

Ride Length

day_of_week

Day Of Week

CBCD0D7777F0E45Fclassic_bike14/2/2023 11:5914/2/2023 12:13Southport Ave & Clybourn AveTA1309000030Clark St & Schiller StTA1309000024casual0:13:563
F3EC5FCE5FF39DE9electric_bike15/2/2023 13:5315/2/2023 13:59Clarendon Ave & Gordon Ter13379Sheridan Rd & Lawrence AveTA1309000041casual0:05:204
E54C1F27FA9354FFclassic_bike19/2/2023 11:1019/2/2023 11:35Southport Ave & Clybourn AveTA1309000030Aberdeen St & Monroe St13156member0:24:041
3D561E04F739CC45electric_bike26/2/2023 16:1226/2/2023 16:39Southport Ave & Clybourn AveTA1309000030Franklin St & Adams St (Temp)TA1309000008member0:27:501
0CB4B4D53B2DBE05electric_bike20/2/2023 11:5520/2/2023 12:05Prairie Ave & Garfield BlvdTA1307000160Cottage Grove Ave & 63rd StKA1503000054member0:10:252
C67EB62172C472EBclassic_bike24/2/2023 18:5024/2/2023 18:56Wells St & Concord LnTA1308000050Clybourn Ave & Division StTA1307000115member0:06:246
08A1E9326F68ACF7classic_bike28/2/2023 12:5828/2/2023 13:03Wells St & Concord LnTA1308000050Clybourn Ave & Division StTA1307000115member0:05:303
904C61FB3984A60Eclassic_bike27/2/2023 20:2627/2/2023 20:31Wells St & Concord LnTA1308000050Clybourn Ave & Division StTA1307000115member0:05:232
A96A6DA2D96544E6classic_bike8/2/2023 19:568/2/2023 20:02Wells St & Concord LnTA1308000050Clybourn Ave & Division StTA1307000115member0:05:464
DA895AE47787D208classic_bike21/2/2023 18:5221/2/2023 18:57Wells St & Concord LnTA1308000050Clybourn Ave & Division StTA1307000115member0:05:373

CREATE TABLE n_202302_divvy_tripdata_cleaned (
  "ride_id" VARCHAR,
  "rideable_type" VARCHAR,
  "started_at" VARCHAR,
  "ended_at" VARCHAR,
  "start_station_name" VARCHAR,
  "start_station_id" VARCHAR,
  "end_station_name" VARCHAR,
  "end_station_id" VARCHAR,
  "member_casual" VARCHAR,
  "ride_length" VARCHAR,
  "day_of_week" BIGINT
);

Share link

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