Open repository in Console
Readme
Updated 23 days ago
‧ Indexed 2 hours ago
Iowa Parole Revocations
This dataset provides de-identified individual data for offenders who violated parole/special sentence conditions and were sent to prison (i.e. parole revocation) for the past 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-parole-revocations-xr6x-45xx\".\"iowa_parole_revocations\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata