Perceived safety from crime when home alone at night
This dataset provides data on the level of perceived safety from crime when home at night reported by Nova Scotians 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/perceived-safety-from-crime-when-home-alone-at-nw2i-ymps\".\"perceived_safety_from_crime_when_home_alone_at\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.