Open repository in Console
Readme
Updated 11 months ago
‧ Indexed 11 months ago
NS Adult Admissions to Custody by Ethnicity
This dataset provides information on the percentage of offenders in adult correctional facilities by ethnicity and admission status (e.g., remand, sentenced custody, or other temporary detention). Percentage calculations exclude records where the ethnic background of the offender is unknown. Data source: Justice Enterprise Information Network (JEIN), Nova Scotia Department of Justice.
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/ns-adult-admissions-to-custody-by-ethnicity-9cqk-8ceu\".\"ns_adult_admissions_to_custody_by_ethnicity\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata