NYPD Calls For Service (Year To Date)
City of New York
@usgov.city_of_new_york_nypd_calls_for_service
City of New York
@usgov.city_of_new_york_nypd_calls_for_service
Calls for Service to NYPD's 911 system This dataset documents entries into the NYPD 911 system, ICAD. The data is collected from the ICAD system which call takers and dispatchers use to communicate with callers and the NYPD. Each record represents an entry into the system. The data includes entries generated by members of the public as well as self-initiated entries by NYPD Members of Service. The data can be used for issues being responded to by the NYPD.
Organization: City of New York
Last updated: 2020-11-20T17:18:00.913922
Tags: 911, calls-for-service, icad, nypd
CREATE TABLE table_1 (
"cad_evnt_id" BIGINT,
"create_date" TIMESTAMP,
"incident_date" TIMESTAMP,
"incident_time" VARCHAR,
"nypd_pct_cd" DOUBLE,
"boro_nm" VARCHAR,
"patrl_boro_nm" VARCHAR,
"geo_cd_x" BIGINT,
"geo_cd_y" BIGINT,
"radio_code" VARCHAR,
"typ_desc" VARCHAR,
"cip_jobs" VARCHAR,
"add_ts" VARCHAR,
"disp_ts" VARCHAR,
"arrivd_ts" VARCHAR,
"closng_ts" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE
);Anyone who has the link will be able to view this.