NYPD Shooting Data (Historic)
NYPD Shooting Data (Historic)
@kaggle.saurabhshahane_nypd_shooting_data_historic
NYPD Shooting Data (Historic)
@kaggle.saurabhshahane_nypd_shooting_data_historic
CREATE TABLE rows (
"incident_key" BIGINT,
"occur_date" TIMESTAMP,
"occur_time" VARCHAR,
"boro" VARCHAR,
"precinct" BIGINT,
"jurisdiction_code" DOUBLE,
"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" BIGINT,
"y_coord_cd" BIGINT,
"latitude" DOUBLE,
"longitude" DOUBLE,
"lon_lat" VARCHAR
);
Anyone who has the link will be able to view this.