A Picture - Indicator 34, Figure 36
Median weekly equivalised disposable household income, ACT and Australia, 2002–03
to 2015–16.
Source: ABS cat. No. 6523.0; Table 1.1, Table 24.1 and Table 16.1.
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-indicator-34-figure-36-3hvt-tpup\".\"a_picture_indicator_34_figure_36\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.