Immunization rates

Question P6.2.3

The World Bank provides an extensive collection of data sets on a wide range of "indicators''. Data sets concerning child immunization rates for BCG (against tuberculosis), Pol3 (Polio) and measles in three South-East Asian countries between 1960 and 2013 are given in the file wb-data.dat. Fields are delimited by semicolons and missing values are indicated by '..'.

Use NumPy methods to read in this data and create three plots (one for each vaccine) comparing immunization rates in the three countries.


Solution P6.2.3