A Picture 2018 - Indicator 6, Figure 12
Proportion (%) of ACT young people aged 18–24 years who eat at least two serves of
fruit and five serves of vegetables per day, 2007–08, 2011–2012 and 2014–15.
Source: ABS National Health Survey, 2007–15.
Note: * Estimate has a relative standard error greater than 50 per cent and is considered unreliable for general use.
^ Estimate has a relative standard error of 25–50 per cent and should be used with caution.
The proportion of ACT young people (18–24 years) meeting the NHMRC Australian Dietary Guidelines for fruit and vegetables is a new indicator for 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 \"data-act-gov-au/a-picture-2018-indicator-6-figure-12-weye-td5h\".\"a_picture_2018_indicator_6_figure_12\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.