Iowa Probation Revocations
This dataset contains de-identified information on offenders who violated probation and are being sent to prison (i.e., a probation revocation) for the last 10 Fiscal Years. It provides information on sex, race & ethnicity, and age of those offenders.
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 \"mydata-iowa-gov/iowa-probation-revocations-8fn2-kx7x\".\"iowa_probation_revocations\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.