Baselight

World Health Organization COVID-19 Data 20-12-2021

@kaggle.emredarende_world_health_organization_covid19_data_20122021

Loading...
Loading...

About this Dataset

World Health Organization COVID-19 Data 20-12-2021

Daily cases and deaths by date reported to WHO

Content

Column name Type Description
Date_reported Date Date of reporting to WHO
Country_code String ISO Alpha-2 country code
Country String Country, territory, area
WHO_region String WHO regional offices: WHO Member States are grouped into six WHO regions. Regional Office for Africa (AFRO), Regional Office for the Americas (AMRO), Regional Office for South-East Asia (SEARO), Regional Office for Europe (EURO), Regional Office for the Eastern Mediterranean (EMRO), and Regional Office for the Western Pacific (WPRO).
New_cases Integer New confirmed cases. Calculated by subtracting previous cumulative case count from current cumulative cases count.*
Cumulative_cases Integer Cumulative confirmed cases reported to WHO to date.
New_deaths Integer New confirmed deaths. Calculated by subtracting previous cumulative deaths from current cumulative deaths.*
Cumulative_deaths Integer Cumulative confirmed deaths reported to WHO to date.
  • Users should note that, in addition to capturing new cases and deaths reported on any given day, updates are made retrospectively to correct counts on previous days as needed based on subsequent information received. See "Daily aggregate case and death count data" above for further details on the calculation of new cases/deaths.

Copyright

© World Health Organization 2020, All rights reserved.

Tables

Who Covid 19 Global Data

@kaggle.emredarende_world_health_organization_covid19_data_20122021.who_covid_19_global_data
  • 1.28 MB
  • 170166 rows
  • 8 columns
Loading...

CREATE TABLE who_covid_19_global_data (
  "date_reported" TIMESTAMP,
  "country_code" VARCHAR,
  "country" VARCHAR,
  "who_region" VARCHAR,
  "new_cases" BIGINT,
  "cumulative_cases" BIGINT,
  "new_deaths" BIGINT,
  "cumulative_deaths" BIGINT
);

Share link

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