COVID-19, Countries Reporting Data
@owid.countries_reporting
@owid.countries_reporting
CREATE TABLE owid_country_counts (
"country" VARCHAR,
"date" TIMESTAMP,
"type" VARCHAR,
"num_countries_reporting_latest" INTEGER,
"share_countries_reporting_latest" FLOAT
);
CREATE TABLE owid_country_counts_historical (
"country" VARCHAR,
"date" TIMESTAMP,
"type" VARCHAR,
"num_countries_reporting" INTEGER,
"share_countries_reporting" FLOAT
);
CREATE TABLE owid_country_flags (
"country" VARCHAR,
"date" TIMESTAMP,
"type" VARCHAR,
"reporting_latest" INTEGER
);
CREATE TABLE owid_country_flags_historical (
"country" VARCHAR,
"date" TIMESTAMP,
"type" VARCHAR,
"reporting" INTEGER
);
CREATE TABLE owid_country_reporting_delay (
"country" VARCHAR,
"year" INTEGER,
"num_days_delay_in_reporting" INTEGER
);
Anyone who has the link will be able to view this.