COVID-19 Estimated ICU Beds Occupied By State Timeseries
U.S. Department of Health & Human Services
@usgov.hhs_gov_covid_19_estimated_icu_beds_occupied_by_state__ca22f81c
U.S. Department of Health & Human Services
@usgov.hhs_gov_covid_19_estimated_icu_beds_occupied_by_state__ca22f81c
CREATE TABLE table_1 (
"state" VARCHAR,
"collection_date" TIMESTAMP,
"staffed_adult_icu_beds_occupied_estimated" BIGINT,
"count_ll" BIGINT,
"count_ul" BIGINT,
"percentage_of_staffed_adult_icu_beds_occupied_estimated" DOUBLE,
"percentage_ll" DOUBLE,
"percentage_ul" DOUBLE,
"total_staffed_adult_icu_beds" BIGINT,
"total_ll" BIGINT,
"total_ul" BIGINT,
"geocoded_state" VARCHAR
);
Anyone who has the link will be able to view this.