Baselight

COVID-19, Countries Reporting Data

@owid.countries_reporting

Loading...
Loading...

About this Dataset

COVID-19, Countries Reporting Data

Country-by-country data on global COVID-19 vaccinations. We only rely on figures that are verifiable based on public official sources.

This dataset includes some subnational locations (England, Northern Ireland, Scotland, Wales, Northern Cyprus…) and international aggregates (World, continents, European Union…).

The data produced by third parties and made available by Our World in Data is subject to the license terms from the original third-party authors. We will always indicate the original source of the data in our database, and you should always check the license of any such third-party data before use.

Tables

COVID-19, Vaccinations

@owid.countries_reporting.owid_country_counts
  • 8.63 KB
  • 320 rows
  • 5 columns
Loading...

CREATE TABLE owid_country_counts (
  "country" VARCHAR,
  "date" TIMESTAMP,
  "type" VARCHAR,
  "num_countries_reporting_latest" INTEGER,
  "share_countries_reporting_latest" FLOAT
);

GitHub Stats On Owid/covid-19-data Repository

@owid.countries_reporting.owid_country_counts_historical
  • 8.18 KB
  • 311 rows
  • 5 columns
Loading...

CREATE TABLE owid_country_counts_historical (
  "country" VARCHAR,
  "date" TIMESTAMP,
  "type" VARCHAR,
  "num_countries_reporting" INTEGER,
  "share_countries_reporting" FLOAT
);

COVID-19, Vaccinations

@owid.countries_reporting.owid_country_flags
  • 15.02 KB
  • 71360 rows
  • 4 columns
Loading...

CREATE TABLE owid_country_flags (
  "country" VARCHAR,
  "date" TIMESTAMP,
  "type" VARCHAR,
  "reporting_latest" INTEGER
);

GitHub Stats On Owid/covid-19-data Repository

@owid.countries_reporting.owid_country_flags_historical
  • 22.01 KB
  • 68109 rows
  • 4 columns
Loading...

CREATE TABLE owid_country_flags_historical (
  "country" VARCHAR,
  "date" TIMESTAMP,
  "type" VARCHAR,
  "reporting" INTEGER
);

GitHub Stats On Owid/covid-19-data Repository

@owid.countries_reporting.owid_country_reporting_delay
  • 5.73 KB
  • 219 rows
  • 3 columns
Loading...

CREATE TABLE owid_country_reporting_delay (
  "country" VARCHAR,
  "year" INTEGER,
  "num_days_delay_in_reporting" INTEGER
);

Share link

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