E-Scooter Trips - 2019 Pilot
City of Chicago
@usgov.city_of_chicago_e_scooter_trips_2019_pilot
City of Chicago
@usgov.city_of_chicago_e_scooter_trips_2019_pilot
CREATE TABLE table_1 (
"trip_id" VARCHAR,
"start_time" VARCHAR,
"end_time" VARCHAR,
"trip_distance" BIGINT,
"trip_duration" BIGINT,
"accuracy" BIGINT,
"start_census_tract" DOUBLE,
"end_census_tract" DOUBLE,
"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.