novascotia-ca/ns-adult-admissions-to-custody-by-gender-aske-6h8e
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 2 years ago
Indexed 1 month ago

NS Adult Admissions to Custody by Gender

This dataset provides information on the percentage of offenders in adult correctional facilities by gender and admission status (e.g., remand or sentenced custody). Percentage calculations exclude records where the gender of the offender is unknown. The data is sourced from the Nova Scotia Department of Justice's Justice Enterprise Information Network (JEIN).

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-gender-aske-6h8e\".\"ns_adult_admissions_to_custody_by_gender\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • ns_adult_admissions_to_custody_by_gender
     
     
     
     
     
Upstream Metadata