Younger People Profile 2016 (15-24 years)
Contains demographic profile information from the Australian Bureau of Statistics (ABS) 2016 Census of Population and Housing. Data has been aggregated by younger people (aged 15-24 years), as well as the remaining population (aged 0-14 years & aged 25 years and over).
This data has been derived from the ABS Census TableBuilder online data tool (<a href='http://www.abs.gov.au/websitedbs/D3310114.nsf/Home/2016%20TableBuilder'>http://www.abs.gov.au/websitedbs/D3310114.nsf/Home/2016%20TableBuilder</a>) by Australian Bureau of Statistics, used under <a href='http://creativecommons.org/licenses/by/4.0/'>CC 4.0</a>.
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 \"melbourne-vic-gov-au/younger-people-profile-2016-1524-years-u3gs-y2xi\".\"younger_people_profile_2016_1524_years\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.