CARES Act Equity Distribution Model Inputs
Cook County of Illinois
@usgov.cook_county_of_illinois_cares_act_equity_distribution__bfbba73e
Cook County of Illinois
@usgov.cook_county_of_illinois_cares_act_equity_distribution__bfbba73e
This dataset provides inputs 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:10:29.647018
Tags: 2021, caresact, equity, model
CREATE TABLE table_1 (
"geographic_id" BIGINT,
"name" VARCHAR,
"in_cook_county" BIGINT,
"population" BIGINT,
"median_household_income" BIGINT,
"retail_sales" BIGINT,
"total_equalized_assessed_value" BIGINT,
"percent_eda" DOUBLE,
"covid_deaths" BIGINT,
"tax_base" BIGINT,
"tax_base_per_capita" DOUBLE,
"log_of_tax_base_per_capita" DOUBLE,
"log_of_population" DOUBLE,
"log_of_median_household_income" DOUBLE,
"covid_death_rate" DOUBLE,
"log_of_covid_death_rate" DOUBLE
);Anyone who has the link will be able to view this.