Performance Metrics - Streets & Sanitation - Rodent Baiting
City of Chicago
@usgov.city_of_chicago_performance_metrics_streets_sanitation_12e02bee
City of Chicago
@usgov.city_of_chicago_performance_metrics_streets_sanitation_12e02bee
In addition to performing regular scheduled preventative rodent control, the Department of Streets & Sanitation (DSS) responds to site-specific customer rat complaints logged through 311’s Customer Service Requests (CSR) system. This metric tracks the average number of days the DSS takes to complete rodent baiting requests per week. Median days to complete requests as well as total number of requests fulfilled per week are available by mousing over columns. The target response time for rodent baiting requests is within 7 days. For more information on open rat complaints, see https://data.cityofchicago.org/Government/311-Service-Requests-Rodent-Baiting-2011-/97t6-zrhs
Organization: City of Chicago
Last updated: 2020-11-10T16:54:56.462095
Tags: performance-metrics, rats, rodents, service-delivery
CREATE TABLE table_1 (
"week" VARCHAR,
"average_days_to_complete_rodent_baiting_rat_complaint_requests" DOUBLE -- Average Days To Complete Rodent Baiting / Rat Complaint Requests,
"median_days_to_repond_to_rodent_baiting_request" BIGINT,
"target_response_time_days" BIGINT -- Target Response Time (Days)
);
Anyone who has the link will be able to view this.