COVID-19 State Level Data - Archive
State of Connecticut
@usgov.state_of_connecticut_covid_19_state_level_data
State of Connecticut
@usgov.state_of_connecticut_covid_19_state_level_data
CREATE TABLE table_1 (
"report_date" TIMESTAMP,
"cumulative_cases" BIGINT,
"cumulative_cases_confirmed" BIGINT,
"cumulative_cases_probable" BIGINT,
"cumulative_tests_reportable" BIGINT,
"cumulative_deaths" BIGINT,
"cases_7days" BIGINT,
"confirmed_cases_7days" BIGINT,
"probable_cases_7days" BIGINT,
"tests_reportable_7days" BIGINT,
"newly_reported_deaths" BIGINT,
"positive_naat_7days" BIGINT,
"tests_naat_7days" BIGINT,
"naat_positivity_7days" DOUBLE,
"cumulative_positive_naat" BIGINT,
"cumulative_tests_naat" BIGINT,
"positive_ag_7days" BIGINT,
"census_today" BIGINT,
"fullyvax_today" BIGINT,
"partialvax_today" BIGINT,
"nonvax_today" BIGINT,
"adddose_today" BIGINT,
"census_7days_ago" BIGINT,
"census_change" BIGINT,
"census_not_fully_vax" BIGINT,
"census_pct_not_fully_vax" DOUBLE,
"cases_age_group_0_9_7days" BIGINT,
"cases_age_group_10_19_7days" BIGINT,
"cases_age_group_20_29_7days" BIGINT,
"cases_age_group_30_39_7days" BIGINT,
"cases_age_group_40_49_7days" BIGINT,
"cases_age_group_50_59_7days" BIGINT,
"cases_age_group_60_69_7days" BIGINT,
"cases_age_group_70_79_7days" BIGINT,
"cases_age_group_80_7days" BIGINT,
"cases_age_group_unknown_7days" BIGINT,
"cumulative_cases_agegroup_0_9" BIGINT,
"cumulative_cases_agegroup_10_19" BIGINT,
"cumulative_cases_agegroup_20_29" BIGINT,
"cumulative_cases_agegroup_30_39" BIGINT,
"cumulative_cases_agegroup_40_49" BIGINT,
"cumulative_cases_agegroup_50_59" BIGINT,
"cumulative_cases_agegroup_60_69" BIGINT,
"cumulative_cases_agegroup_70_79" BIGINT,
"cumulative_cases_agegroup_80" BIGINT,
"cumulative_cases_agegroup_unknown" BIGINT,
"cases_hisp_race_hispanic_7days" BIGINT,
"cases_hisp_race_nh_american_indian_or_alaskan_native_7days" BIGINT,
"cases_hisp_race_nh_asian_or_pacific_islander_7days" BIGINT,
"cases_hisp_race_nh_black_7days" BIGINT,
"cases_hisp_race_nh_multiracial_7days" BIGINT,
"cases_hisp_race_nh_white_7days" BIGINT,
"cases_hisp_race_unknown_7days" BIGINT,
"cumulative_cases_hisp_race_hispanic" BIGINT,
"cumulative_cases_hisp_race_nh_american_indian_or_alaskan_native" BIGINT,
"cumulative_cases_hisp_race_nh_asian_or_pacific_islander" BIGINT,
"cumulative_cases_hisp_race_nh_black" BIGINT,
"cumulative_cases_hisp_race_nh_multiracial" BIGINT,
"cumulative_cases_hisp_race_nh_white" BIGINT,
"cumulative_cases_hisp_race_unknown" BIGINT,
"cases_gender_female_7days" BIGINT,
"cases_gender_male_7days" BIGINT,
"cases_gender_other_7days" BIGINT,
"cases_gender_unknown_7days" BIGINT,
"cumulative_cases_gender_female" BIGINT,
"cumulative_cases_gender_male" BIGINT,
"cumulative_cases_gender_other" BIGINT,
"cumulative_cases_gender_unknown" BIGINT,
"cumulative_cases_gender_na" BIGINT,
"case_rate_weekly" DOUBLE,
"state_population" BIGINT,
"cumulative_deaths_agegroup_0_9" BIGINT,
"cumulative_deaths_agegroup_10_19" BIGINT,
"cumulative_deaths_agegroup_20_29" BIGINT,
"cumulative_deaths_agegroup_30_39" BIGINT,
"cumulative_deaths_agegroup_40_49" BIGINT,
"cumulative_deaths_agegroup_50_59" BIGINT,
"cumulative_deaths_agegroup_60_69" BIGINT,
"cumulative_deaths_agegroup_70_79" BIGINT,
"cumulative_deaths_agegroup_80" BIGINT,
"cumulative_deaths_agegroup_unknown" BIGINT,
"cumulative_deaths_hisp_race_hispanic" BIGINT,
"cumulative_deaths_hisp_race_nh_american_indian_or_alas_966f5d5f" BIGINT,
"cumulative_deaths_hisp_race_nh_asian_or_pacific_islander" BIGINT,
"cumulative_deaths_hisp_race_nh_black" BIGINT,
"cumulative_deaths_hisp_race_nh_multiracial" BIGINT,
"cumulative_deaths_hisp_race_nh_white" BIGINT,
"cumulative_deaths_hisp_race_unknown" BIGINT,
"cumulative_deaths_gender_female" BIGINT,
"cumulative_deaths_gender_male" BIGINT,
"cumulative_deaths_gender_other" BIGINT,
"cumulative_deaths_gender_unknown" BIGINT,
"fips" BIGINT,
"data_updated" TIMESTAMP
);
Anyone who has the link will be able to view this.