CARES Act Equity Distribution Model Outputs
Cook County of Illinois
@usgov.cook_county_of_illinois_cares_act_equity_distribution__b8ffce72
Cook County of Illinois
@usgov.cook_county_of_illinois_cares_act_equity_distribution__b8ffce72
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/
Organization: Cook County of Illinois
Last updated: 2021-08-07T15:15:47.846026
Tags: 2021, caresact, equity, model
CREATE TABLE table_1 (
"geographic_id" BIGINT,
"name" VARCHAR,
"population" BIGINT,
"score_tax_base_per_capita" BIGINT -- Score: Tax Base Per Capita,
"score_median_household_income" BIGINT -- Score: Median Household Income,
"score_percent_eda" BIGINT -- Score: Percent EDA,
"score_covid_death_rate" BIGINT -- Score: COVID Death Rate,
"preliminary_score" DOUBLE,
"final_score" DOUBLE
);Anyone who has the link will be able to view this.