Budget Survey 2020
As part of the preparation process for the 2020 City of Chicago budget, the City conducted a public survey. The final results are shown in this dataset.
For the $1000 Assignment columns, negative values have been converted to blanks and totals above $1000 (after converting negatives to blanks) have been converted to $1000, with all of the component values adjusted accordingly, to retain their relative proportions. Totals below $1000 were not adjusted up because the survey specifically allowed for not allocating the full amount.
For more information on the 2020 budget, including the survey, please see https://www.chicago.gov/city/en/depts/obm/supp_info/budgetdocuments/2020_Budget.html.
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-2020-drbg-ny73\".\"budget_survey_2020\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.