A Picture 2018 - Indicator 45, Figure 39
Overall customer satisfaction (%) with children’s play equipment being well
maintained in the ACT, 2010–18.
Source: TCCS Market Attitude Research Service Survey 2018.
Note: Play equipment includes playgrounds and natural play spaces. Survey scores based on responses from adults/carers.
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-45-figure-39-kise-zefw\".\"a_picture_2018_indicator_45_figure_39\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.