Open repository in Console
Readme
Updated 11 months ago
‧ Indexed 11 months ago
NS Adult Admissions to Custody by Gender
This dataset provides information on the percentage of individuals in Nova Scotia adult correctional facilities by gender and admission status (e.g., remand, or sentenced custody, or other temporary detention). Percentage calculations exclude records where the gender of the individual 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-gender-aske-6h8e\".\"ns_adult_admissions_to_custody_by_gender\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata