Nova Scotia Department of Justice - Perceived Safety from Crime when Walking Alone in Area After Dark
This dataset provides data on the level of perceived safety from crime felt by Nova Scotians walking alone in their area at night and is based on a question included in the Atlantic Quarterly survey administered by Corporate Research Associates (CRA)
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/nova-scotia-department-of-justice-perceived-safety-67q8-cgd8\".\"nova_scotia_department_of_justice_perceived_safety\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.