2017 Third Quarter Request for Officer Data
This data set includes incident number, nature of call, area, date, time, month, day of week, disposition, and how the call was received. Each case was identified as Domestic Battery using the State Statue definition of 'domestic'.
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 \"bloomington-in-gov/2017-third-quarter-request-for-officer-data-wxh7-msc5\".\"2017_third_quarter_request_for_officer_data\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.