novascotia-ca/crime-statistics-incidents-and-rates-by-offence-daey-6b54
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 8 months ago
Indexed 1 hour ago

Crime Statistics - Incidents and rates by offence category

The dataset includes incident-based crime statistics at the provincial and police service level. Statistics include the number of incidents of offences and rates per 100,000 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-incidents-and-rates-by-offence-daey-6b54\".\"crime_statistics_incidents_and_rates_by_offence\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • crime_statistics_incidents_and_rates_by_offence
     
     
     
     
     
Upstream Metadata