2018 - Age Distribution over Time - Chart
This data is based on population projections (6L) provided by the National Center for Veterans Statistics and Analysis, published in 2018.
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/2018-age-distribution-over-time-chart-vw34-7ctp\".\"2018_age_distribution_over_time_chart\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.