Baselight

COVID-2019 - Hospital & ICU

@owid.hospital_and_icu

Loading...
Loading...

About this Dataset

COVID-2019 - Hospital & ICU

Our hospital & ICU data is collected from official sources and collated by Our World in Data. The complete list of country-by-country sources is available on GitHub.

Our complete COVID-19 dataset is a collection of the COVID-19 data maintained by Our World in Data. It is updated daily and includes data on confirmed cases, deaths, and testing.

We have created a new description of all our data sources. You find it at our GitHub repository here. There you can download all of our data.

Tables

Hospital And Icu

@owid.hospital_and_icu.owid_hospital_and_icu
  • 809.84 KB
  • 46777 rows
  • 10 columns
Loading...

CREATE TABLE owid_hospital_and_icu (
  "year" INTEGER,
  "country" VARCHAR,
  "daily_icu_occupancy" INTEGER,
  "daily_icu_occupancy_per_million" FLOAT,
  "daily_hospital_occupancy" UINTEGER,
  "daily_hospital_occupancy_per_million" FLOAT,
  "weekly_new_icu_admissions" INTEGER,
  "weekly_new_icu_admissions_per_million" FLOAT,
  "weekly_new_hospital_admissions" UINTEGER,
  "weekly_new_hospital_admissions_per_million" FLOAT
);

Share link

Anyone who has the link will be able to view this.