Baselight

WHO - Immunization Coverage Estimates By Country

immunization coverage among 1-year-olds (%)

@kaggle.lsind18_who_immunization_coverage

Loading...
Loading...

About this Dataset

WHO - Immunization Coverage Estimates By Country

Context

Immunization is an essential component for reducing under-five mortality. Immunization coverage estimates are used to monitor coverage of immunization services and to guide disease eradication and elimination efforts. It is a good indicator of health system performance. 

Content

  1. BCG.csv: the percentage of 1-year-olds who have received one dose of bacille Calmette-Guérin (BCG) vaccine in a given year.
  2. DTP3.csv: the percentage of 1-year-olds who have received three doses of the combined diphtheria, tetanus toxoid and pertussis vaccine in a given year.
  3. HepB3.csv: the percentage of 1-year-olds who have received three doses of hepatitis B vaccine in a given year.
  4. Hib3.csv: the percentage of 1-year-olds who have received three doses of Haemophilus influenzae type B vaccine in a given year.
  5. MCV1.csv: the percentage of children under 1 year of age who have received at least one dose of measles-containing vaccine in a given year. For countries recommending the first dose of measles vaccine in children over 12 months of age, the indicator is calculated as the proportion of children less than 12-23 months of age receiving one dose of measles-containing vaccine.
  6. MCV2.csv: the percentage of children who have received two doses of measles containing vaccine (MCV2) in a given year, according to the nationally recommended schedule.
  7. PAB.csv: the proportion of neonates in a given year that can be considered as having been protected against tetanus as a result of maternal immunization.
  8. PCV3.csv: the percentage of 1-year-olds who have received three doses of pneumococcal conjugate vaccine (PCV3) in a given year.
  9. Pol3.csv: the percentage of 1-year-olds who have received three doses of polio vaccine in a given year.
  10. ROTAC.csv: the percentage of surviving infants who received the final recommended dose of rotavirus vaccine, which can be either the 2nd or the 3rd dose depending on the vaccine in a given year.

Acknowledgements

All data presented by World Health Organization at Global Health Observatory data repository - immunization. Additional researches of immunization grouped by countries can be found here WHO/UNICEF review of national immunization coverage, 1980-2020.

Inspiration

What is the role of immunization and vaccines in today situation with COVID-19?

Tables

Bcg

@kaggle.lsind18_who_immunization_coverage.bcg
  • 23.93 kB
  • 164 rows
  • 23 columns
Loading...
CREATE TABLE bcg (
  "country" VARCHAR,
  "n_2021" DOUBLE  -- 2021,
  "n_2020" DOUBLE  -- 2020,
  "n_2019" DOUBLE  -- 2019,
  "n_2018" DOUBLE  -- 2018,
  "n_2017" DOUBLE  -- 2017,
  "n_2016" DOUBLE  -- 2016,
  "n_2015" DOUBLE  -- 2015,
  "n_2014" DOUBLE  -- 2014,
  "n_2013" DOUBLE  -- 2013,
  "n_2012" DOUBLE  -- 2012,
  "n_2011" DOUBLE  -- 2011,
  "n_2010" DOUBLE  -- 2010,
  "n_2009" DOUBLE  -- 2009,
  "n_2008" DOUBLE  -- 2008,
  "n_2007" DOUBLE  -- 2007,
  "n_2006" DOUBLE  -- 2006,
  "n_2005" DOUBLE  -- 2005,
  "n_2004" DOUBLE  -- 2004,
  "n_2003" DOUBLE  -- 2003,
  "n_2002" DOUBLE  -- 2002,
  "n_2001" DOUBLE  -- 2001,
  "n_2000" DOUBLE  -- 2000
);

Dtp3

@kaggle.lsind18_who_immunization_coverage.dtp3
  • 25.6 kB
  • 195 rows
  • 23 columns
