WHO Vaccine Supply And Logistics
@owid.vaccine_stock_out
@owid.vaccine_stock_out
CREATE TABLE owid_derived_metrics (
"country" VARCHAR,
"year" INTEGER,
"any_district_level_vaccine_stockout" VARCHAR,
"any_national_vaccine_stockout" VARCHAR,
"num_causes_of_stockout" INTEGER
);
CREATE TABLE owid_global_cause (
"country" VARCHAR,
"year" INTEGER,
"reason_for_stockout" VARCHAR,
"num_countries" INTEGER
);
CREATE TABLE owid_global_stockout (
"country" VARCHAR,
"year" INTEGER,
"description" VARCHAR,
"num_countries_with_stockout" INTEGER
);
CREATE TABLE owid_reason_for_stockout (
"country" VARCHAR,
"year" INTEGER,
"reason_for_stockout" VARCHAR,
"stockout" VARCHAR
);
CREATE TABLE owid_vaccine_stock_out (
"country" VARCHAR,
"year" INTEGER,
"description" VARCHAR,
"value" VARCHAR
);
Anyone who has the link will be able to view this.