cityofnewyork-us/nypd-arrest-data-year-to-date-uip8-fykc
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 3 days ago
Indexed 6 hours ago

NYPD Arrest Data (Year to Date)

This is a breakdown of every arrest effected in NYC by the NYPD during the current year.

This data is manually extracted every quarter and reviewed by the Office of Management Analysis and Planning.

Each record represents an arrest effected in NYC by the NYPD and includes information about the type of crime, the location and time of enforcement.

In addition, information related to suspect demographics is also included.

This data can be used by the public to explore the nature of police enforcement activity.

Please refer to the attached data footnotes for additional information about this dataset.

Querying over HTTP

Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:

curl https://data.splitgraph.com/sql/query/ddn \
    -H "Content-Type: application/json" \
    -d@-<<EOF
{"sql": "
    SELECT *
    FROM \"cityofnewyork-us/nypd-arrest-data-year-to-date-uip8-fykc\".\"nypd_arrest_data_year_to_date\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • nypd_arrest_data_year_to_date
     
     
     
     
     
Upstream Metadata