Open repository in Console
Readme
Updated 11 months ago
‧ Indexed 11 months 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 Criminal Code violations (excluding traffic), violent Criminal Code violations, property crime violations, and other Criminal Code violations. Data source: Statistics Canada.
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.
Upstream Metadata