Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 12 months ago
Economic Poverty Rate by County WA
Count and rate of population with income in the last 12 months below poverty level in an area. ( B17001). County and State values are from ACS 1-year 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 \"internal-open-piercecountywa-gov/economic-poverty-rate-by-county-wa-xyg9-chf5\".\"economic_poverty_rate_by_county_wa\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata