Budget Survey 2021
As part of the preparation process for the 2021 City of Chicago budget, the City conducted a public survey. The final results are shown in this dataset.
For the $1000 Assignment columns, negative and blank values have been converted to $0 if any question is this series was answered. If the total allocated was above or below $1000, all values have been adjusted proportionally to bring the total to $1000.
For more information on the 2021 budget, including the survey, please see https://chicago.gov/2021budget.
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 \"cityofchicago/budget-survey-2021-h6r6-h5c9\".\"budget_survey_2021\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.