Loading...
CREATE TABLE dtp3 (
  "country" VARCHAR,
  "n_2021" BIGINT  -- 2021,
  "n_2020" BIGINT  -- 2020,
  "n_2019" BIGINT  -- 2019,
  "n_2018" BIGINT  -- 2018,
  "n_2017" BIGINT  -- 2017,
  "n_2016" BIGINT  -- 2016,
  "n_2015" BIGINT  -- 2015,
  "n_2014" BIGINT  -- 2014,
  "n_2013" BIGINT  -- 2013,
  "n_2012" BIGINT  -- 2012,
  "n_2011" BIGINT  -- 2011,
  "n_2010" DOUBLE  -- 2010,
  "n_2009" DOUBLE  -- 2009,
  "n_2008" DOUBLE  -- 2008,
  "n_2007" DOUBLE  -- 2007,
  "n_2006" DOUBLE  -- 2006,
  "n_2005" DOUBLE  -- 2005,
  "n_2004" DOUBLE  -- 2004,
  "n_2003" DOUBLE  -- 2003,
  "n_2002" DOUBLE  -- 2002,
  "n_2001" DOUBLE  -- 2001,
  "n_2000" DOUBLE  -- 2000
);

Hepb3

@kaggle.lsind18_who_immunization_coverage.hepb3
  • 25.41 kB
  • 191 rows
  • 23 columns
Loading...
CREATE TABLE hepb3 (
  "country" VARCHAR,
  "n_2021" BIGINT  -- 2021,
  "n_2020" DOUBLE  -- 2020,
  "n_2019" DOUBLE  -- 2019,
  "n_2018" DOUBLE  -- 2018,
  "n_2017" DOUBLE  -- 2017,
  "n_2016" DOUBLE  -- 2016,
  "n_2015" DOUBLE  -- 2015,
  "n_2014" DOUBLE  -- 2014,
  "n_2013" DOUBLE  -- 2013,
  "n_2012" DOUBLE  -- 2012,
  "n_2011" DOUBLE  -- 2011,
  "n_2010" DOUBLE  -- 2010,
  "n_2009" DOUBLE  -- 2009,
  "n_2008" DOUBLE  -- 2008,
  "n_2007" DOUBLE  -- 2007,
  "n_2006" DOUBLE  -- 2006,
  "n_2005" DOUBLE  -- 2005,
  "n_2004" DOUBLE  -- 2004,
  "n_2003" DOUBLE  -- 2003,
  "n_2002" DOUBLE  -- 2002,
  "n_2001" DOUBLE  -- 2001,
  "n_2000" DOUBLE  -- 2000
);

Hib3

@kaggle.lsind18_who_immunization_coverage.hib3
  • 24.61 kB
  • 193 rows
  • 23 columns
Loading...
CREATE TABLE hib3 (
  "country" VARCHAR,
  "n_2021" BIGINT  -- 2021,
  "n_2020" BIGINT  -- 2020,
  "n_2019" DOUBLE  -- 2019,
  "n_2018" DOUBLE  -- 2018,
  "n_2017" DOUBLE  -- 2017,
  "n_2016" DOUBLE  -- 2016,
  "n_2015" DOUBLE  -- 2015,
  "n_2014" DOUBLE  -- 2014,
  "n_2013" DOUBLE  -- 2013,
  "n_2012" DOUBLE  -- 2012,
  "n_2011" DOUBLE  -- 2011,
  "n_2010" DOUBLE  -- 2010,
  "n_2009" DOUBLE  -- 2009,
  "n_2008" DOUBLE  -- 2008,
  "n_2007" DOUBLE  -- 2007,
  "n_2006" DOUBLE  -- 2006,
  "n_2005" DOUBLE  -- 2005,
  "n_2004" DOUBLE  -- 2004,
  "n_2003" DOUBLE  -- 2003,
  "n_2002" DOUBLE  -- 2002,
  "n_2001" DOUBLE  -- 2001,
  "n_2000" DOUBLE  -- 2000
);

Mcv1

@kaggle.lsind18_who_immunization_coverage.mcv1
  • 25.78 kB
  • 195 rows
  • 23 columns
