Performance Metrics - Transportation - Traffic Lights Out
City of Chicago
@usgov.city_of_chicago_performance_metrics_transportation_tra_11f98fb3
City of Chicago
@usgov.city_of_chicago_performance_metrics_transportation_tra_11f98fb3
The Chicago Department of Transportation (CDOT) receives reports from 311’s Customer Service Requests (CSR) system of traffic light outages. This metric tracks the average number of days CDOT takes to complete traffic light repair requests. Total number of requests fulfilled per week is also available by mousing over columns Due to the public safety importance of traffic signals, the target time to respond to traffic light outages is within 1 day.
Organization: City of Chicago
Last updated: 2020-11-10T16:55:32.126055
Tags: outage, performance-metrics, service-delivery, traffic-light
CREATE TABLE table_1 (
"week" VARCHAR,
"average_days_to_complete_traffic_light_out_requests" DOUBLE,
"total_completed_requests" BIGINT,
"target_response_time_days" BIGINT -- Target Response Time (Days)
);Anyone who has the link will be able to view this.