World Health Organization-Covid 19 Global Data
WHO Covid19 global data
@kaggle.manikantanrnair_world_health_organizationcovid_19_global_data
WHO Covid19 global data
@kaggle.manikantanrnair_world_health_organizationcovid_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
WHO
Solve covid 19 crisis
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
);Anyone who has the link will be able to view this.