novascotia-ca/crime-statistics-youth-charged-and-not-charged-by-mrvf-vpe5
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 5 months ago
Indexed 1 hour ago

Crime Statistics - Youth Charged and Not Charged by Offence Category (provincial level)

The dataset includes incident-based crime statistics at the provincial level. Statistics included in the dataset are the number of youth charged or not charged, and rates per 100,000 youth population for total Criminal Code violations (excluding traffic), total violent Criminal Code violations, total property crime violations, and total other Criminal Code violations. This data is sourced from Statistics Canada through CANSIM.

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/crime-statistics-youth-charged-and-not-charged-by-mrvf-vpe5\".\"crime_statistics_youth_charged_and_not_charged_by\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • crime_statistics_youth_charged_and_not_charged_by
     
     
     
     
     
Upstream Metadata