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