Returning Citizen Child Support & Inmate Obligors 2007 - 2014
Data are provided by the Department of Human Resources (DHR) and University of Maryland. This dataset shows how many formerly incarcerated individuals in Maryland with child support payments are paying any portion on time. The dataset also shows how many incoming inmates to DPSCS have inmate obligors modified upon intake, as well as how many returning citizens have inmate obligors modified soon after release. The time period is month, calendar year, or fiscal year, as specified.
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 \"opendata-maryland-gov/returning-citizen-child-support-inmate-obligors-hy2h-k5f2\".\"returning_citizen_child_support_inmate_obligors\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.