Baselight

NYPD Shooting Data (Historic)

NYPD Shooting Data (Historic)

@kaggle.saurabhshahane_nypd_shooting_data_historic

Loading...
Loading...

About this Dataset

NYPD Shooting Data (Historic)

Context

List of every shooting incident that occurred in NYC going back to 2006 through the end of the previous calendar year.

This is a breakdown of every shooting incident that occurred in NYC going back to 2006 through the end of the previous calendar year. This data is manually extracted every quarter and reviewed by the Office of Management Analysis and Planning before being posted on the NYPD website. Each record represents a shooting incident in NYC and includes information about the event, the location and time of occurrence. In addition, information related to suspect and victim demographics is also included. This data can be used by the public to explore the nature of shooting/criminal activity. Please refer to the attached data footnotes for additional information about this dataset.

Tables

Rows

@kaggle.saurabhshahane_nypd_shooting_data_historic.rows
  • 1.03 MB
  • 23568 rows
  • 19 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.