COVID-19 Hospital Data (ARCHIVED)
State of California
@usgov.ca_gov_covid_19_hospital_data_21ccf
State of California
@usgov.ca_gov_covid_19_hospital_data_21ccf
CREATE TABLE statewide_covid_19_hospital_county_data (
"county" VARCHAR,
"todays_date" TIMESTAMP,
"hospitalized_covid_confirmed_patients" DOUBLE,
"hospitalized_suspected_covid_patients" DOUBLE,
"hospitalized_covid_patients" DOUBLE,
"all_hospital_beds" DOUBLE,
"icu_covid_confirmed_patients" DOUBLE,
"icu_suspected_covid_patients" DOUBLE,
"icu_available_beds" DOUBLE
);
Anyone who has the link will be able to view this.