Relocated Vehicles
City of Chicago
@usgov.city_of_chicago_relocated_vehicles
City of Chicago
@usgov.city_of_chicago_relocated_vehicles
This dataset presents current and former locations of vehicles that have been relocated by the City of Chicago within the last 90 days. Vehicles may be relocated, but not impounded, due to inoperability, accident, severe weather, special events, construction or other work being performed in a thoroughfare where the vehicle was previously located.
Organization: City of Chicago
Last updated: 2020-11-10T16:54:25.770055
Tags: streets, vehicles
CREATE TABLE table_1 (
"relocated_date" VARCHAR,
"make" VARCHAR,
"color" VARCHAR,
"plate" VARCHAR,
"state" VARCHAR,
"relocated_from_address_number" DOUBLE,
"relocated_from_street_direction" VARCHAR,
"relocated_from_street_name" VARCHAR,
"relocated_from_suffix" VARCHAR,
"relocated_to_address_number" VARCHAR,
"relocated_to_direction" VARCHAR,
"relocated_to_street_name" VARCHAR,
"relocated_to_suffix" VARCHAR,
"relocated_reason" VARCHAR,
"service_request_number" VARCHAR,
"relocated_from_x_coordinate" DOUBLE,
"relocated_from_y_coordinate" DOUBLE,
"relocated_from_latitude" DOUBLE,
"relocated_from_longitude" DOUBLE,
"relocated_from_location" VARCHAR
);Anyone who has the link will be able to view this.