CARES Act Equity Distribution Model Outputs
This dataset provides the output to the R model to equitably distribute CARES Act funding to underlying municipalities. Data is as of June 2020.
For more information see: https://datacatalog.cookcountyil.gov/stories/s/yf8h-y2mv/
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 \"datacatalog-cookcountyil-gov/cares-act-equity-distribution-model-outputs-cktk-9vxb\".\"cares_act_equity_distribution_model_outputs\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.