Performance Metrics - Streets & Sanitation - Sanitation Code Complaints
City of Chicago
@usgov.city_of_chicago_performance_metrics_streets_sanitation_720227df
City of Chicago
@usgov.city_of_chicago_performance_metrics_streets_sanitation_720227df
The Department of Streets and Sanitation (DSS) investigates and remedies reported violations of Chicago’s sanitation code. Residents may request service for violations such as overflowing dumpsters and garbage in the alley. This metric tracks the average number of days the DSS takes to complete sanitation code violation requests per week. Median days to complete requests as well as total number of requests fulfilled per week are available by mousing over columns. Currently the performance target for completing sanitation code violation requests is 3 days. For more information on sanitation code complaints, see https://data.cityofchicago.org/d/me59-5fac
Organization: City of Chicago
Last updated: 2020-11-10T16:54:27.092486
Tags: complaints, garbage, performance-metrics, sanitation, service-delivery
CREATE TABLE table_1 (
"week" VARCHAR,
"average_days_to_complete_sanitation_code_requests" DOUBLE,
"total_completed_requests" BIGINT,
"median_days_to_repond_to_sanitation_code_complaint_request" BIGINT,
"target_response_time_days" BIGINT -- Target Response Time (Days)
);Anyone who has the link will be able to view this.