311 Service Requests - Alley Lights Out - Historical
City of Chicago
@usgov.city_of_chicago_311_service_requests_alley_lights_out__8fbbf36b
City of Chicago
@usgov.city_of_chicago_311_service_requests_alley_lights_out__8fbbf36b
As described in https://data.cityofchicago.org/stories/s/311-Dataset-Changes-12-11-2018/d7nq-5g7t, the function of this dataset was replaced by https://data.cityofchicago.org/d/v6vf-nfxy. This dataset is historical-only.
This dataset contains all open 311 reports of one or more lights out on a wooden pole in the alley and all completed requests since January 1, 2011. If two requests regarding the same address are made within 30 calendar days of each other, the newest CSR is automatically given the status of “Duplicate (Open)”. Once the alley light is repaired, the CSR status will read “Completed” for the original request and “Duplicate (Closed)” for any duplicate requests. Data is updated daily.
Organization: City of Chicago
Last updated: 2020-11-10T16:55:24.401496
Tags: 311, alleys, historical, lights, service-requests, streets
CREATE TABLE table_1 (
"creation_date" TIMESTAMP,
"status" VARCHAR,
"completion_date" TIMESTAMP,
"service_request_number" VARCHAR,
"type_of_service_request" VARCHAR,
"street_address" VARCHAR,
"zip_code" DOUBLE,
"x_coordinate" DOUBLE,
"y_coordinate" DOUBLE,
"ward" DOUBLE,
"police_district" DOUBLE,
"community_area" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"location" VARCHAR
);Anyone who has the link will be able to view this.