Public Health Statistics - Life Expectancy By Community Area - Historical
City of Chicago
@usgov.city_of_chicago_public_health_statistics_life_expectan_bf4d859b
City of Chicago
@usgov.city_of_chicago_public_health_statistics_life_expectan_bf4d859b
Note: This dataset is historical only and there are not corresponding datasets for more recent time periods. For that more-recent information, please visit the Chicago Health Atlas at https://chicagohealthatlas.org.
This dataset gives the average life expectancy and corresponding confidence intervals for each Chicago community area for the years 1990, 2000 and 2010. See the full description at: https://data.cityofchicago.org/api/views/qjr3-bm53/files/AAu4x8SCRz_bnQb8SVUyAXdd913TMObSYj6V40cR6p8?download=true&filename=P:\EPI\OEPHI\MATERIALS\REFERENCES\Life Expectancy\Dataset description - LE by community area.pdf
Organization: City of Chicago
Last updated: 2020-11-10T16:55:16.621953
Tags: death, health, historical, life
CREATE TABLE table_1 (
"community_area_number" DOUBLE,
"community_area" VARCHAR,
"n_1990_life_expectancy" DOUBLE -- 1990 Life Expectancy,
"n_1990_lower_95_ci" DOUBLE -- 1990 Lower 95% CI,
"n_1990_upper_95_ci" DOUBLE -- 1990 Upper 95% CI,
"n_2000_life_expectancy" DOUBLE -- 2000 Life Expectancy,
"n_2000_lower_95_ci" DOUBLE -- 2000 Lower 95% CI,
"n_2000_upper_95_ci" DOUBLE -- 2000 Upper 95% CI,
"n_2010_life_expectancy" DOUBLE -- 2010 Life Expectancy,
"n_2010_lower_95_ci" DOUBLE -- 2010 Lower 95% CI,
"n_2010_upper_95_ci" DOUBLE -- 2010 Upper 95% CI
);Anyone who has the link will be able to view this.