Workers Profile 2016
Contains demographic profile information for workers from the Australian Bureau of Statistics (ABS) 2016 Census of Population and Housing. Data has been aggregated based on work location.
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/workers-profile-2016-rsgn-pgkc\".\"workers_profile_2016\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.