A Picture 2018 - Table 1
Number and proportion (%) of estimated district population, by age group in the ACT,
June 2016.
Source: ABS 2016, Population by Age and Sex, Regions of Australia, ‘Population Estimates by Age and Sex, Regions of Australian Capital Territory (AGS 2016)’, ‘Table 6. Estimated Resident Population by Age, Australian Capital Territory, Persons — 30 June 2016’, time series spreadsheet, cat. no. 3235.0, viewed 1 June 2016.
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-table-1-3bbj-2ge8\".\"a_picture_2018_table_1\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.