grandrapidsmi-gov/acs-geocoded-income-data-9suf-zqid
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 3 years ago
Indexed 6 hours ago

ACS Geocoded Income Data

Income data by census tract in Kent County, MI. Data spans back to 2010 and is on an approximately two year delay due to reporting by the American Community 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 \"grandrapidsmi-gov/acs-geocoded-income-data-9suf-zqid\".\"acs_geocoded_income_data\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • acs_geocoded_income_data