A Picture 2018 - Indicator 1, Table 3
Proportion (%) of ACT resident women who smoked during pregnancy by
Aboriginaland Torres Strait Islander status, 2004–06 to 2013–15.
Source: ACT Health, Epidemiology Section. Maternal Perinatal Data Collection, unpublished data. Australian Institute of Health and Welfare (AIHW), National Perinatal Data Collection, published data.
Note: The data has been grouped into three-year periods due to the small number of Aboriginal and Torres Strait Islander women who reside in the ACT and give birth each year.
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-1-table-3-cd2y-3cvf\".\"a_picture_2018_indicator_1_table_3\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.