Open repository in Console
Readme
Updated 2 years ago
‧ Indexed 11 months ago
Community Survey: 2023 Survey Data
The City of Bloomington contracted with National Research Center, Inc. to conduct the 2023 Bloomington Community Survey. This is the fourth time a scientific citywide survey has been completed covering resident opinions on service delivery satisfaction by the City of Bloomington and quality of life issues.
<br>The 2023 survey received responses from 367 households (from a scientific sample of 3,000) and an additional 557 residents completed the opt-in survey. Read more at: <a href="https://bton.in/LWVOR">bton.in/LWVOR</a>.
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 \"bloomington-in-gov/community-survey-2023-survey-data-4ubv-ujpm\".\"community_survey_2023_survey_data\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.