2017 5 Year ACS GINI Economic Inequality Index
5 year GINI economic inequality index for tracts in Hamilton County
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-chattadata/2017-5-year-acs-gini-economic-inequality-index-nxzc-mwfk\".\"2017_5_year_acs_gini_economic_inequality_index\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.