World Health Organization COVID-19 Data 20-12-2021
@kaggle.emredarende_world_health_organization_covid19_data_20122021
@kaggle.emredarende_world_health_organization_covid19_data_20122021
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.