Connecticut Resident Deaths, 1999-2013
State of Connecticut
@usgov.state_of_connecticut_connecticut_resident_deaths_1999_2013
State of Connecticut
@usgov.state_of_connecticut_connecticut_resident_deaths_1999_2013
CREATE TABLE table_1 (
"source" VARCHAR,
"death_year" BIGINT,
"cause_of_death_category" VARCHAR,
"sex_of_decendent" VARCHAR,
"race_ethnicity_of_decedent" VARCHAR,
"all_ages" BIGINT,
"less_than_5_years_old" BIGINT,
"n_5_to_9_years_old" BIGINT,
"n_10_to_14_years_old" BIGINT,
"n_15_to_19_years_old" BIGINT,
"n_20_to_24_years_old" BIGINT,
"n_25_to_29_years_old" BIGINT,
"n_30_to_34_years_old" BIGINT,
"n_35_to_39_years_old" BIGINT,
"n_40_to_44_years_old" BIGINT,
"n_45_to_49_years_old" BIGINT,
"n_50_to_54_years_old" BIGINT,
"n_55_to_59_years_old" BIGINT,
"n_60_to_64_years_old" BIGINT,
"n_65_to_69_years_old" BIGINT,
"n_70_to_74_years_old" BIGINT,
"n_75_to_79_years_old" BIGINT,
"n_80_to_84_years_old" BIGINT,
"n_85_years_old" BIGINT,
"unknown_age" DOUBLE
);
Anyone who has the link will be able to view this.