ramseycounty-us/homelessness-data-ai6e-bc7c
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 2 years ago
Indexed 3 hours ago

Homelessness Data

Dataset showing the number of people experiencing homelessness. This data includes people staying in emergency shelters and other programs serving those experiencing homelessness, as well as a head count of those identified as homeless in non-shelter locations on the night of the survey.

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 \"ramseycounty-us/homelessness-data-ai6e-bc7c\".\"homelessness_data\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • homelessness_data
     
     
     
     
     
Upstream Metadata