Street Signs And Roadway Markings Work Order Time Logs
City of Austin
@usgov.city_of_austin_street_signs_and_roadway_markings_work__7652b36f
City of Austin
@usgov.city_of_austin_street_signs_and_roadway_markings_work__7652b36f
This dataset relates work completed for the purpose of installing and maintaining roadway markings and street signs across the City of Austin. Each row records time spent by one or more technicians who completed the work order. This work is managed by the Signs & Markings Division of the City of Austin Transportation Department.
You may also be interested in these related datasets, which can be joined together using the work order ID columns:
CREATE TABLE table_1 (
"id" VARCHAR,
"work_log_id" BIGINT,
"work_order_id" VARCHAR,
"markings_job_id" VARCHAR,
"work_order_status" VARCHAR,
"markings_job_status" VARCHAR,
"date_work" VARCHAR,
"created_date" VARCHAR,
"modified_date" VARCHAR,
"location_name" VARCHAR,
"work_type" VARCHAR,
"count_of_technicians" BIGINT,
"total_minutes_worked" DOUBLE
);Anyone who has the link will be able to view this.