Baselight

WHO Vaccine Supply And Logistics

@owid.vaccine_stock_out

Loading...
Loading...

About this Dataset

WHO Vaccine Supply And Logistics

Vaccine supply and logistics, and supply chain management system for routine services data reported annually through the WHO/UNICEF Joint Reporting Form on Immunization (JRF). Data indicate vaccine availability and stock-outs for vaccines/supplies at national and district levels. Country data is updated and available as received.

Tables

WHO Vaccine Supply And Logistics

@owid.vaccine_stock_out.owid_derived_metrics
  • 7.45 KB
  • 616 rows
  • 5 columns
Loading...

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

Global Cause

@owid.vaccine_stock_out.owid_global_cause
  • 4.23 KB
  • 74 rows
  • 4 columns
Loading...

CREATE TABLE owid_global_cause (
  "country" VARCHAR,
  "year" INTEGER,
  "reason_for_stockout" VARCHAR,
  "num_countries" INTEGER
);

Global Stockout

@owid.vaccine_stock_out.owid_global_stockout
  • 5.61 KB
  • 224 rows
  • 4 columns
Loading...

CREATE TABLE owid_global_stockout (
  "country" VARCHAR,
  "year" INTEGER,
  "description" VARCHAR,
  "num_countries_with_stockout" INTEGER
);

WHO Vaccine Supply And Logistics

@owid.vaccine_stock_out.owid_reason_for_stockout
  • 8.18 KB
  • 8554 rows
  • 4 columns
Loading...

CREATE TABLE owid_reason_for_stockout (
  "country" VARCHAR,
  "year" INTEGER,
  "reason_for_stockout" VARCHAR,
  "stockout" VARCHAR
);

WHO Vaccine Supply And Logistics

@owid.vaccine_stock_out.owid_vaccine_stock_out
  • 79.72 KB
  • 119537 rows
  • 4 columns
Loading...

CREATE TABLE owid_vaccine_stock_out (
  "country" VARCHAR,
  "year" INTEGER,
  "description" VARCHAR,
  "value" VARCHAR
);

Share link

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