Baselight

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

Loading...
Loading...

About this Dataset

Daily COVID-19 Data (2020-2024)

Dataset Title:

Global COVID-19 Data (2020-2024)

Description:

This dataset collection provides comprehensive COVID-19 data from 2020 to 2024, including:

  1. WHO-COVID-19-global-data.csv: Daily reported cases and deaths by country.
  2. WHO-COVID-19-global-table-data.csv: Cumulative and recent COVID-19 cases and deaths by country.
  3. vaccination-metadata.csv: Metadata on COVID-19 vaccines, including vaccine names and manufacturers.
  4. vaccination-data.csv: Vaccination statistics, including total vaccinations and coverage rates.

Provenance:

  • Source: World Health Organization (WHO)
  • Updates: Data is collected from WHO’s daily updates and statistical releases, with weekly updates and retrospective corrections as necessary.

Data Use:

Ideal for analyzing pandemic trends, vaccine distribution, and global health responses.

Tables

Who Covid 19 Global Data

@kaggle.abdoomoh_daily_covid_19_data_2020_2024.who_covid_19_global_data
  • 547.11 KB
  • 57840 rows
  • 8 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.