Veterans Utilization Profile FY18 - Fig 5, Age Distribution of Users by Gender FY2018
Age Distribution of Users by Gender FY2018. Data underlying the fourth figure of Part 1 of the FY2018 Utilization Profile, a report on Veterans' use of VA benefits and services.
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/veterans-utilization-profile-fy18-fig-5-age-cmr2-gys7\".\"veterans_utilization_profile_fy18_fig_5_age\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.