Average Daily Counts at Adult and Youth Correctional Facilities
Average daily count statistics of adults and youth provide a representation of the typical custodial population within a particular year in Nova Scotia correctional facilities. Includes in-house counts only (i.e., excludes individuals on temporary absences, intermittent time served out of facility, etc.). Data source: Nova Scotia Department of Justice. Information in previous reports or other sources may differ from this publication due to modifications to counting methodologies.
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 \"novascotia-ca/average-daily-counts-at-adult-and-youth-xbcp-7w2t\".\"average_daily_counts_at_adult_and_youth\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.