NYPD Arrest Data (Year To Date)
City of New York
@usgov.city_of_new_york_nypd_arrest_data_year_to_date
City of New York
@usgov.city_of_new_york_nypd_arrest_data_year_to_date
CREATE TABLE table_1 (
"arrest_key" BIGINT,
"arrest_date" TIMESTAMP,
"pd_cd" BIGINT,
"pd_desc" VARCHAR,
"ky_cd" DOUBLE,
"ofns_desc" VARCHAR,
"law_code" VARCHAR,
"law_cat_cd" VARCHAR,
"arrest_boro" VARCHAR,
"arrest_precinct" BIGINT,
"jurisdiction_code" BIGINT,
"age_group" VARCHAR,
"perp_sex" VARCHAR,
"perp_race" VARCHAR,
"x_coord_cd" BIGINT,
"y_coord_cd" BIGINT,
"latitude" DOUBLE,
"longitude" DOUBLE,
"new_georeferenced_column" VARCHAR
);
Anyone who has the link will be able to view this.