Open repository in Console
Readme
Updated 5 months ago
‧ Indexed 1 hour ago
Income & Poverty (US Census: ACS 5 Year Estimates) County
The included data are from the Income & Poverty tables of the US Census Bureau's American Community Survey's (ACS) 5 year estimates by County. It includes data on family and non-family households and income below or at and above poverty. For additional information about the data, visit https://www.census.gov/data/developers/data-sets/acs-5year.html.
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 \"pa-gov/income-poverty-us-census-acs-5-year-estimates-6npu-erdk\".\"income_poverty_us_census_acs_5_year_estimates\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata