Daily COVID-19 Data (2020-2024)
Daily COVID-19 Cases and Deaths World Wide (WHO Reporting) - (2020-2024)
@kaggle.abdoomoh_daily_covid_19_data_2020_2024
Daily COVID-19 Cases and Deaths World Wide (WHO Reporting) - (2020-2024)
@kaggle.abdoomoh_daily_covid_19_data_2020_2024
CREATE TABLE who_covid_19_global_data (
"date_reported" TIMESTAMP,
"country_code" VARCHAR,
"country" VARCHAR,
"who_region" VARCHAR,
"new_cases" DOUBLE,
"cumulative_cases" BIGINT,
"new_deaths" DOUBLE,
"cumulative_deaths" BIGINT
);
Anyone who has the link will be able to view this.