Fire Department 30 Day Calls
City of San Francisco
@usgov.city_of_san_francisco_fire_department_30_day_calls
City of San Francisco
@usgov.city_of_san_francisco_fire_department_30_day_calls
CREATE TABLE table_1 (
"station_id" BIGINT,
"call_type" VARCHAR,
"total_emergency_calls" BIGINT,
"total_non_emergency_calls" BIGINT,
"emergency_response" VARCHAR,
"non_emergency_response" VARCHAR,
"data_as_of" TIMESTAMP,
"data_loaded_at" VARCHAR
);
Anyone who has the link will be able to view this.