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
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.