A Picture 2018 - Indicator 44, Figure 38
Number of ACT families accessing Child and Family Centres services, 2008–18
Source: Non-published administrative data.
Note: Only families with ACT address are counted. All service activities provided by CFC staff with a start date in the period are extracted and filtered to exclude client satisfaction surveys. The data is sorted by address, by client id, by event start date
and a formula applied to count each unique address as one family. A lookup formula is then applied to the address at event start date to confirm if they were an ACT resident at the time of the service.
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-44-figure-38-ibvq-7gti\".\"a_picture_2018_indicator_44_figure_38\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.