Open repository in Console
Readme
Updated 4 years ago
‧ Indexed 2 hours ago
American Community Survey 5-year (2006-2010) income and employment statistics
American Community Survey statistics on income and poverty, as well as a number of other factors. There are about 200 fields so please refer to the attached ACS_Field_Description_Dictionary.xlsx for field definitions.
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 \"bronx-lehman-cuny-edu/american-community-survey-5year-20062010-income-kqdi-9zbs\".\"american_community_survey_5year_20062010_income\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.