COVID-19 Community Profile Report - National-Level
U.S. Department of Health & Human Services
@usgov.hhs_gov_covid_19_community_profile_report_national_level
U.S. Department of Health & Human Services
@usgov.hhs_gov_covid_19_community_profile_report_national_level
CREATE TABLE table_1 (
"cases_last_7_days" BIGINT,
"cases_per_100k_last_7_days" DOUBLE,
"cases_pct_change_from_previous_week" DOUBLE,
"test_positivity_rate" DOUBLE,
"test_positivity_rate_pct_change_from_prev_week" DOUBLE,
"confirmed_covid_hosp_last_7_days" BIGINT,
"confirmed_covid_hosp_per_100k_last_7_days" DOUBLE,
"confirmed_covid_hosp_pct_change_from_prev_week" DOUBLE,
"deaths_last_7_days" BIGINT,
"deaths_per_100k_last_7_days" DOUBLE,
"deaths_pct_change_from_prev_week" DOUBLE
);
Anyone who has the link will be able to view this.