2015 Median Household Income Female Vets and Non-Vets by Age
Dataset representing household income for female veterans and female non-veterans, by age, for the year 2015
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/2015-median-household-income-female-vets-and-skh2-afg2\".\"2015_median_household_income_female_vets_and\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.