Fire Department And Emergency Medical Services Dispatched Calls For Service
City of San Francisco
@usgov.city_of_san_francisco_fire_department_calls_for_service
City of San Francisco
@usgov.city_of_san_francisco_fire_department_calls_for_service
CREATE TABLE table_1 (
"call_number" BIGINT,
"unit_id" VARCHAR,
"incident_number" BIGINT,
"call_type" VARCHAR,
"call_date" TIMESTAMP,
"watch_date" TIMESTAMP,
"received_dttm" VARCHAR,
"entry_dttm" VARCHAR,
"dispatch_dttm" VARCHAR,
"response_dttm" VARCHAR,
"on_scene_dttm" VARCHAR,
"transport_dttm" VARCHAR,
"hospital_dttm" VARCHAR,
"call_final_disposition" VARCHAR,
"available_dttm" VARCHAR,
"address" VARCHAR,
"city" VARCHAR,
"zipcode_of_incident" DOUBLE,
"battalion" VARCHAR,
"station_area" VARCHAR,
"box" VARCHAR,
"original_priority" VARCHAR,
"priority" VARCHAR,
"final_priority" BIGINT,
"als_unit" BOOLEAN,
"call_type_group" VARCHAR,
"number_of_alarms" BIGINT,
"unit_type" VARCHAR,
"unit_sequence_in_call_dispatch" DOUBLE,
"fire_prevention_district" VARCHAR,
"supervisor_district" VARCHAR,
"neighborhooods_analysis_boundaries" VARCHAR,
"rowid" VARCHAR,
"case_location" VARCHAR,
"data_as_of" VARCHAR,
"data_loaded_at" VARCHAR,
"analysis_neighborhoods" DOUBLE
);
Anyone who has the link will be able to view this.