EMS - Ambulance Responses By Month
City of Austin
@usgov.city_of_austin_ems_ambulance_responses_by_month
City of Austin
@usgov.city_of_austin_ems_ambulance_responses_by_month
This table contains data related to responses by regularly scheduled ambulances. Units that are not ambulances or are deployed on an irregular basis are excluded from this table.
Organization: City of Austin
Last updated: 2020-11-12T13:25:01.526076
Tags: ambulance, atcems, city, coa, county, ems, responses, workload
CREATE TABLE table_1 (
"month_key" BIGINT,
"month_year" VARCHAR,
"total_system_responses" BIGINT,
"total_austin_responses" BIGINT,
"total_travis_county_responses" BIGINT,
"other_area_responses" BIGINT,
"combined_city_and_county_responses" BIGINT,
"coa_unit_responses_into_tc" BIGINT,
"tc_unit_responses_into_coa" BIGINT,
"percent_coa_responses_by_tc" DOUBLE,
"percent_tc_responses_by_coa" DOUBLE,
"other_area_responses_by_coa_units" BIGINT,
"other_area_responses_by_tc_units" BIGINT,
"coa_unit_responses_into_coa_or_tc" BIGINT,
"tc_unit_responses_into_coa_or_tc" BIGINT,
"percent_of_coa_responses_by_coa_units" DOUBLE,
"percent_of_tc_responses_by_tc_units" DOUBLE,
"percent_of_other_area_responses_by_coa_units" DOUBLE,
"percent_of_other_area_responses_by_tc_units" DOUBLE,
"percent_of_responses_into_coa_or_tc_by_coa_units" DOUBLE,
"percent_of_responses_into_coa_or_tc_by_tc_units" DOUBLE
);Anyone who has the link will be able to view this.