Social Indicators for City of Melbourne Residents 2019
The City of Melbourne Social Indicators Survey (CoMSIS) was conducted for the first time in 2018. The survey collects data, annually, about the state of health, well-being, participation and connection of communities in the Melbourne Local Government Area, primarily to report on key Council Plan 2017-21 municipal outcome indicators.
This dataset provides indicator results for 1,212 residents surveyed via telephone and online. Data has been provided by suburb, gender and age groups and has been weighted according to population proportions. Responses such as don't know, not sure, not applicable etc. were excluded in the calculation of indicators. The sample sizes shown reflect this accordingly.
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/social-indicators-for-city-of-melbourne-residents-y7km-5r6f\".\"social_indicators_for_city_of_melbourne_residents\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.