APS 5.2 Outcomes: Recidivism by County FY2014-2023
Recidivism is a measure of the APS clients with investigations closed in a particular fiscal year, who had a separate investigation opened in the same fiscal year.
To protect the identities of clients in counties with very small populations, data from counties with between 1 and 5 cases of Recidivism are displayed as "1-5", and no Recidivism % is provided. Additionally, these counties will be unavailable on the Ranking, Trends, and Gender Balance charts for fiscal years in which they have 5 or fewer cases of Recidivism.
Visit dfps.state.tx.us for information on all DFPS programs.
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 \"texas-gov/aps-52-outcomes-recidivism-by-county-fy20142023-fhx8-fyu2\".\"aps_52_outcomes_recidivism_by_county_fy20142023\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.