Baselight

World Health Organization-Covid 19 Global Data

WHO Covid19 global data

@kaggle.manikantanrnair_world_health_organizationcovid_19_global_data

Loading...
Loading...

About this Dataset

World Health Organization-Covid 19 Global Data

Context

Making Covid 19 data available.

Content

Data consists of WHO COVID-19-global-data data from 2020 to 2021. The data is arranged in 8 columns

Acknowledgements

WHO

Inspiration

Solve covid 19 crisis

Tables

Who Covid 19 Global Data

@kaggle.manikantanrnair_world_health_organizationcovid_19_global_data.who_covid_19_global_data
  • 888.21 KB
  • 126321 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.