E-Scooter Trips
City of Chicago
@usgov.city_of_chicago_e_scooter_trips
City of Chicago
@usgov.city_of_chicago_e_scooter_trips
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.