cityofnewyork-us/domestic-violence-homicide-incidents-in-the-ten-u97r-kgca
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 3 months ago
Indexed 3 hours ago

Domestic Violence Homicide Incidents in the Ten Largest U.S. Cities

This data set contains count data on domestic violence homicide and intimate partner homicide incidents from the 2015 the Federal Bureau of Investigation (FBI) Supplemental Homicide Report (SHR) and population from the SHR.

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/domestic-violence-homicide-incidents-in-the-ten-u97r-kgca\".\"domestic_violence_homicide_incidents_in_the_ten\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • domestic_violence_homicide_incidents_in_the_ten
     
     
     
     
     
Upstream Metadata