Bay Area Bike Sharing Trips
Anonymized bike trip data from Jan 2019 to May 2019
@kaggle.jolasa_bay_area_bike_sharing_trips
Anonymized bike trip data from Jan 2019 to May 2019
@kaggle.jolasa_bay_area_bike_sharing_trips
CREATE TABLE n_2019_01 (
"month" VARCHAR,
"trip_duration_sec" BIGINT,
"start_station_id" DOUBLE,
"start_station_name" VARCHAR,
"end_station_id" DOUBLE,
"end_station_name" VARCHAR,
"bike_id" BIGINT,
"user_type" VARCHAR,
"member_birth_year" DOUBLE,
"member_gender" VARCHAR
);
Anyone who has the link will be able to view this.