ramseycounty-us/homeownership-data-adbk-tryj
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 4 years ago
Indexed 6 hours ago

Homeownership Data

Dataset showing number and percent of owner-occupied and renter-occupied housing units.

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/homeownership-data-adbk-tryj\".\"homeownership_data\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • homeownership_data
     
     
     
     
     
Upstream Metadata