Baselight

Fire Department 30 Day Calls

City of San Francisco

@usgov.city_of_san_francisco_fire_department_30_day_calls

Loading...
Loading...

About this Dataset

Fire Department 30 Day Calls

A. SUMMARY
This dataset is derived from the Fire Department Calls for Service dataset. It includes summary data for the last 30 days. Summaries are presented by station area. The summary data includes number of calls and average response time (in minutes). Calls are further divided into emergency calls (Code 3) and non-emergency calls (Code 2).
B. HOW THE DATASET IS CREATED
Filters are applied to the raw data by selecting only the calls for the last 30 full days. The last day included in the dataset is the day before the day the dataset is extracted.
C. UPDATE PROCESS
Data is updated every day.
D. HOW TO USE THIS DATASET
This dataset is just a summary of the existing Calls For Service Data. It is provided as a simple way for a user to collect this information.
Organization: City of San Francisco
Last updated: 2020-12-04T19:34:52.758380

Tables

Table 1

@usgov.city_of_san_francisco_fire_department_30_day_calls.table_1
  • 8.58 KB
  • 88 rows
  • 8 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.