Performance Metrics - Streets & Sanitation - Graffiti Removal
City of Chicago
@usgov.city_of_chicago_performance_metrics_streets_sanitation_1fbdc29d
City of Chicago
@usgov.city_of_chicago_performance_metrics_streets_sanitation_1fbdc29d
The Department of Streets & Sanitation's (DSS) Graffiti Blasters crews offer a vandalism removal service to private property owners. This metric tracks the average number of days DSS takes to complete graffiti removal 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 a graffiti removal request is 10 days. For more information on graffiti removal requests, see https://data.cityofchicago.org/d/hec5-y4x5
Organization: City of Chicago
Last updated: 2020-11-10T16:55:15.932883
Tags: graffiti, performance-metrics, service-delivery
CREATE TABLE table_1 (
"week" VARCHAR,
"average_days_to_complete_graffiti_removal" DOUBLE,
"total_completed_requests" BIGINT,
"median_days_to_complete_graffiti_removal_request" DOUBLE,
"target_response_time_days" DOUBLE -- Target Response Time (Days)
);Anyone who has the link will be able to view this.