Law Enforcement Dispatched Calls For Service: Real-Time
City of San Francisco
@usgov.city_of_san_francisco_law_enforcement_dispatched_calls_97cb6fe2
City of San Francisco
@usgov.city_of_san_francisco_law_enforcement_dispatched_calls_97cb6fe2
CREATE TABLE table_1 (
"id" BIGINT,
"cad_number" BIGINT,
"received_datetime" VARCHAR,
"entry_datetime" VARCHAR,
"dispatch_datetime" VARCHAR,
"enroute_datetime" VARCHAR,
"onscene_datetime" VARCHAR,
"close_datetime" VARCHAR,
"call_type_original" VARCHAR,
"call_type_original_desc" VARCHAR,
"call_type_original_notes" VARCHAR,
"call_type_final" VARCHAR,
"call_type_final_desc" VARCHAR,
"call_type_final_notes" VARCHAR,
"priority_original" VARCHAR,
"priority_final" VARCHAR,
"agency" VARCHAR,
"disposition" VARCHAR,
"onview_flag" VARCHAR,
"sensitive_call" BOOLEAN,
"intersection_name" VARCHAR,
"intersection_id" DOUBLE,
"intersection_point" VARCHAR,
"supervisor_district" DOUBLE,
"analysis_neighborhood" VARCHAR,
"police_district" VARCHAR,
"call_last_updated_at" VARCHAR,
"data_as_of" VARCHAR,
"data_loaded_at" VARCHAR,
"analysis_neighborhoods" DOUBLE
);
Anyone who has the link will be able to view this.