NYPD Arrests Data Historic 2006 - 2020
List of every arrest in NYC going back to 2006 through the end of the year 2020
@kaggle.okettaeneye_nypd_arrests_data_historic_2006_2020
List of every arrest in NYC going back to 2006 through the end of the year 2020
@kaggle.okettaeneye_nypd_arrests_data_historic_2006_2020
CREATE TABLE nypd_arrests_data_historic (
"arrest_key" BIGINT,
"arrest_date" TIMESTAMP,
"pd_cd" DOUBLE,
"pd_desc" VARCHAR,
"ky_cd" DOUBLE,
"ofns_desc" VARCHAR,
"law_code" VARCHAR,
"law_cat_cd" VARCHAR,
"arrest_boro" VARCHAR,
"arrest_precinct" BIGINT,
"jurisdiction_code" DOUBLE,
"age_group" VARCHAR,
"perp_sex" VARCHAR,
"perp_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.