Loading...
CREATE TABLE mcv1 (
  "country" VARCHAR,
  "n_2021" BIGINT  -- 2021,
  "n_2020" BIGINT  -- 2020,
  "n_2019" BIGINT  -- 2019,
  "n_2018" BIGINT  -- 2018,
  "n_2017" BIGINT  -- 2017,
  "n_2016" BIGINT  -- 2016,
  "n_2015" BIGINT  -- 2015,
  "n_2014" BIGINT  -- 2014,
  "n_2013" BIGINT  -- 2013,
  "n_2012" BIGINT  -- 2012,
  "n_2011" BIGINT  -- 2011,
  "n_2010" DOUBLE  -- 2010,
  "n_2009" DOUBLE  -- 2009,
  "n_2008" DOUBLE  -- 2008,
  "n_2007" DOUBLE  -- 2007,
  "n_2006" DOUBLE  -- 2006,
  "n_2005" DOUBLE  -- 2005,
  "n_2004" DOUBLE  -- 2004,
  "n_2003" DOUBLE  -- 2003,
  "n_2002" DOUBLE  -- 2002,
  "n_2001" DOUBLE  -- 2001,
  "n_2000" DOUBLE  -- 2000
);

Mcv2

@kaggle.lsind18_who_immunization_coverage.mcv2
  • 24.75 kB
  • 183 rows
  • 23 columns
Loading...
CREATE TABLE mcv2 (
  "country" VARCHAR,
  "n_2021" BIGINT  -- 2021,
  "n_2020" DOUBLE  -- 2020,
  "n_2019" DOUBLE  -- 2019,
  "n_2018" DOUBLE  -- 2018,
  "n_2017" DOUBLE  -- 2017,
  "n_2016" DOUBLE  -- 2016,
  "n_2015" DOUBLE  -- 2015,
  "n_2014" DOUBLE  -- 2014,
  "n_2013" DOUBLE  -- 2013,
  "n_2012" DOUBLE  -- 2012,
  "n_2011" DOUBLE  -- 2011,
  "n_2010" DOUBLE  -- 2010,
  "n_2009" DOUBLE  -- 2009,
  "n_2008" DOUBLE  -- 2008,
  "n_2007" DOUBLE  -- 2007,
  "n_2006" DOUBLE  -- 2006,
  "n_2005" DOUBLE  -- 2005,
  "n_2004" DOUBLE  -- 2004,
  "n_2003" DOUBLE  -- 2003,
  "n_2002" DOUBLE  -- 2002,
  "n_2001" DOUBLE  -- 2001,
  "n_2000" DOUBLE  -- 2000
);

Pab

@kaggle.lsind18_who_immunization_coverage.pab
  • 39.8 kB
  • 106 rows
  • 42 columns
Loading...
CREATE TABLE pab (
  "country" VARCHAR,
  "n_2020" BIGINT  -- 2020,
  "n_2019" BIGINT  -- 2019,
  "n_2018" DOUBLE  -- 2018,
  "n_2017" BIGINT  -- 2017,
  "n_2016" BIGINT  -- 2016,
  "n_2015" BIGINT  -- 2015,
  "n_2014" BIGINT  -- 2014,
  "n_2013" BIGINT  -- 2013,
  "n_2012" BIGINT  -- 2012,
  "n_2011" BIGINT  -- 2011,
  "n_2010" DOUBLE  -- 2010,
  "n_2009" DOUBLE  -- 2009,
  "n_2008" DOUBLE  -- 2008,
  "n_2007" DOUBLE  -- 2007,
  "n_2006" DOUBLE  -- 2006,
  "n_2005" DOUBLE  -- 2005,
  "n_2004" DOUBLE  -- 2004,
  "n_2003" DOUBLE  -- 2003,
  "n_2002" DOUBLE  -- 2002,
  "n_2001" DOUBLE  -- 2001,
  "n_2000" DOUBLE  -- 2000,
  "n_1999" DOUBLE  -- 1999,
  "n_1998" DOUBLE  -- 1998,
  "n_1997" DOUBLE  -- 1997,
  "n_1996" DOUBLE  -- 1996,
  "n_1995" DOUBLE  -- 1995,
  "n_1994" DOUBLE  -- 1994,
  "n_1993" DOUBLE  -- 1993,
  "n_1992" DOUBLE  -- 1992,
  "n_1991" DOUBLE  -- 1991,
  "n_1990" DOUBLE  -- 1990,
  "n_1989" DOUBLE  -- 1989,
  "n_1988" DOUBLE  -- 1988,
  "n_1987" DOUBLE  -- 1987,
  "n_1986" DOUBLE  -- 1986,
  "n_1985" DOUBLE  -- 1985,
  "n_1984" DOUBLE  -- 1984,
  "n_1983" DOUBLE  -- 1983,
  "n_1982" DOUBLE  -- 1982,
  "n_1981" DOUBLE  -- 1981,
  "n_1980" DOUBLE  -- 1980
);

