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
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.