NCVAS State Summaries - Income Percentages (chart)
This dataset is comprised of 1 year estimate data from the American Community Survey published as of 2019.
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 \"datahub-va-gov/ncvas-state-summaries-income-percentages-chart-5xun-beu8\".\"ncvas_state_summaries_income_percentages_chart\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.