E-Scooter Trips - 2020
City of Chicago
@usgov.city_of_chicago_e_scooter_trips_2020
City of Chicago
@usgov.city_of_chicago_e_scooter_trips_2020
Electric scooter trips taken during the 2020 Chicago pilot program. For more information on the pilot, see https://www.chicago.gov/scooters.
In contrast to the 2019 E-Scooters dataset (https://data.cityofchicago.org/d/2kfw-zvte), vendor names are included. Additionally, Census Tracts are provided in a separate dataset to allow for providing more data while still protecting privacy. See "E-Scooter Trips - Census Tract Summary - 2020" dataset (https://data.cityofchicago.org/d/3srm-twg4).
Organization: City of Chicago
Last updated: 2021-08-07T18:00:33.803396
Tags: 2020, e-scooter, scooter, transportation
CREATE TABLE table_1 (
"trip_id" VARCHAR,
"start_time" VARCHAR,
"end_time" VARCHAR,
"trip_distance" BIGINT,
"trip_duration" BIGINT,
"vendor" VARCHAR,
"start_community_area_number" DOUBLE,
"end_community_area_number" DOUBLE,
"start_community_area_name" VARCHAR,
"end_community_area_name" VARCHAR,
"start_centroid_latitude" DOUBLE,
"start_centroid_longitude" DOUBLE,
"start_centroid_location" VARCHAR,
"end_centroid_latitude" DOUBLE,
"end_centroid_longitude" DOUBLE,
"end_centroid_location" VARCHAR
);Anyone who has the link will be able to view this.