Pcv3

@kaggle.lsind18_who_immunization_coverage.pcv3
  • 16.15 kB
  • 153 rows
  • 15 columns
Loading...
CREATE TABLE pcv3 (
  "country" VARCHAR,
  "n_2021" BIGINT  -- 2021,
  "n_2020" DOUBLE  -- 2020,
  "n_2019" DOUBLE  -- 2019,
  "n_2018" DOUBLE  -- 2018,
  "n_2017" DOUBLE  -- 2017,
  "n_2016" DOUBLE  -- 2016,
  "n_2015" DOUBLE  -- 2015,
  "n_2014" DOUBLE  -- 2014,
  "n_2013" DOUBLE  -- 2013,
  "n_2012" DOUBLE  -- 2012,
  "n_2011" DOUBLE  -- 2011,
  "n_2010" DOUBLE  -- 2010,
  "n_2009" DOUBLE  -- 2009,
  "n_2008" DOUBLE  -- 2008
);

Pol3

@kaggle.lsind18_who_immunization_coverage.pol3
  • 25.66 kB
  • 195 rows
  • 23 columns
Loading...
CREATE TABLE pol3 (
  "country" VARCHAR,
  "n_2021" BIGINT  -- 2021,
  "n_2020" BIGINT  -- 2020,
  "n_2019" BIGINT  -- 2019,
  "n_2018" BIGINT  -- 2018,
  "n_2017" BIGINT  -- 2017,
  "n_2016" BIGINT  -- 2016,
  "n_2015" BIGINT  -- 2015,
  "n_2014" BIGINT  -- 2014,
  "n_2013" BIGINT  -- 2013,
  "n_2012" BIGINT  -- 2012,
  "n_2011" BIGINT  -- 2011,
  "n_2010" DOUBLE  -- 2010,
  "n_2009" DOUBLE  -- 2009,
  "n_2008" DOUBLE  -- 2008,
  "n_2007" DOUBLE  -- 2007,
  "n_2006" DOUBLE  -- 2006,
  "n_2005" DOUBLE  -- 2005,
  "n_2004" DOUBLE  -- 2004,
  "n_2003" DOUBLE  -- 2003,
  "n_2002" DOUBLE  -- 2002,
  "n_2001" DOUBLE  -- 2001,
  "n_2000" DOUBLE  -- 2000
);

Rotac

@kaggle.lsind18_who_immunization_coverage.rotac
  • 16.5 kB
  • 118 rows
  • 17 columns
Loading...
CREATE TABLE rotac (
  "country" VARCHAR,
  "n_2021" DOUBLE  -- 2021,
  "n_2020" DOUBLE  -- 2020,
  "n_2019" DOUBLE  -- 2019,
  "n_2018" DOUBLE  -- 2018,
  "n_2017" DOUBLE  -- 2017,
  "n_2016" DOUBLE  -- 2016,
  "n_2015" DOUBLE  -- 2015,
  "n_2014" DOUBLE  -- 2014,
  "n_2013" DOUBLE  -- 2013,
  "n_2012" DOUBLE  -- 2012,
  "n_2011" DOUBLE  -- 2011,
  "n_2010" DOUBLE  -- 2010,
  "n_2009" DOUBLE  -- 2009,
  "n_2008" DOUBLE  -- 2008,
  "n_2007" DOUBLE  -- 2007,
  "n_2006" DOUBLE  -- 2006
);

Share link

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