WHO Immunization Data - Vaccination Coverage
@owid.vaccination_coverage
@owid.vaccination_coverage
These estimates are based on quantitative data:
As such, these estimates are affected by the availability and quality of the underlying empirical data.
CREATE TABLE owid_vaccination_coverage_1 (
"country" VARCHAR,
"year" INTEGER,
"antigen" VARCHAR,
"coverage" INTEGER,
"vaccinated" FLOAT,
"unvaccinated" FLOAT
);CREATE TABLE owid_vaccination_coverage_2 (
"country" VARCHAR,
"year" INTEGER,
"antigen" VARCHAR,
"coverage" FLOAT,
"vaccinated" FLOAT,
"unvaccinated" FLOAT
);Anyone who has the link will be able to view this.