NYPD Shooting Incident Data (Historic)
City of New York
@usgov.city_of_new_york_nypd_shooting_incident_data_historic
City of New York
@usgov.city_of_new_york_nypd_shooting_incident_data_historic
CREATE TABLE table_1 (
"incident_key" BIGINT,
"occur_date" TIMESTAMP,
"occur_time" VARCHAR,
"boro" VARCHAR,
"loc_of_occur_desc" VARCHAR,
"precinct" BIGINT,
"jurisdiction_code" DOUBLE,
"loc_classfctn_desc" VARCHAR,
"location_desc" VARCHAR,
"statistical_murder_flag" BOOLEAN,
"perp_age_group" VARCHAR,
"perp_sex" VARCHAR,
"perp_race" VARCHAR,
"vic_age_group" VARCHAR,
"vic_sex" VARCHAR,
"vic_race" VARCHAR,
"x_coord_cd" DOUBLE,
"y_coord_cd" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"lon_lat" VARCHAR
);
Anyone who has the link will be able to view this.