Cyclistic 2023
Data on bikeshare trips in 2023 in Chicago city
@kaggle.shintarosneath_cyclistic_2023
Data on bikeshare trips in 2023 in Chicago city
@kaggle.shintarosneath_cyclistic_2023
CREATE TABLE n_202305_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
);
Anyone who has the link will be able to view this.