APD Computer Aided Dispatch Incidents
City of Austin
@usgov.city_of_austin_apd_computer_aided_dispatch_incidents
City of Austin
@usgov.city_of_austin_apd_computer_aided_dispatch_incidents
CREATE TABLE table_1 (
"incident_number" BIGINT,
"incident_type" VARCHAR,
"council_district" BIGINT,
"mental_health_flag" VARCHAR,
"priority_level" VARCHAR,
"response_datetime" VARCHAR,
"response_year" BIGINT,
"response_month" VARCHAR,
"response_day_of_week" VARCHAR,
"response_hour" BIGINT,
"first_unit_arrived_datetime" VARCHAR,
"call_closed_datetime" VARCHAR,
"sector" VARCHAR,
"initial_problem_description" VARCHAR,
"initial_problem_category" VARCHAR,
"final_problem_description" VARCHAR,
"final_problem_category" VARCHAR,
"number_of_units_arrived" DOUBLE,
"unit_time_on_scene" DOUBLE,
"call_disposition_description" VARCHAR,
"report_written_flag" VARCHAR,
"response_time" DOUBLE,
"officer_injured_killed_count" BIGINT,
"subject_injured_killed_count" BIGINT,
"other_injured_killed_count" BIGINT,
"geo_id" DOUBLE,
"census_block_group" DOUBLE
);
Anyone who has the link will be able to view this.