Austin Code Task List
City of Austin
@usgov.city_of_austin_austin_code_task_list
City of Austin
@usgov.city_of_austin_austin_code_task_list
Code Officers are assigned cases based on 311 calls. These are then prioritized and updated by the Code Officers themselves. This dataset is uploaded to try and inform custom routing applications to better help Code Officers plan and route their days and be more efficient with their time.
Organization: City of Austin
Last updated: 2020-11-12T13:32:54.151334
Tags: code, complaints, inspections, safety, service-requests, tasks
CREATE TABLE table_1 (
"inspector" VARCHAR,
"foldertype" VARCHAR,
"foldersubtype" VARCHAR,
"foldername" VARCHAR,
"priority1" DOUBLE,
"priority2" DOUBLE,
"process" VARCHAR,
"status" VARCHAR,
"duetostart" VARCHAR,
"duetoend" VARCHAR,
"peoplefullname" VARCHAR,
"peoplelastname" VARCHAR,
"foldernumber" VARCHAR,
"housenumber" VARCHAR,
"streetname" VARCHAR,
"propx" DOUBLE,
"propy" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"location" VARCHAR
);Anyone who has the link will be able to view this.