Open repository in Console
Readme
Updated 3 months ago
‧ Indexed 1 hour ago
Cost Burdened Households
Data from the U.S. Department of Housing and Urban Development Office of Policy Development and Research (HUD PD&R) and American Community Survey provided by the Urban Institute. This metric reports the share of low-income households at three income levels, low-income (below 80 percent of area median income, or AMI), very low-income (below 50 percent of AMI), and extremely low-income (below 30 percent of AMI), that spend more than half (>50%) of their household income on rent.
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/cost-burdened-households-um35-qu8s\".\"cost_burdened_households\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata