Open repository in Console
Readme
Updated 19 days ago
‧ Indexed 4 hours ago
Offenders Released from Iowa Prisons
This dataset provides information on offenders released from Iowa prisons during the past 10 fiscal years. It includes the fiscal year when an offender was released from prison, their age groups, sex, race - ethnicity, closure type, convicting offense with description and the number of months served.
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/offenders-released-from-iowa-prisons-runv-jsix\".\"offenders_released_from_iowa_prisons\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata