2016 San Diego County Demographics - Poverty Level by City
Poverty Level, 2012-2016. Categories refer to percent of the Federal Poverty Level (FPL) a household falls in at the time of survey. For example, a household with an income level that is exactly half the Federal Poverty Level will be in the "50-74%" category. Source: U.S. Census Bureau; 2012-2016 American Community Survey 5-Year Estimates, Table B17024.
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-sandiegocounty-data-socrata/2016-san-diego-county-demographics-poverty-level-m8fz-ei2b\".\"2016_san_diego_county_demographics_poverty_level\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.