WHO - Immunization Coverage Estimates By Country
immunization coverage among 1-year-olds (%)
@kaggle.lsind18_who_immunization_coverage
immunization coverage among 1-year-olds (%)
@kaggle.lsind18_who_immunization_coverage
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.
BCG.csv
: the percentage of 1-year-olds who have received one dose of bacille Calmette-Guérin (BCG) vaccine in a given year.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.HepB3.csv
: the percentage of 1-year-olds who have received three doses of hepatitis B vaccine in a given year.Hib3.csv
: the percentage of 1-year-olds who have received three doses of Haemophilus influenzae type B vaccine in a given year.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.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.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.PCV3.csv
: the percentage of 1-year-olds who have received three doses of pneumococcal conjugate vaccine (PCV3) in a given year.Pol3.csv
: the percentage of 1-year-olds who have received three doses of polio vaccine in a given year.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.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.
What is the role of immunization and vaccines in today situation with COVID-19?
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
);
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
);
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
);
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
);
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
);
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
);
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
);
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
);
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
);
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
);
Anyone who has the link will be able to view this.