Skip to content

Instantly share code, notes, and snippets.

@lukeisontheroad
Last active April 21, 2017 08:08
Show Gist options
  • Save lukeisontheroad/e17fc5dd77839a9d230c2a89b28c04fc to your computer and use it in GitHub Desktop.
Save lukeisontheroad/e17fc5dd77839a9d230c2a89b28c04fc to your computer and use it in GitHub Desktop.
Week 6 Task 2
var raw_data = [
{
"country": "Afghanistan",
"year": 2015,
"avg_life_expectation": 60.5,
"female_life_expectation": 61.9,
"male_life_expectation": 59.3
},
{
"country": "Afghanistan",
"year": 2014,
"avg_life_expectation": 59.9,
"female_life_expectation": 61.3,
"male_life_expectation": 58.6
},
{
"country": "Afghanistan",
"year": 2013,
"avg_life_expectation": 59.9,
"female_life_expectation": 61.2,
"male_life_expectation": 58.7
},
{
"country": "Afghanistan",
"year": 2012,
"avg_life_expectation": 59.5,
"female_life_expectation": 60.8,
"male_life_expectation": 58.3
},
{
"country": "Afghanistan",
"year": 2011,
"avg_life_expectation": 59.2,
"female_life_expectation": 60.4,
"male_life_expectation": 58
},
{
"country": "Afghanistan",
"year": 2010,
"avg_life_expectation": 58.8,
"female_life_expectation": 60.1,
"male_life_expectation": 57.7
},
{
"country": "Afghanistan",
"year": 2009,
"avg_life_expectation": 58.6,
"female_life_expectation": 59.7,
"male_life_expectation": 57.5
},
{
"country": "Afghanistan",
"year": 2008,
"avg_life_expectation": 58.1,
"female_life_expectation": 59.3,
"male_life_expectation": 57
},
{
"country": "Afghanistan",
"year": 2007,
"avg_life_expectation": 57.5,
"female_life_expectation": 58.8,
"male_life_expectation": 56.4
},
{
"country": "Afghanistan",
"year": 2006,
"avg_life_expectation": 57.3,
"female_life_expectation": 58.5,
"male_life_expectation": 56.3
},
{
"country": "Afghanistan",
"year": 2005,
"avg_life_expectation": 57.3,
"female_life_expectation": 58.3,
"male_life_expectation": 56.4
},
{
"country": "Afghanistan",
"year": 2004,
"avg_life_expectation": 57,
"female_life_expectation": 58,
"male_life_expectation": 56.1
},
{
"country": "Afghanistan",
"year": 2003,
"avg_life_expectation": 56.7,
"female_life_expectation": 57.6,
"male_life_expectation": 55.8
},
{
"country": "Afghanistan",
"year": 2002,
"avg_life_expectation": 56.2,
"female_life_expectation": 57.1,
"male_life_expectation": 55.4
},
{
"country": "Afghanistan",
"year": 2001,
"avg_life_expectation": 55.3,
"female_life_expectation": 56.5,
"male_life_expectation": 54.2
},
{
"country": "Afghanistan",
"year": 2000,
"avg_life_expectation": 54.8,
"female_life_expectation": 56.1,
"male_life_expectation": 53.7
},
{
"country": "Albania",
"year": 2015,
"avg_life_expectation": 77.8,
"female_life_expectation": 80.7,
"male_life_expectation": 75.1
},
{
"country": "Albania",
"year": 2014,
"avg_life_expectation": 77.5,
"female_life_expectation": 80.6,
"male_life_expectation": 74.7
},
{
"country": "Albania",
"year": 2013,
"avg_life_expectation": 77.2,
"female_life_expectation": 80.5,
"male_life_expectation": 74.3
},
{
"country": "Albania",
"year": 2012,
"avg_life_expectation": 76.9,
"female_life_expectation": 80.3,
"male_life_expectation": 74
},
{
"country": "Albania",
"year": 2011,
"avg_life_expectation": 76.6,
"female_life_expectation": 80.1,
"male_life_expectation": 73.6
},
{
"country": "Albania",
"year": 2010,
"avg_life_expectation": 76.2,
"female_life_expectation": 79.8,
"male_life_expectation": 73.2
},
{
"country": "Albania",
"year": 2009,
"avg_life_expectation": 76.1,
"female_life_expectation": 79.5,
"male_life_expectation": 73
},
{
"country": "Albania",
"year": 2008,
"avg_life_expectation": 75.3,
"female_life_expectation": 79.1,
"male_life_expectation": 72.2
},
{
"country": "Albania",
"year": 2007,
"avg_life_expectation": 75.9,
"female_life_expectation": 79.5,
"male_life_expectation": 72.9
},
{
"country": "Albania",
"year": 2006,
"avg_life_expectation": 74.2,
"female_life_expectation": 77.5,
"male_life_expectation": 71.5
},
{
"country": "Albania",
"year": 2005,
"avg_life_expectation": 73.5,
"female_life_expectation": 77,
"male_life_expectation": 70.6
},
{
"country": "Albania",
"year": 2004,
"avg_life_expectation": 73,
"female_life_expectation": 76.6,
"male_life_expectation": 69.9
},
{
"country": "Albania",
"year": 2003,
"avg_life_expectation": 72.8,
"female_life_expectation": 76.3,
"male_life_expectation": 69.9
},
{
"country": "Albania",
"year": 2002,
"avg_life_expectation": 73.3,
"female_life_expectation": 76.7,
"male_life_expectation": 70.4
},
{
"country": "Albania",
"year": 2001,
"avg_life_expectation": 73.6,
"female_life_expectation": 77.2,
"male_life_expectation": 70.5
},
{
"country": "Albania",
"year": 2000,
"avg_life_expectation": 72.6,
"female_life_expectation": 76.4,
"male_life_expectation": 69.4
},
{
"country": "Algeria",
"year": 2015,
"avg_life_expectation": 75.6,
"female_life_expectation": 77.5,
"male_life_expectation": 73.8
},
{
"country": "Algeria",
"year": 2014,
"avg_life_expectation": 75.4,
"female_life_expectation": 77.3,
"male_life_expectation": 73.6
},
{
"country": "Algeria",
"year": 2013,
"avg_life_expectation": 75.3,
"female_life_expectation": 77.2,
"male_life_expectation": 73.5
},
{
"country": "Algeria",
"year": 2012,
"avg_life_expectation": 75.1,
"female_life_expectation": 77,
"male_life_expectation": 73.3
},
{
"country": "Algeria",
"year": 2011,
"avg_life_expectation": 74.9,
"female_life_expectation": 76.8,
"male_life_expectation": 73.2
},
{
"country": "Algeria",
"year": 2010,
"avg_life_expectation": 74.7,
"female_life_expectation": 76.5,
"male_life_expectation": 73
},
{
"country": "Algeria",
"year": 2009,
"avg_life_expectation": 74.4,
"female_life_expectation": 76.1,
"male_life_expectation": 72.7
},
{
"country": "Algeria",
"year": 2008,
"avg_life_expectation": 74.1,
"female_life_expectation": 75.7,
"male_life_expectation": 72.5
},
{
"country": "Algeria",
"year": 2007,
"avg_life_expectation": 73.8,
"female_life_expectation": 75.4,
"male_life_expectation": 72.3
},
{
"country": "Algeria",
"year": 2006,
"avg_life_expectation": 73.4,
"female_life_expectation": 75,
"male_life_expectation": 71.8
},
{
"country": "Algeria",
"year": 2005,
"avg_life_expectation": 72.9,
"female_life_expectation": 74.6,
"male_life_expectation": 71.3
},
{
"country": "Algeria",
"year": 2004,
"avg_life_expectation": 72.3,
"female_life_expectation": 74.1,
"male_life_expectation": 70.6
},
{
"country": "Algeria",
"year": 2003,
"avg_life_expectation": 71.7,
"female_life_expectation": 73.6,
"male_life_expectation": 69.9
},
{
"country": "Algeria",
"year": 2002,
"avg_life_expectation": 71.6,
"female_life_expectation": 73.5,
"male_life_expectation": 69.8
},
{
"country": "Algeria",
"year": 2001,
"avg_life_expectation": 71.4,
"female_life_expectation": 73.3,
"male_life_expectation": 69.7
},
{
"country": "Algeria",
"year": 2000,
"avg_life_expectation": 71.3,
"female_life_expectation": 73.2,
"male_life_expectation": 69.6
},
{
"country": "Andorra",
"year": 2013,
"avg_life_expectation": "",
"female_life_expectation": "",
"male_life_expectation": ""
},
{
"country": "Angola",
"year": 2015,
"avg_life_expectation": 52.4,
"female_life_expectation": 54,
"male_life_expectation": 50.9
},
{
"country": "Angola",
"year": 2014,
"avg_life_expectation": 51.7,
"female_life_expectation": 53.1,
"male_life_expectation": 50.2
},
{
"country": "Angola",
"year": 2013,
"avg_life_expectation": 51.1,
"female_life_expectation": 52.5,
"male_life_expectation": 49.7
},
{
"country": "Angola",
"year": 2012,
"avg_life_expectation": 50.6,
"female_life_expectation": 52,
"male_life_expectation": 49.1
},
{
"country": "Angola",
"year": 2011,
"avg_life_expectation": 50.1,
"female_life_expectation": 51.5,
"male_life_expectation": 48.6
},
{
"country": "Angola",
"year": 2010,
"avg_life_expectation": 49.6,
"female_life_expectation": 51,
"male_life_expectation": 48.2
},
{
"country": "Angola",
"year": 2009,
"avg_life_expectation": 49.1,
"female_life_expectation": 50.5,
"male_life_expectation": 47.7
},
{
"country": "Angola",
"year": 2008,
"avg_life_expectation": 48.7,
"female_life_expectation": 50.1,
"male_life_expectation": 47.3
},
{
"country": "Angola",
"year": 2007,
"avg_life_expectation": 48.2,
"female_life_expectation": 49.6,
"male_life_expectation": 46.8
},
{
"country": "Angola",
"year": 2006,
"avg_life_expectation": 47.7,
"female_life_expectation": 49.1,
"male_life_expectation": 46.4
},
{
"country": "Angola",
"year": 2005,
"avg_life_expectation": 47.4,
"female_life_expectation": 48.8,
"male_life_expectation": 46
},
{
"country": "Angola",
"year": 2004,
"avg_life_expectation": 47.1,
"female_life_expectation": 48.5,
"male_life_expectation": 45.6
},
{
"country": "Angola",
"year": 2003,
"avg_life_expectation": 46.8,
"female_life_expectation": 48.3,
"male_life_expectation": 45.4
},
{
"country": "Angola",
"year": 2002,
"avg_life_expectation": 46.5,
"female_life_expectation": 48,
"male_life_expectation": 45
},
{
"country": "Angola",
"year": 2001,
"avg_life_expectation": 45.7,
"female_life_expectation": 47.4,
"male_life_expectation": 44.1
},
{
"country": "Angola",
"year": 2000,
"avg_life_expectation": 45.3,
"female_life_expectation": 46.8,
"male_life_expectation": 43.8
},
{
"country": "Antigua and Barbuda",
"year": 2015,
"avg_life_expectation": 76.4,
"female_life_expectation": 78.6,
"male_life_expectation": 74.1
},
{
"country": "Antigua and Barbuda",
"year": 2014,
"avg_life_expectation": 76.2,
"female_life_expectation": 78.4,
"male_life_expectation": 73.9
},
{
"country": "Antigua and Barbuda",
"year": 2013,
"avg_life_expectation": 76.1,
"female_life_expectation": 78.2,
"male_life_expectation": 73.8
},
{
"country": "Antigua and Barbuda",
"year": 2012,
"avg_life_expectation": 75.9,
"female_life_expectation": 78.1,
"male_life_expectation": 73.6
},
{
"country": "Antigua and Barbuda",
"year": 2011,
"avg_life_expectation": 75.7,
"female_life_expectation": 77.9,
"male_life_expectation": 73.5
},
{
"country": "Antigua and Barbuda",
"year": 2010,
"avg_life_expectation": 75.6,
"female_life_expectation": 77.7,
"male_life_expectation": 73.3
},
{
"country": "Antigua and Barbuda",
"year": 2009,
"avg_life_expectation": 75.4,
"female_life_expectation": 77.5,
"male_life_expectation": 73.1
},
{
"country": "Antigua and Barbuda",
"year": 2008,
"avg_life_expectation": 75.2,
"female_life_expectation": 77.4,
"male_life_expectation": 73
},
{
"country": "Antigua and Barbuda",
"year": 2007,
"avg_life_expectation": 75,
"female_life_expectation": 77.2,
"male_life_expectation": 72.8
},
{
"country": "Antigua and Barbuda",
"year": 2006,
"avg_life_expectation": 74.8,
"female_life_expectation": 77,
"male_life_expectation": 72.6
},
{
"country": "Antigua and Barbuda",
"year": 2005,
"avg_life_expectation": 74.6,
"female_life_expectation": 76.8,
"male_life_expectation": 72.4
},
{
"country": "Antigua and Barbuda",
"year": 2004,
"avg_life_expectation": 74.4,
"female_life_expectation": 76.6,
"male_life_expectation": 72.1
},
{
"country": "Antigua and Barbuda",
"year": 2003,
"avg_life_expectation": 74.2,
"female_life_expectation": 76.4,
"male_life_expectation": 71.9
},
{
"country": "Antigua and Barbuda",
"year": 2002,
"avg_life_expectation": 74,
"female_life_expectation": 76.2,
"male_life_expectation": 71.7
},
{
"country": "Antigua and Barbuda",
"year": 2001,
"avg_life_expectation": 73.8,
"female_life_expectation": 76,
"male_life_expectation": 71.5
},
{
"country": "Antigua and Barbuda",
"year": 2000,
"avg_life_expectation": 73.6,
"female_life_expectation": 75.8,
"male_life_expectation": 71.3
},
{
"country": "Argentina",
"year": 2015,
"avg_life_expectation": 76.3,
"female_life_expectation": 79.9,
"male_life_expectation": 72.7
},
{
"country": "Argentina",
"year": 2014,
"avg_life_expectation": 76.2,
"female_life_expectation": 79.8,
"male_life_expectation": 72.5
},
{
"country": "Argentina",
"year": 2013,
"avg_life_expectation": 76,
"female_life_expectation": 79.6,
"male_life_expectation": 72.4
},
{
"country": "Argentina",
"year": 2012,
"avg_life_expectation": 75.9,
"female_life_expectation": 79.6,
"male_life_expectation": 72.2
},
{
"country": "Argentina",
"year": 2011,
"avg_life_expectation": 75.7,
"female_life_expectation": 79.3,
"male_life_expectation": 72.1
},
{
"country": "Argentina",
"year": 2010,
"avg_life_expectation": 75.5,
"female_life_expectation": 79.1,
"male_life_expectation": 71.9
},
{
"country": "Argentina",
"year": 2009,
"avg_life_expectation": 75.6,
"female_life_expectation": 79.3,
"male_life_expectation": 71.8
},
{
"country": "Argentina",
"year": 2008,
"avg_life_expectation": 75.4,
"female_life_expectation": 79.3,
"male_life_expectation": 71.6
},
{
"country": "Argentina",
"year": 2007,
"avg_life_expectation": 74.8,
"female_life_expectation": 78.5,
"male_life_expectation": 71.1
},
{
"country": "Argentina",
"year": 2006,
"avg_life_expectation": 75.2,
"female_life_expectation": 78.9,
"male_life_expectation": 71.5
},
{
"country": "Argentina",
"year": 2005,
"avg_life_expectation": 74.9,
"female_life_expectation": 78.6,
"male_life_expectation": 71.2
},
{
"country": "Argentina",
"year": 2004,
"avg_life_expectation": 74.7,
"female_life_expectation": 78.3,
"male_life_expectation": 71.1
},
{
"country": "Argentina",
"year": 2003,
"avg_life_expectation": 74.1,
"female_life_expectation": 77.8,
"male_life_expectation": 70.4
},
{
"country": "Argentina",
"year": 2002,
"avg_life_expectation": 74.1,
"female_life_expectation": 77.9,
"male_life_expectation": 70.3
},
{
"country": "Argentina",
"year": 2001,
"avg_life_expectation": 74,
"female_life_expectation": 77.7,
"male_life_expectation": 70.3
},
{
"country": "Argentina",
"year": 2000,
"avg_life_expectation": 74.1,
"female_life_expectation": 77.8,
"male_life_expectation": 70.4
},
{
"country": "Armenia",
"year": 2015,
"avg_life_expectation": 74.8,
"female_life_expectation": 77.7,
"male_life_expectation": 71.6
},
{
"country": "Armenia",
"year": 2014,
"avg_life_expectation": 74.6,
"female_life_expectation": 77.5,
"male_life_expectation": 71.4
},
{
"country": "Armenia",
"year": 2013,
"avg_life_expectation": 74.4,
"female_life_expectation": 77.4,
"male_life_expectation": 71.2
},
{
"country": "Armenia",
"year": 2012,
"avg_life_expectation": 74.4,
"female_life_expectation": 77.6,
"male_life_expectation": 71.2
},
{
"country": "Armenia",
"year": 2011,
"avg_life_expectation": 73.9,
"female_life_expectation": 77.1,
"male_life_expectation": 70.7
},
{
"country": "Armenia",
"year": 2010,
"avg_life_expectation": 73.5,
"female_life_expectation": 76.6,
"male_life_expectation": 70.6
},
{
"country": "Armenia",
"year": 2009,
"avg_life_expectation": 73.3,
"female_life_expectation": 76.2,
"male_life_expectation": 70.6
},
{
"country": "Armenia",
"year": 2008,
"avg_life_expectation": 73.2,
"female_life_expectation": 76.2,
"male_life_expectation": 70.3
},
{
"country": "Armenia",
"year": 2007,
"avg_life_expectation": 73.5,
"female_life_expectation": 76.5,
"male_life_expectation": 70.6
},
{
"country": "Armenia",
"year": 2006,
"avg_life_expectation": 72.9,
"female_life_expectation": 76,
"male_life_expectation": 69.8
},
{
"country": "Armenia",
"year": 2005,
"avg_life_expectation": 73,
"female_life_expectation": 76.2,
"male_life_expectation": 69.7
},
{
"country": "Armenia",
"year": 2004,
"avg_life_expectation": 73,
"female_life_expectation": 76.1,
"male_life_expectation": 69.7
},
{
"country": "Armenia",
"year": 2003,
"avg_life_expectation": 72.7,
"female_life_expectation": 75.8,
"male_life_expectation": 69.3
},
{
"country": "Armenia",
"year": 2002,
"avg_life_expectation": 72.6,
"female_life_expectation": 75.8,
"male_life_expectation": 69.1
},
{
"country": "Armenia",
"year": 2001,
"avg_life_expectation": 72.6,
"female_life_expectation": 75.9,
"male_life_expectation": 69.1
},
{
"country": "Armenia",
"year": 2000,
"avg_life_expectation": 72,
"female_life_expectation": 75.1,
"male_life_expectation": 68.7
},
{
"country": "Australia",
"year": 2015,
"avg_life_expectation": 82.8,
"female_life_expectation": 84.8,
"male_life_expectation": 80.9
},
{
"country": "Australia",
"year": 2014,
"avg_life_expectation": 82.7,
"female_life_expectation": 84.6,
"male_life_expectation": 80.7
},
{
"country": "Australia",
"year": 2013,
"avg_life_expectation": 82.5,
"female_life_expectation": 84.5,
"male_life_expectation": 80.4
},
{
"country": "Australia",
"year": 2012,
"avg_life_expectation": 82.3,
"female_life_expectation": 84.4,
"male_life_expectation": 80.3
},
{
"country": "Australia",
"year": 2011,
"avg_life_expectation": 82,
"female_life_expectation": 84.2,
"male_life_expectation": 79.9
},
{
"country": "Australia",
"year": 2010,
"avg_life_expectation": 81.9,
"female_life_expectation": 84.1,
"male_life_expectation": 79.6
},
{
"country": "Australia",
"year": 2009,
"avg_life_expectation": 81.7,
"female_life_expectation": 84,
"male_life_expectation": 79.4
},
{
"country": "Australia",
"year": 2008,
"avg_life_expectation": 81.3,
"female_life_expectation": 83.6,
"male_life_expectation": 79
},
{
"country": "Australia",
"year": 2007,
"avg_life_expectation": 81.3,
"female_life_expectation": 83.6,
"male_life_expectation": 79
},
{
"country": "Australia",
"year": 2006,
"avg_life_expectation": 81.2,
"female_life_expectation": 83.6,
"male_life_expectation": 78.9
},
{
"country": "Australia",
"year": 2005,
"avg_life_expectation": 81,
"female_life_expectation": 83.5,
"male_life_expectation": 78.6
},
{
"country": "Australia",
"year": 2004,
"avg_life_expectation": 80.6,
"female_life_expectation": 83.1,
"male_life_expectation": 78.1
},
{
"country": "Australia",
"year": 2003,
"avg_life_expectation": 80.3,
"female_life_expectation": 82.8,
"male_life_expectation": 77.8
},
{
"country": "Australia",
"year": 2002,
"avg_life_expectation": 79.9,
"female_life_expectation": 82.5,
"male_life_expectation": 77.4
},
{
"country": "Australia",
"year": 2001,
"avg_life_expectation": 79.9,
"female_life_expectation": 82.5,
"male_life_expectation": 77.2
},
{
"country": "Australia",
"year": 2000,
"avg_life_expectation": 79.5,
"female_life_expectation": 82.2,
"male_life_expectation": 76.7
},
{
"country": "Austria",
"year": 2015,
"avg_life_expectation": 81.5,
"female_life_expectation": 83.9,
"male_life_expectation": 79
},
{
"country": "Austria",
"year": 2014,
"avg_life_expectation": 81.4,
"female_life_expectation": 83.8,
"male_life_expectation": 78.9
},
{
"country": "Austria",
"year": 2013,
"avg_life_expectation": 81.1,
"female_life_expectation": 83.6,
"male_life_expectation": 78.5
},
{
"country": "Austria",
"year": 2012,
"avg_life_expectation": 80.8,
"female_life_expectation": 83.3,
"male_life_expectation": 78.2
},
{
"country": "Austria",
"year": 2011,
"avg_life_expectation": 80.8,
"female_life_expectation": 83.4,
"male_life_expectation": 78.1
},
{
"country": "Austria",
"year": 2010,
"avg_life_expectation": 80.4,
"female_life_expectation": 83.1,
"male_life_expectation": 77.6
},
{
"country": "Austria",
"year": 2009,
"avg_life_expectation": 80.2,
"female_life_expectation": 82.9,
"male_life_expectation": 77.4
},
{
"country": "Austria",
"year": 2008,
"avg_life_expectation": 80.4,
"female_life_expectation": 82.9,
"male_life_expectation": 77.6
},
{
"country": "Austria",
"year": 2007,
"avg_life_expectation": 80.1,
"female_life_expectation": 82.8,
"male_life_expectation": 77.2
},
{
"country": "Austria",
"year": 2006,
"avg_life_expectation": 79.8,
"female_life_expectation": 82.5,
"male_life_expectation": 77
},
{
"country": "Austria",
"year": 2005,
"avg_life_expectation": 79.4,
"female_life_expectation": 82.1,
"male_life_expectation": 76.4
},
{
"country": "Austria",
"year": 2004,
"avg_life_expectation": 79.3,
"female_life_expectation": 82.1,
"male_life_expectation": 76.3
},
{
"country": "Austria",
"year": 2003,
"avg_life_expectation": 78.8,
"female_life_expectation": 81.5,
"male_life_expectation": 75.8
},
{
"country": "Austria",
"year": 2002,
"avg_life_expectation": 78.7,
"female_life_expectation": 81.5,
"male_life_expectation": 75.6
},
{
"country": "Austria",
"year": 2001,
"avg_life_expectation": 78.6,
"female_life_expectation": 81.4,
"male_life_expectation": 75.5
},
{
"country": "Austria",
"year": 2000,
"avg_life_expectation": 78.1,
"female_life_expectation": 81,
"male_life_expectation": 74.9
},
{
"country": "Azerbaijan",
"year": 2015,
"avg_life_expectation": 72.7,
"female_life_expectation": 75.8,
"male_life_expectation": 69.6
},
{
"country": "Azerbaijan",
"year": 2014,
"avg_life_expectation": 72.5,
"female_life_expectation": 75.5,
"male_life_expectation": 69.4
},
{
"country": "Azerbaijan",
"year": 2013,
"avg_life_expectation": 72.2,
"female_life_expectation": 75.3,
"male_life_expectation": 69.2
},
{
"country": "Azerbaijan",
"year": 2012,
"avg_life_expectation": 71.9,
"female_life_expectation": 74.9,
"male_life_expectation": 68.9
},
{
"country": "Azerbaijan",
"year": 2011,
"avg_life_expectation": 71.6,
"female_life_expectation": 74.7,
"male_life_expectation": 68.6
},
{
"country": "Azerbaijan",
"year": 2010,
"avg_life_expectation": 71.1,
"female_life_expectation": 73.9,
"male_life_expectation": 68.2
},
{
"country": "Azerbaijan",
"year": 2009,
"avg_life_expectation": 70.8,
"female_life_expectation": 73.7,
"male_life_expectation": 67.9
},
{
"country": "Azerbaijan",
"year": 2008,
"avg_life_expectation": 70.3,
"female_life_expectation": 73.3,
"male_life_expectation": 67.2
},
{
"country": "Azerbaijan",
"year": 2007,
"avg_life_expectation": 70.3,
"female_life_expectation": 73.1,
"male_life_expectation": 67.4
},
{
"country": "Azerbaijan",
"year": 2006,
"avg_life_expectation": 69.2,
"female_life_expectation": 72.2,
"male_life_expectation": 66.2
},
{
"country": "Azerbaijan",
"year": 2005,
"avg_life_expectation": 68.4,
"female_life_expectation": 71.4,
"male_life_expectation": 65.4
},
{
"country": "Azerbaijan",
"year": 2004,
"avg_life_expectation": 68.4,
"female_life_expectation": 71.3,
"male_life_expectation": 65.6
},
{
"country": "Azerbaijan",
"year": 2003,
"avg_life_expectation": 67.8,
"female_life_expectation": 70.6,
"male_life_expectation": 65
},
{
"country": "Azerbaijan",
"year": 2002,
"avg_life_expectation": 67.8,
"female_life_expectation": 70.7,
"male_life_expectation": 64.9
},
{
"country": "Azerbaijan",
"year": 2001,
"avg_life_expectation": 67.5,
"female_life_expectation": 70.5,
"male_life_expectation": 64.5
},
{
"country": "Azerbaijan",
"year": 2000,
"avg_life_expectation": 66.6,
"female_life_expectation": 69.8,
"male_life_expectation": 63.4
},
{
"country": "Bahamas",
"year": 2015,
"avg_life_expectation": 76.1,
"female_life_expectation": 79.1,
"male_life_expectation": 72.9
},
{
"country": "Bahamas",
"year": 2014,
"avg_life_expectation": 75.4,
"female_life_expectation": 78.4,
"male_life_expectation": 72.2
},
{
"country": "Bahamas",
"year": 2013,
"avg_life_expectation": 74.8,
"female_life_expectation": 77.8,
"male_life_expectation": 71.8
},
{
"country": "Bahamas",
"year": 2012,
"avg_life_expectation": 74.9,
"female_life_expectation": 77.8,
"male_life_expectation": 71.9
},
{
"country": "Bahamas",
"year": 2011,
"avg_life_expectation": 75,
"female_life_expectation": 77.9,
"male_life_expectation": 72
},
{
"country": "Bahamas",
"year": 2010,
"avg_life_expectation": 75,
"female_life_expectation": 78.1,
"male_life_expectation": 71.7
},
{
"country": "Bahamas",
"year": 2009,
"avg_life_expectation": 74.6,
"female_life_expectation": 77.8,
"male_life_expectation": 71.2
},
{
"country": "Bahamas",
"year": 2008,
"avg_life_expectation": 74.5,
"female_life_expectation": 77.7,
"male_life_expectation": 71.2
},
{
"country": "Bahamas",
"year": 2007,
"avg_life_expectation": 74.4,
"female_life_expectation": 77.6,
"male_life_expectation": 71.1
},
{
"country": "Bahamas",
"year": 2006,
"avg_life_expectation": 74.2,
"female_life_expectation": 77.1,
"male_life_expectation": 71
},
{
"country": "Bahamas",
"year": 2005,
"avg_life_expectation": 74.1,
"female_life_expectation": 77,
"male_life_expectation": 70.9
},
{
"country": "Bahamas",
"year": 2004,
"avg_life_expectation": 73.8,
"female_life_expectation": 76.8,
"male_life_expectation": 70.7
},
{
"country": "Bahamas",
"year": 2003,
"avg_life_expectation": 73.2,
"female_life_expectation": 76.2,
"male_life_expectation": 70.1
},
{
"country": "Bahamas",
"year": 2002,
"avg_life_expectation": 73.1,
"female_life_expectation": 76.1,
"male_life_expectation": 70
},
{
"country": "Bahamas",
"year": 2001,
"avg_life_expectation": 72.9,
"female_life_expectation": 75.9,
"male_life_expectation": 69.8
},
{
"country": "Bahamas",
"year": 2000,
"avg_life_expectation": 72.6,
"female_life_expectation": 75.7,
"male_life_expectation": 69.5
},
{
"country": "Bahrain",
"year": 2015,
"avg_life_expectation": 76.9,
"female_life_expectation": 77.9,
"male_life_expectation": 76.2
},
{
"country": "Bahrain",
"year": 2014,
"avg_life_expectation": 76.8,
"female_life_expectation": 77.8,
"male_life_expectation": 76
},
{
"country": "Bahrain",
"year": 2013,
"avg_life_expectation": 76.7,
"female_life_expectation": 77.6,
"male_life_expectation": 75.9
},
{
"country": "Bahrain",
"year": 2012,
"avg_life_expectation": 76.5,
"female_life_expectation": 77.5,
"male_life_expectation": 75.8
},
{
"country": "Bahrain",
"year": 2011,
"avg_life_expectation": 76.1,
"female_life_expectation": 77.2,
"male_life_expectation": 75.3
},
{
"country": "Bahrain",
"year": 2010,
"avg_life_expectation": 76.1,
"female_life_expectation": 77.1,
"male_life_expectation": 75.4
},
{
"country": "Bahrain",
"year": 2009,
"avg_life_expectation": 76,
"female_life_expectation": 77,
"male_life_expectation": 75.2
},
{
"country": "Bahrain",
"year": 2008,
"avg_life_expectation": 75.8,
"female_life_expectation": 76.8,
"male_life_expectation": 75
},
{
"country": "Bahrain",
"year": 2007,
"avg_life_expectation": 75.6,
"female_life_expectation": 76.6,
"male_life_expectation": 74.9
},
{
"country": "Bahrain",
"year": 2006,
"avg_life_expectation": 75.5,
"female_life_expectation": 76.5,
"male_life_expectation": 74.7
},
{
"country": "Bahrain",
"year": 2005,
"avg_life_expectation": 75.3,
"female_life_expectation": 76.3,
"male_life_expectation": 74.6
},
{
"country": "Bahrain",
"year": 2004,
"avg_life_expectation": 75.2,
"female_life_expectation": 76.1,
"male_life_expectation": 74.5
},
{
"country": "Bahrain",
"year": 2003,
"avg_life_expectation": 75,
"female_life_expectation": 76,
"male_life_expectation": 74.3
},
{
"country": "Bahrain",
"year": 2002,
"avg_life_expectation": 74.9,
"female_life_expectation": 75.8,
"male_life_expectation": 74.2
},
{
"country": "Bahrain",
"year": 2001,
"avg_life_expectation": 74.7,
"female_life_expectation": 75.6,
"male_life_expectation": 74
},
{
"country": "Bahrain",
"year": 2000,
"avg_life_expectation": 74.5,
"female_life_expectation": 75.5,
"male_life_expectation": 73.7
},
{
"country": "Bangladesh",
"year": 2015,
"avg_life_expectation": 71.8,
"female_life_expectation": 73.1,
"male_life_expectation": 70.6
},
{
"country": "Bangladesh",
"year": 2014,
"avg_life_expectation": 71.4,
"female_life_expectation": 72.7,
"male_life_expectation": 70.2
},
{
"country": "Bangladesh",
"year": 2013,
"avg_life_expectation": 71,
"female_life_expectation": 72.3,
"male_life_expectation": 69.8
},
{
"country": "Bangladesh",
"year": 2012,
"avg_life_expectation": 70.7,
"female_life_expectation": 71.9,
"male_life_expectation": 69.5
},
{
"country": "Bangladesh",
"year": 2011,
"avg_life_expectation": 70.3,
"female_life_expectation": 71.5,
"male_life_expectation": 69.2
},
{
"country": "Bangladesh",
"year": 2010,
"avg_life_expectation": 69.9,
"female_life_expectation": 71.1,
"male_life_expectation": 68.9
},
{
"country": "Bangladesh",
"year": 2009,
"avg_life_expectation": 69.5,
"female_life_expectation": 70.6,
"male_life_expectation": 68.6
},
{
"country": "Bangladesh",
"year": 2008,
"avg_life_expectation": 69.1,
"female_life_expectation": 70.1,
"male_life_expectation": 68.2
},
{
"country": "Bangladesh",
"year": 2007,
"avg_life_expectation": 68.6,
"female_life_expectation": 69.5,
"male_life_expectation": 67.8
},
{
"country": "Bangladesh",
"year": 2006,
"avg_life_expectation": 68.2,
"female_life_expectation": 69.1,
"male_life_expectation": 67.5
},
{
"country": "Bangladesh",
"year": 2005,
"avg_life_expectation": 67.8,
"female_life_expectation": 68.5,
"male_life_expectation": 67.1
},
{
"country": "Bangladesh",
"year": 2004,
"avg_life_expectation": 67.3,
"female_life_expectation": 68,
"male_life_expectation": 66.6
},
{
"country": "Bangladesh",
"year": 2003,
"avg_life_expectation": 66.8,
"female_life_expectation": 67.4,
"male_life_expectation": 66.2
},
{
"country": "Bangladesh",
"year": 2002,
"avg_life_expectation": 66.3,
"female_life_expectation": 66.9,
"male_life_expectation": 65.8
},
{
"country": "Bangladesh",
"year": 2001,
"avg_life_expectation": 65.8,
"female_life_expectation": 66.3,
"male_life_expectation": 65.4
},
{
"country": "Bangladesh",
"year": 2000,
"avg_life_expectation": 65.3,
"female_life_expectation": 65.6,
"male_life_expectation": 64.9
},
{
"country": "Barbados",
"year": 2015,
"avg_life_expectation": 75.5,
"female_life_expectation": 77.9,
"male_life_expectation": 73.1
},
{
"country": "Barbados",
"year": 2014,
"avg_life_expectation": 75.4,
"female_life_expectation": 77.7,
"male_life_expectation": 72.9
},
{
"country": "Barbados",
"year": 2013,
"avg_life_expectation": 75.2,
"female_life_expectation": 77.6,
"male_life_expectation": 72.8
},
{
"country": "Barbados",
"year": 2012,
"avg_life_expectation": 75.1,
"female_life_expectation": 77.4,
"male_life_expectation": 72.6
},
{
"country": "Barbados",
"year": 2011,
"avg_life_expectation": 74.9,
"female_life_expectation": 77.2,
"male_life_expectation": 72.5
},
{
"country": "Barbados",
"year": 2010,
"avg_life_expectation": 74.7,
"female_life_expectation": 77.1,
"male_life_expectation": 72.3
},
{
"country": "Barbados",
"year": 2009,
"avg_life_expectation": 74.6,
"female_life_expectation": 76.9,
"male_life_expectation": 72.1
},
{
"country": "Barbados",
"year": 2008,
"avg_life_expectation": 74.4,
"female_life_expectation": 76.7,
"male_life_expectation": 72
},
{
"country": "Barbados",
"year": 2007,
"avg_life_expectation": 74.2,
"female_life_expectation": 76.6,
"male_life_expectation": 71.8
},
{
"country": "Barbados",
"year": 2006,
"avg_life_expectation": 74.1,
"female_life_expectation": 76.4,
"male_life_expectation": 71.7
},
{
"country": "Barbados",
"year": 2005,
"avg_life_expectation": 73.9,
"female_life_expectation": 76.2,
"male_life_expectation": 71.5
},
{
"country": "Barbados",
"year": 2004,
"avg_life_expectation": 73.8,
"female_life_expectation": 76.1,
"male_life_expectation": 71.4
},
{
"country": "Barbados",
"year": 2003,
"avg_life_expectation": 73.7,
"female_life_expectation": 75.9,
"male_life_expectation": 71.2
},
{
"country": "Barbados",
"year": 2002,
"avg_life_expectation": 73.5,
"female_life_expectation": 75.8,
"male_life_expectation": 71.1
},
{
"country": "Barbados",
"year": 2001,
"avg_life_expectation": 73.4,
"female_life_expectation": 75.7,
"male_life_expectation": 71
},
{
"country": "Barbados",
"year": 2000,
"avg_life_expectation": 73.3,
"female_life_expectation": 75.5,
"male_life_expectation": 70.9
},
{
"country": "Belarus",
"year": 2015,
"avg_life_expectation": 72.3,
"female_life_expectation": 78,
"male_life_expectation": 66.5
},
{
"country": "Belarus",
"year": 2014,
"avg_life_expectation": 72,
"female_life_expectation": 77.7,
"male_life_expectation": 66.3
},
{
"country": "Belarus",
"year": 2013,
"avg_life_expectation": 71.7,
"female_life_expectation": 77.4,
"male_life_expectation": 66
},
{
"country": "Belarus",
"year": 2012,
"avg_life_expectation": 71.9,
"female_life_expectation": 77.4,
"male_life_expectation": 66.4
},
{
"country": "Belarus",
"year": 2011,
"avg_life_expectation": 70.2,
"female_life_expectation": 76.4,
"male_life_expectation": 64.3
},
{
"country": "Belarus",
"year": 2010,
"avg_life_expectation": 70.3,
"female_life_expectation": 76.3,
"male_life_expectation": 64.5
},
{
"country": "Belarus",
"year": 2009,
"avg_life_expectation": 70,
"female_life_expectation": 75.6,
"male_life_expectation": 64.4
},
{
"country": "Belarus",
"year": 2008,
"avg_life_expectation": 70,
"female_life_expectation": 75.6,
"male_life_expectation": 64.5
},
{
"country": "Belarus",
"year": 2007,
"avg_life_expectation": 69.8,
"female_life_expectation": 75.3,
"male_life_expectation": 64.4
},
{
"country": "Belarus",
"year": 2006,
"avg_life_expectation": 68.9,
"female_life_expectation": 74.6,
"male_life_expectation": 63.4
},
{
"country": "Belarus",
"year": 2005,
"avg_life_expectation": 68.1,
"female_life_expectation": 74,
"male_life_expectation": 62.6
},
{
"country": "Belarus",
"year": 2004,
"avg_life_expectation": 68.2,
"female_life_expectation": 73.9,
"male_life_expectation": 62.8
},
{
"country": "Belarus",
"year": 2003,
"avg_life_expectation": 67.7,
"female_life_expectation": 73.6,
"male_life_expectation": 62.2
},
{
"country": "Belarus",
"year": 2002,
"avg_life_expectation": 67.2,
"female_life_expectation": 73.1,
"male_life_expectation": 61.8
},
{
"country": "Belarus",
"year": 2001,
"avg_life_expectation": 67.7,
"female_life_expectation": 73.4,
"male_life_expectation": 62.2
},
{
"country": "Belarus",
"year": 2000,
"avg_life_expectation": 68,
"female_life_expectation": 73.5,
"male_life_expectation": 62.6
},
{
"country": "Belgium",
"year": 2015,
"avg_life_expectation": 81.1,
"female_life_expectation": 83.5,
"male_life_expectation": 78.6
},
{
"country": "Belgium",
"year": 2014,
"avg_life_expectation": 80.9,
"female_life_expectation": 83.3,
"male_life_expectation": 78.4
},
{
"country": "Belgium",
"year": 2013,
"avg_life_expectation": 80.7,
"female_life_expectation": 83.1,
"male_life_expectation": 78.1
},
{
"country": "Belgium",
"year": 2012,
"avg_life_expectation": 80.3,
"female_life_expectation": 82.9,
"male_life_expectation": 77.7
},
{
"country": "Belgium",
"year": 2011,
"avg_life_expectation": 80.3,
"female_life_expectation": 82.9,
"male_life_expectation": 77.7
},
{
"country": "Belgium",
"year": 2010,
"avg_life_expectation": 80,
"female_life_expectation": 82.5,
"male_life_expectation": 77.3
},
{
"country": "Belgium",
"year": 2009,
"avg_life_expectation": 79.8,
"female_life_expectation": 82.4,
"male_life_expectation": 77.1
},
{
"country": "Belgium",
"year": 2008,
"avg_life_expectation": 79.5,
"female_life_expectation": 82.3,
"male_life_expectation": 76.7
},
{
"country": "Belgium",
"year": 2007,
"avg_life_expectation": 79.5,
"female_life_expectation": 82.2,
"male_life_expectation": 76.7
},
{
"country": "Belgium",
"year": 2006,
"avg_life_expectation": 79.4,
"female_life_expectation": 82.2,
"male_life_expectation": 76.5
},
{
"country": "Belgium",
"year": 2005,
"avg_life_expectation": 78.9,
"female_life_expectation": 81.7,
"male_life_expectation": 75.9
},
{
"country": "Belgium",
"year": 2004,
"avg_life_expectation": 78.8,
"female_life_expectation": 81.8,
"male_life_expectation": 75.8
},
{
"country": "Belgium",
"year": 2003,
"avg_life_expectation": 78.3,
"female_life_expectation": 81.2,
"male_life_expectation": 75.3
},
{
"country": "Belgium",
"year": 2002,
"avg_life_expectation": 78,
"female_life_expectation": 81.1,
"male_life_expectation": 74.9
},
{
"country": "Belgium",
"year": 2001,
"avg_life_expectation": 78,
"female_life_expectation": 81.1,
"male_life_expectation": 74.8
},
{
"country": "Belgium",
"year": 2000,
"avg_life_expectation": 77.6,
"female_life_expectation": 80.8,
"male_life_expectation": 74.3
},
{
"country": "Belize",
"year": 2015,
"avg_life_expectation": 70.1,
"female_life_expectation": 73.1,
"male_life_expectation": 67.5
},
{
"country": "Belize",
"year": 2014,
"avg_life_expectation": 70,
"female_life_expectation": 72.9,
"male_life_expectation": 67.4
},
{
"country": "Belize",
"year": 2013,
"avg_life_expectation": 69.8,
"female_life_expectation": 72.7,
"male_life_expectation": 67.2
},
{
"country": "Belize",
"year": 2012,
"avg_life_expectation": 69.4,
"female_life_expectation": 72.4,
"male_life_expectation": 66.8
},
{
"country": "Belize",
"year": 2011,
"avg_life_expectation": 69.4,
"female_life_expectation": 72.4,
"male_life_expectation": 66.9
},
{
"country": "Belize",
"year": 2010,
"avg_life_expectation": 69.5,
"female_life_expectation": 72.4,
"male_life_expectation": 67
},
{
"country": "Belize",
"year": 2009,
"avg_life_expectation": 69.5,
"female_life_expectation": 72.4,
"male_life_expectation": 67
},
{
"country": "Belize",
"year": 2008,
"avg_life_expectation": 69.6,
"female_life_expectation": 72.5,
"male_life_expectation": 67.1
},
{
"country": "Belize",
"year": 2007,
"avg_life_expectation": 69.6,
"female_life_expectation": 72.4,
"male_life_expectation": 67.1
},
{
"country": "Belize",
"year": 2006,
"avg_life_expectation": 69.4,
"female_life_expectation": 72.3,
"male_life_expectation": 66.9
},
{
"country": "Belize",
"year": 2005,
"avg_life_expectation": 69,
"female_life_expectation": 72,
"male_life_expectation": 66.4
},
{
"country": "Belize",
"year": 2004,
"avg_life_expectation": 68.7,
"female_life_expectation": 71.9,
"male_life_expectation": 65.9
},
{
"country": "Belize",
"year": 2003,
"avg_life_expectation": 68.4,
"female_life_expectation": 71.6,
"male_life_expectation": 65.6
},
{
"country": "Belize",
"year": 2002,
"avg_life_expectation": 68.5,
"female_life_expectation": 71.6,
"male_life_expectation": 65.7
},
{
"country": "Belize",
"year": 2001,
"avg_life_expectation": 68.2,
"female_life_expectation": 71.3,
"male_life_expectation": 65.5
},
{
"country": "Belize",
"year": 2000,
"avg_life_expectation": 68.3,
"female_life_expectation": 71.3,
"male_life_expectation": 65.6
},
{
"country": "Benin",
"year": 2015,
"avg_life_expectation": 60,
"female_life_expectation": 61.1,
"male_life_expectation": 58.8
},
{
"country": "Benin",
"year": 2014,
"avg_life_expectation": 59.7,
"female_life_expectation": 60.7,
"male_life_expectation": 58.5
},
{
"country": "Benin",
"year": 2013,
"avg_life_expectation": 59.5,
"female_life_expectation": 60.6,
"male_life_expectation": 58.3
},
{
"country": "Benin",
"year": 2012,
"avg_life_expectation": 59.3,
"female_life_expectation": 60.4,
"male_life_expectation": 58.1
},
{
"country": "Benin",
"year": 2011,
"avg_life_expectation": 59.1,
"female_life_expectation": 60.2,
"male_life_expectation": 57.9
},
{
"country": "Benin",
"year": 2010,
"avg_life_expectation": 58.7,
"female_life_expectation": 59.9,
"male_life_expectation": 57.5
},
{
"country": "Benin",
"year": 2009,
"avg_life_expectation": 58.4,
"female_life_expectation": 59.5,
"male_life_expectation": 57.2
},
{
"country": "Benin",
"year": 2008,
"avg_life_expectation": 57.6,
"female_life_expectation": 58.6,
"male_life_expectation": 56.4
},
{
"country": "Benin",
"year": 2007,
"avg_life_expectation": 57.1,
"female_life_expectation": 58.2,
"male_life_expectation": 56
},
{
"country": "Benin",
"year": 2006,
"avg_life_expectation": 56.8,
"female_life_expectation": 57.9,
"male_life_expectation": 55.7
},
{
"country": "Benin",
"year": 2005,
"avg_life_expectation": 56.5,
"female_life_expectation": 57.6,
"male_life_expectation": 55.3
},
{
"country": "Benin",
"year": 2004,
"avg_life_expectation": 56.1,
"female_life_expectation": 57.3,
"male_life_expectation": 54.9
},
{
"country": "Benin",
"year": 2003,
"avg_life_expectation": 55.8,
"female_life_expectation": 57,
"male_life_expectation": 54.6
},
{
"country": "Benin",
"year": 2002,
"avg_life_expectation": 55.6,
"female_life_expectation": 56.8,
"male_life_expectation": 54.4
},
{
"country": "Benin",
"year": 2001,
"avg_life_expectation": 55.5,
"female_life_expectation": 56.7,
"male_life_expectation": 54.2
},
{
"country": "Benin",
"year": 2000,
"avg_life_expectation": 55.4,
"female_life_expectation": 56.6,
"male_life_expectation": 54
},
{
"country": "Bhutan",
"year": 2015,
"avg_life_expectation": 69.8,
"female_life_expectation": 70.1,
"male_life_expectation": 69.5
},
{
"country": "Bhutan",
"year": 2014,
"avg_life_expectation": 69.4,
"female_life_expectation": 69.7,
"male_life_expectation": 69.2
},
{
"country": "Bhutan",
"year": 2013,
"avg_life_expectation": 69.1,
"female_life_expectation": 69.3,
"male_life_expectation": 68.8
},
{
"country": "Bhutan",
"year": 2012,
"avg_life_expectation": 68.7,
"female_life_expectation": 68.9,
"male_life_expectation": 68.5
},
{
"country": "Bhutan",
"year": 2011,
"avg_life_expectation": 68.3,
"female_life_expectation": 68.6,
"male_life_expectation": 68.1
},
{
"country": "Bhutan",
"year": 2010,
"avg_life_expectation": 67.9,
"female_life_expectation": 68.2,
"male_life_expectation": 67.7
},
{
"country": "Bhutan",
"year": 2009,
"avg_life_expectation": 67.4,
"female_life_expectation": 67.7,
"male_life_expectation": 67.1
},
{
"country": "Bhutan",
"year": 2008,
"avg_life_expectation": 67,
"female_life_expectation": 67.3,
"male_life_expectation": 66.7
},
{
"country": "Bhutan",
"year": 2007,
"avg_life_expectation": 66.5,
"female_life_expectation": 66.8,
"male_life_expectation": 66.2
},
{
"country": "Bhutan",
"year": 2006,
"avg_life_expectation": 65.8,
"female_life_expectation": 66.1,
"male_life_expectation": 65.5
},
{
"country": "Bhutan",
"year": 2005,
"avg_life_expectation": 65,
"female_life_expectation": 65.3,
"male_life_expectation": 64.7
},
{
"country": "Bhutan",
"year": 2004,
"avg_life_expectation": 64.2,
"female_life_expectation": 64.4,
"male_life_expectation": 63.9
},
{
"country": "Bhutan",
"year": 2003,
"avg_life_expectation": 63.3,
"female_life_expectation": 63.4,
"male_life_expectation": 63.1
},
{
"country": "Bhutan",
"year": 2002,
"avg_life_expectation": 62.5,
"female_life_expectation": 62.6,
"male_life_expectation": 62.3
},
{
"country": "Bhutan",
"year": 2001,
"avg_life_expectation": 61.7,
"female_life_expectation": 61.8,
"male_life_expectation": 61.6
},
{
"country": "Bhutan",
"year": 2000,
"avg_life_expectation": 60.2,
"female_life_expectation": 60.3,
"male_life_expectation": 60
},
{
"country": "Bolivia (Plurinational State of)",
"year": 2015,
"avg_life_expectation": 70.7,
"female_life_expectation": 73.3,
"male_life_expectation": 68.2
},
{
"country": "Bolivia (Plurinational State of)",
"year": 2014,
"avg_life_expectation": 70.4,
"female_life_expectation": 72.9,
"male_life_expectation": 68
},
{
"country": "Bolivia (Plurinational State of)",
"year": 2013,
"avg_life_expectation": 70.1,
"female_life_expectation": 72.6,
"male_life_expectation": 67.7
},
{
"country": "Bolivia (Plurinational State of)",
"year": 2012,
"avg_life_expectation": 69.8,
"female_life_expectation": 72.2,
"male_life_expectation": 67.4
},
{
"country": "Bolivia (Plurinational State of)",
"year": 2011,
"avg_life_expectation": 69.3,
"female_life_expectation": 71.7,
"male_life_expectation": 66.9
},
{
"country": "Bolivia (Plurinational State of)",
"year": 2010,
"avg_life_expectation": 68.7,
"female_life_expectation": 71.1,
"male_life_expectation": 66.4
},
{
"country": "Bolivia (Plurinational State of)",
"year": 2009,
"avg_life_expectation": 68,
"female_life_expectation": 70.4,
"male_life_expectation": 65.8
},
{
"country": "Bolivia (Plurinational State of)",
"year": 2008,
"avg_life_expectation": 67.4,
"female_life_expectation": 69.7,
"male_life_expectation": 65.2
},
{
"country": "Bolivia (Plurinational State of)",
"year": 2007,
"avg_life_expectation": 66.8,
"female_life_expectation": 69.1,
"male_life_expectation": 64.6
},
{
"country": "Bolivia (Plurinational State of)",
"year": 2006,
"avg_life_expectation": 66.2,
"female_life_expectation": 68.5,
"male_life_expectation": 64.1
},
{
"country": "Bolivia (Plurinational State of)",
"year": 2005,
"avg_life_expectation": 65.7,
"female_life_expectation": 67.8,
"male_life_expectation": 63.6
},
{
"country": "Bolivia (Plurinational State of)",
"year": 2004,
"avg_life_expectation": 65.1,
"female_life_expectation": 67.2,
"male_life_expectation": 63
},
{
"country": "Bolivia (Plurinational State of)",
"year": 2003,
"avg_life_expectation": 64.5,
"female_life_expectation": 66.6,
"male_life_expectation": 62.5
},
{
"country": "Bolivia (Plurinational State of)",
"year": 2002,
"avg_life_expectation": 63.9,
"female_life_expectation": 65.9,
"male_life_expectation": 61.9
},
{
"country": "Bolivia (Plurinational State of)",
"year": 2001,
"avg_life_expectation": 63.3,
"female_life_expectation": 65.3,
"male_life_expectation": 61.4
},
{
"country": "Bolivia (Plurinational State of)",
"year": 2000,
"avg_life_expectation": 62.6,
"female_life_expectation": 64.6,
"male_life_expectation": 60.8
},
{
"country": "Bosnia and Herzegovina",
"year": 2015,
"avg_life_expectation": 77.4,
"female_life_expectation": 79.7,
"male_life_expectation": 75
},
{
"country": "Bosnia and Herzegovina",
"year": 2014,
"avg_life_expectation": 77.2,
"female_life_expectation": 79.6,
"male_life_expectation": 74.8
},
{
"country": "Bosnia and Herzegovina",
"year": 2013,
"avg_life_expectation": 77,
"female_life_expectation": 79.4,
"male_life_expectation": 74.6
},
{
"country": "Bosnia and Herzegovina",
"year": 2012,
"avg_life_expectation": 76.8,
"female_life_expectation": 79.3,
"male_life_expectation": 74.4
},
{
"country": "Bosnia and Herzegovina",
"year": 2011,
"avg_life_expectation": 76.9,
"female_life_expectation": 79.3,
"male_life_expectation": 74.4
},
{
"country": "Bosnia and Herzegovina",
"year": 2010,
"avg_life_expectation": 76.4,
"female_life_expectation": 78.8,
"male_life_expectation": 73.9
},
{
"country": "Bosnia and Herzegovina",
"year": 2009,
"avg_life_expectation": 76.1,
"female_life_expectation": 78.6,
"male_life_expectation": 73.6
},
{
"country": "Bosnia and Herzegovina",
"year": 2008,
"avg_life_expectation": 76,
"female_life_expectation": 78.7,
"male_life_expectation": 73.3
},
{
"country": "Bosnia and Herzegovina",
"year": 2007,
"avg_life_expectation": 75.4,
"female_life_expectation": 78,
"male_life_expectation": 72.8
},
{
"country": "Bosnia and Herzegovina",
"year": 2006,
"avg_life_expectation": 75.7,
"female_life_expectation": 78.3,
"male_life_expectation": 73.1
},
{
"country": "Bosnia and Herzegovina",
"year": 2005,
"avg_life_expectation": 75,
"female_life_expectation": 77.8,
"male_life_expectation": 72.2
},
{
"country": "Bosnia and Herzegovina",
"year": 2004,
"avg_life_expectation": 75.5,
"female_life_expectation": 78,
"male_life_expectation": 72.9
},
{
"country": "Bosnia and Herzegovina",
"year": 2003,
"avg_life_expectation": 75.2,
"female_life_expectation": 77.9,
"male_life_expectation": 72.5
},
{
"country": "Bosnia and Herzegovina",
"year": 2002,
"avg_life_expectation": 75.4,
"female_life_expectation": 78,
"male_life_expectation": 72.8
},
{
"country": "Bosnia and Herzegovina",
"year": 2001,
"avg_life_expectation": 74.9,
"female_life_expectation": 77.8,
"male_life_expectation": 72
},
{
"country": "Bosnia and Herzegovina",
"year": 2000,
"avg_life_expectation": 74.6,
"female_life_expectation": 77.2,
"male_life_expectation": 71.8
},
{
"country": "Botswana",
"year": 2015,
"avg_life_expectation": 65.7,
"female_life_expectation": 68.1,
"male_life_expectation": 63.3
},
{
"country": "Botswana",
"year": 2014,
"avg_life_expectation": 65.1,
"female_life_expectation": 67.7,
"male_life_expectation": 62.5
},
{
"country": "Botswana",
"year": 2013,
"avg_life_expectation": 64.2,
"female_life_expectation": 67.2,
"male_life_expectation": 61.5
},
{
"country": "Botswana",
"year": 2012,
"avg_life_expectation": 63.4,
"female_life_expectation": 65.9,
"male_life_expectation": 61
},
{
"country": "Botswana",
"year": 2011,
"avg_life_expectation": 62.2,
"female_life_expectation": 64.8,
"male_life_expectation": 59.8
},
{
"country": "Botswana",
"year": 2010,
"avg_life_expectation": 61.1,
"female_life_expectation": 63.7,
"male_life_expectation": 58.7
},
{
"country": "Botswana",
"year": 2009,
"avg_life_expectation": 59.2,
"female_life_expectation": 60.4,
"male_life_expectation": 57.9
},
{
"country": "Botswana",
"year": 2008,
"avg_life_expectation": 57.5,
"female_life_expectation": 58.2,
"male_life_expectation": 56.7
},
{
"country": "Botswana",
"year": 2007,
"avg_life_expectation": 56.9,
"female_life_expectation": 57.6,
"male_life_expectation": 56.2
},
{
"country": "Botswana",
"year": 2006,
"avg_life_expectation": 54.8,
"female_life_expectation": 55.2,
"male_life_expectation": 54.3
},
{
"country": "Botswana",
"year": 2005,
"avg_life_expectation": 51.7,
"female_life_expectation": 51.8,
"male_life_expectation": 51.5
},
{
"country": "Botswana",
"year": 2004,
"avg_life_expectation": 48.1,
"female_life_expectation": 47.9,
"male_life_expectation": 48.3
},
{
"country": "Botswana",
"year": 2003,
"avg_life_expectation": 46.4,
"female_life_expectation": 46,
"male_life_expectation": 46.7
},
{
"country": "Botswana",
"year": 2002,
"avg_life_expectation": 46,
"female_life_expectation": 45.7,
"male_life_expectation": 46.3
},
{
"country": "Botswana",
"year": 2001,
"avg_life_expectation": 46.7,
"female_life_expectation": 46.4,
"male_life_expectation": 46.9
},
{
"country": "Botswana",
"year": 2000,
"avg_life_expectation": 47.8,
"female_life_expectation": 47.7,
"male_life_expectation": 47.9
},
{
"country": "Brazil",
"year": 2015,
"avg_life_expectation": 75,
"female_life_expectation": 78.7,
"male_life_expectation": 71.4
},
{
"country": "Brazil",
"year": 2014,
"avg_life_expectation": 74.8,
"female_life_expectation": 78.5,
"male_life_expectation": 71.2
},
{
"country": "Brazil",
"year": 2013,
"avg_life_expectation": 74.7,
"female_life_expectation": 78.4,
"male_life_expectation": 71.1
},
{
"country": "Brazil",
"year": 2012,
"avg_life_expectation": 74.5,
"female_life_expectation": 78.2,
"male_life_expectation": 70.9
},
{
"country": "Brazil",
"year": 2011,
"avg_life_expectation": 74.1,
"female_life_expectation": 77.7,
"male_life_expectation": 70.5
},
{
"country": "Brazil",
"year": 2010,
"avg_life_expectation": 73.8,
"female_life_expectation": 77.5,
"male_life_expectation": 70.2
},
{
"country": "Brazil",
"year": 2009,
"avg_life_expectation": 73.6,
"female_life_expectation": 77.3,
"male_life_expectation": 70
},
{
"country": "Brazil",
"year": 2008,
"avg_life_expectation": 73.4,
"female_life_expectation": 77.1,
"male_life_expectation": 69.8
},
{
"country": "Brazil",
"year": 2007,
"avg_life_expectation": 73.3,
"female_life_expectation": 76.9,
"male_life_expectation": 69.7
},
{
"country": "Brazil",
"year": 2006,
"avg_life_expectation": 73,
"female_life_expectation": 76.6,
"male_life_expectation": 69.4
},
{
"country": "Brazil",
"year": 2005,
"avg_life_expectation": 72.7,
"female_life_expectation": 76.4,
"male_life_expectation": 69.1
},
{
"country": "Brazil",
"year": 2004,
"avg_life_expectation": 72,
"female_life_expectation": 75.8,
"male_life_expectation": 68.4
},
{
"country": "Brazil",
"year": 2003,
"avg_life_expectation": 71.8,
"female_life_expectation": 75.6,
"male_life_expectation": 68.1
},
{
"country": "Brazil",
"year": 2002,
"avg_life_expectation": 71.4,
"female_life_expectation": 75.2,
"male_life_expectation": 67.8
},
{
"country": "Brazil",
"year": 2001,
"avg_life_expectation": 71,
"female_life_expectation": 74.9,
"male_life_expectation": 67.3
},
{
"country": "Brazil",
"year": 2000,
"avg_life_expectation": 70.5,
"female_life_expectation": 74.3,
"male_life_expectation": 66.8
},
{
"country": "Brunei Darussalam",
"year": 2015,
"avg_life_expectation": 77.7,
"female_life_expectation": 79.2,
"male_life_expectation": 76.3
},
{
"country": "Brunei Darussalam",
"year": 2014,
"avg_life_expectation": 77.6,
"female_life_expectation": 79.1,
"male_life_expectation": 76.2
},
{
"country": "Brunei Darussalam",
"year": 2013,
"avg_life_expectation": 77.1,
"female_life_expectation": 78.5,
"male_life_expectation": 75.7
},
{
"country": "Brunei Darussalam",
"year": 2012,
"avg_life_expectation": 78.3,
"female_life_expectation": 80,
"male_life_expectation": 76.7
},
{
"country": "Brunei Darussalam",
"year": 2011,
"avg_life_expectation": 77.4,
"female_life_expectation": 79,
"male_life_expectation": 76
},
{
"country": "Brunei Darussalam",
"year": 2010,
"avg_life_expectation": 76.9,
"female_life_expectation": 78.3,
"male_life_expectation": 75.5
},
{
"country": "Brunei Darussalam",
"year": 2009,
"avg_life_expectation": 76.8,
"female_life_expectation": 77.8,
"male_life_expectation": 75.9
},
{
"country": "Brunei Darussalam",
"year": 2008,
"avg_life_expectation": 77.2,
"female_life_expectation": 79.3,
"male_life_expectation": 75.5
},
{
"country": "Brunei Darussalam",
"year": 2007,
"avg_life_expectation": 76,
"female_life_expectation": 78.1,
"male_life_expectation": 74.1
},
{
"country": "Brunei Darussalam",
"year": 2006,
"avg_life_expectation": 76.3,
"female_life_expectation": 78,
"male_life_expectation": 74.7
},
{
"country": "Brunei Darussalam",
"year": 2005,
"avg_life_expectation": 76.2,
"female_life_expectation": 78,
"male_life_expectation": 74.6
},
{
"country": "Brunei Darussalam",
"year": 2004,
"avg_life_expectation": 76.4,
"female_life_expectation": 78,
"male_life_expectation": 75
},
{
"country": "Brunei Darussalam",
"year": 2003,
"avg_life_expectation": 76,
"female_life_expectation": 77.4,
"male_life_expectation": 74.8
},
{
"country": "Brunei Darussalam",
"year": 2002,
"avg_life_expectation": 74.8,
"female_life_expectation": 76.5,
"male_life_expectation": 73.3
},
{
"country": "Brunei Darussalam",
"year": 2001,
"avg_life_expectation": 74.7,
"female_life_expectation": 76.2,
"male_life_expectation": 73.3
},
{
"country": "Brunei Darussalam",
"year": 2000,
"avg_life_expectation": 74.4,
"female_life_expectation": 76,
"male_life_expectation": 73.1
},
{
"country": "Bulgaria",
"year": 2015,
"avg_life_expectation": 74.5,
"female_life_expectation": 78,
"male_life_expectation": 71.1
},
{
"country": "Bulgaria",
"year": 2014,
"avg_life_expectation": 74.3,
"female_life_expectation": 77.8,
"male_life_expectation": 70.9
},
{
"country": "Bulgaria",
"year": 2013,
"avg_life_expectation": 74.1,
"female_life_expectation": 77.7,
"male_life_expectation": 70.7
},
{
"country": "Bulgaria",
"year": 2012,
"avg_life_expectation": 73.9,
"female_life_expectation": 77.4,
"male_life_expectation": 70.6
},
{
"country": "Bulgaria",
"year": 2011,
"avg_life_expectation": 73.7,
"female_life_expectation": 77.3,
"male_life_expectation": 70.3
},
{
"country": "Bulgaria",
"year": 2010,
"avg_life_expectation": 73.4,
"female_life_expectation": 76.9,
"male_life_expectation": 69.9
},
{
"country": "Bulgaria",
"year": 2009,
"avg_life_expectation": 73.2,
"female_life_expectation": 77,
"male_life_expectation": 69.7
},
{
"country": "Bulgaria",
"year": 2008,
"avg_life_expectation": 72.9,
"female_life_expectation": 76.7,
"male_life_expectation": 69.2
},
{
"country": "Bulgaria",
"year": 2007,
"avg_life_expectation": 72.6,
"female_life_expectation": 76.3,
"male_life_expectation": 69
},
{
"country": "Bulgaria",
"year": 2006,
"avg_life_expectation": 72.2,
"female_life_expectation": 76,
"male_life_expectation": 68.7
},
{
"country": "Bulgaria",
"year": 2005,
"avg_life_expectation": 72.1,
"female_life_expectation": 75.8,
"male_life_expectation": 68.6
},
{
"country": "Bulgaria",
"year": 2004,
"avg_life_expectation": 72.2,
"female_life_expectation": 75.9,
"male_life_expectation": 68.7
},
{
"country": "Bulgaria",
"year": 2003,
"avg_life_expectation": 72,
"female_life_expectation": 75.7,
"male_life_expectation": 68.6
},
{
"country": "Bulgaria",
"year": 2002,
"avg_life_expectation": 71.8,
"female_life_expectation": 75.3,
"male_life_expectation": 68.5
},
{
"country": "Bulgaria",
"year": 2001,
"avg_life_expectation": 71.6,
"female_life_expectation": 75.1,
"male_life_expectation": 68.2
},
{
"country": "Bulgaria",
"year": 2000,
"avg_life_expectation": 71.1,
"female_life_expectation": 74.7,
"male_life_expectation": 67.8
},
{
"country": "Burkina Faso",
"year": 2015,
"avg_life_expectation": 59.9,
"female_life_expectation": 60.5,
"male_life_expectation": 59.1
},
{
"country": "Burkina Faso",
"year": 2014,
"avg_life_expectation": 59.3,
"female_life_expectation": 60.1,
"male_life_expectation": 58.5
},
{
"country": "Burkina Faso",
"year": 2013,
"avg_life_expectation": 59,
"female_life_expectation": 59.6,
"male_life_expectation": 58.1
},
{
"country": "Burkina Faso",
"year": 2012,
"avg_life_expectation": 58.6,
"female_life_expectation": 59.3,
"male_life_expectation": 57.7
},
{
"country": "Burkina Faso",
"year": 2011,
"avg_life_expectation": 58.1,
"female_life_expectation": 58.8,
"male_life_expectation": 57.2
},
{
"country": "Burkina Faso",
"year": 2010,
"avg_life_expectation": 57.5,
"female_life_expectation": 58.3,
"male_life_expectation": 56.6
},
{
"country": "Burkina Faso",
"year": 2009,
"avg_life_expectation": 56.9,
"female_life_expectation": 57.7,
"male_life_expectation": 55.9
},
{
"country": "Burkina Faso",
"year": 2008,
"avg_life_expectation": 56.1,
"female_life_expectation": 57,
"male_life_expectation": 55.1
},
{
"country": "Burkina Faso",
"year": 2007,
"avg_life_expectation": 55.3,
"female_life_expectation": 56.2,
"male_life_expectation": 54.2
},
{
"country": "Burkina Faso",
"year": 2006,
"avg_life_expectation": 54.3,
"female_life_expectation": 55.3,
"male_life_expectation": 53.2
},
{
"country": "Burkina Faso",
"year": 2005,
"avg_life_expectation": 53.3,
"female_life_expectation": 54.3,
"male_life_expectation": 52.3
},
{
"country": "Burkina Faso",
"year": 2004,
"avg_life_expectation": 52.4,
"female_life_expectation": 53.4,
"male_life_expectation": 51.3
},
{
"country": "Burkina Faso",
"year": 2003,
"avg_life_expectation": 51.6,
"female_life_expectation": 52.6,
"male_life_expectation": 50.5
},
{
"country": "Burkina Faso",
"year": 2002,
"avg_life_expectation": 51,
"female_life_expectation": 52.1,
"male_life_expectation": 49.9
},
{
"country": "Burkina Faso",
"year": 2001,
"avg_life_expectation": 50.6,
"female_life_expectation": 51.7,
"male_life_expectation": 49.3
},
{
"country": "Burkina Faso",
"year": 2000,
"avg_life_expectation": 50.1,
"female_life_expectation": 51.3,
"male_life_expectation": 48.8
},
{
"country": "Burundi",
"year": 2015,
"avg_life_expectation": 59.6,
"female_life_expectation": 61.6,
"male_life_expectation": 57.7
},
{
"country": "Burundi",
"year": 2014,
"avg_life_expectation": 59.1,
"female_life_expectation": 61.1,
"male_life_expectation": 57.1
},
{
"country": "Burundi",
"year": 2013,
"avg_life_expectation": 58.6,
"female_life_expectation": 60.5,
"male_life_expectation": 56.7
},
{
"country": "Burundi",
"year": 2012,
"avg_life_expectation": 58,
"female_life_expectation": 59.8,
"male_life_expectation": 56.3
},
{
"country": "Burundi",
"year": 2011,
"avg_life_expectation": 57.4,
"female_life_expectation": 59.2,
"male_life_expectation": 55.7
},
{
"country": "Burundi",
"year": 2010,
"avg_life_expectation": 56.8,
"female_life_expectation": 58.5,
"male_life_expectation": 55.1
},
{
"country": "Burundi",
"year": 2009,
"avg_life_expectation": 56.2,
"female_life_expectation": 57.9,
"male_life_expectation": 54.5
},
{
"country": "Burundi",
"year": 2008,
"avg_life_expectation": 55.3,
"female_life_expectation": 57.1,
"male_life_expectation": 53.7
},
{
"country": "Burundi",
"year": 2007,
"avg_life_expectation": 54.8,
"female_life_expectation": 56.4,
"male_life_expectation": 53.1
},
{
"country": "Burundi",
"year": 2006,
"avg_life_expectation": 54.1,
"female_life_expectation": 55.8,
"male_life_expectation": 52.4
},
{
"country": "Burundi",
"year": 2005,
"avg_life_expectation": 53.4,
"female_life_expectation": 55.1,
"male_life_expectation": 51.7
},
{
"country": "Burundi",
"year": 2004,
"avg_life_expectation": 52.6,
"female_life_expectation": 54.4,
"male_life_expectation": 50.9
},
{
"country": "Burundi",
"year": 2003,
"avg_life_expectation": 51.9,
"female_life_expectation": 53.8,
"male_life_expectation": 50
},
{
"country": "Burundi",
"year": 2002,
"avg_life_expectation": 51.5,
"female_life_expectation": 53.5,
"male_life_expectation": 49.5
},
{
"country": "Burundi",
"year": 2001,
"avg_life_expectation": 51.3,
"female_life_expectation": 53.3,
"male_life_expectation": 49.3
},
{
"country": "Burundi",
"year": 2000,
"avg_life_expectation": 50.8,
"female_life_expectation": 53,
"male_life_expectation": 48.6
},
{
"country": "C™te d'Ivoire",
"year": 2015,
"avg_life_expectation": 53.3,
"female_life_expectation": 54.4,
"male_life_expectation": 52.3
},
{
"country": "C™te d'Ivoire",
"year": 2014,
"avg_life_expectation": 52.8,
"female_life_expectation": 53.7,
"male_life_expectation": 51.9
},
{
"country": "C™te d'Ivoire",
"year": 2013,
"avg_life_expectation": 52.3,
"female_life_expectation": 53.3,
"male_life_expectation": 51.5
},
{
"country": "C™te d'Ivoire",
"year": 2012,
"avg_life_expectation": 52,
"female_life_expectation": 53,
"male_life_expectation": 51.1
},
{
"country": "C™te d'Ivoire",
"year": 2011,
"avg_life_expectation": 51.7,
"female_life_expectation": 52.8,
"male_life_expectation": 50.7
},
{
"country": "C™te d'Ivoire",
"year": 2010,
"avg_life_expectation": 51.5,
"female_life_expectation": 52.8,
"male_life_expectation": 50.3
},
{
"country": "C™te d'Ivoire",
"year": 2009,
"avg_life_expectation": 51,
"female_life_expectation": 52.3,
"male_life_expectation": 49.8
},
{
"country": "C™te d'Ivoire",
"year": 2008,
"avg_life_expectation": 50.4,
"female_life_expectation": 51.8,
"male_life_expectation": 49.2
},
{
"country": "C™te d'Ivoire",
"year": 2007,
"avg_life_expectation": 49.9,
"female_life_expectation": 51.3,
"male_life_expectation": 48.8
},
{
"country": "C™te d'Ivoire",
"year": 2006,
"avg_life_expectation": 49.4,
"female_life_expectation": 50.7,
"male_life_expectation": 48.3
},
{
"country": "C™te d'Ivoire",
"year": 2005,
"avg_life_expectation": 48.7,
"female_life_expectation": 49.8,
"male_life_expectation": 47.7
},
{
"country": "C™te d'Ivoire",
"year": 2004,
"avg_life_expectation": 48.2,
"female_life_expectation": 49.3,
"male_life_expectation": 47.3
},
{
"country": "C™te d'Ivoire",
"year": 2003,
"avg_life_expectation": 48,
"female_life_expectation": 49.1,
"male_life_expectation": 47
},
{
"country": "C™te d'Ivoire",
"year": 2002,
"avg_life_expectation": 47.7,
"female_life_expectation": 48.9,
"male_life_expectation": 46.7
},
{
"country": "C™te d'Ivoire",
"year": 2001,
"avg_life_expectation": 47.8,
"female_life_expectation": 48.9,
"male_life_expectation": 46.9
},
{
"country": "C™te d'Ivoire",
"year": 2000,
"avg_life_expectation": 47.9,
"female_life_expectation": 49,
"male_life_expectation": 47
},
{
"country": "Cabo Verde",
"year": 2015,
"avg_life_expectation": 73.3,
"female_life_expectation": 75,
"male_life_expectation": 71.3
},
{
"country": "Cabo Verde",
"year": 2014,
"avg_life_expectation": 73,
"female_life_expectation": 74.7,
"male_life_expectation": 71
},
{
"country": "Cabo Verde",
"year": 2013,
"avg_life_expectation": 72.8,
"female_life_expectation": 74.5,
"male_life_expectation": 70.8
},
{
"country": "Cabo Verde",
"year": 2012,
"avg_life_expectation": 72.7,
"female_life_expectation": 74.3,
"male_life_expectation": 70.7
},
{
"country": "Cabo Verde",
"year": 2011,
"avg_life_expectation": 72.6,
"female_life_expectation": 74.2,
"male_life_expectation": 70.6
},
{
"country": "Cabo Verde",
"year": 2010,
"avg_life_expectation": 72.5,
"female_life_expectation": 74.2,
"male_life_expectation": 70.6
},
{
"country": "Cabo Verde",
"year": 2009,
"avg_life_expectation": 72.4,
"female_life_expectation": 74.1,
"male_life_expectation": 70.5
},
{
"country": "Cabo Verde",
"year": 2008,
"avg_life_expectation": 72.4,
"female_life_expectation": 74,
"male_life_expectation": 70.5
},
{
"country": "Cabo Verde",
"year": 2007,
"avg_life_expectation": 72.3,
"female_life_expectation": 73.9,
"male_life_expectation": 70.4
},
{
"country": "Cabo Verde",
"year": 2006,
"avg_life_expectation": 72.1,
"female_life_expectation": 73.7,
"male_life_expectation": 70.2
},
{
"country": "Cabo Verde",
"year": 2005,
"avg_life_expectation": 71.8,
"female_life_expectation": 73.4,
"male_life_expectation": 70
},
{
"country": "Cabo Verde",
"year": 2004,
"avg_life_expectation": 71.4,
"female_life_expectation": 73,
"male_life_expectation": 69.6
},
{
"country": "Cabo Verde",
"year": 2003,
"avg_life_expectation": 71.1,
"female_life_expectation": 72.6,
"male_life_expectation": 69.3
},
{
"country": "Cabo Verde",
"year": 2002,
"avg_life_expectation": 70.7,
"female_life_expectation": 72.2,
"male_life_expectation": 69
},
{
"country": "Cabo Verde",
"year": 2001,
"avg_life_expectation": 70.3,
"female_life_expectation": 71.8,
"male_life_expectation": 68.6
},
{
"country": "Cabo Verde",
"year": 2000,
"avg_life_expectation": 69.9,
"female_life_expectation": 71.4,
"male_life_expectation": 68.2
},
{
"country": "Cambodia",
"year": 2015,
"avg_life_expectation": 68.7,
"female_life_expectation": 70.7,
"male_life_expectation": 66.6
},
{
"country": "Cambodia",
"year": 2014,
"avg_life_expectation": 68.3,
"female_life_expectation": 70.2,
"male_life_expectation": 66.1
},
{
"country": "Cambodia",
"year": 2013,
"avg_life_expectation": 67.8,
"female_life_expectation": 69.7,
"male_life_expectation": 65.7
},
{
"country": "Cambodia",
"year": 2012,
"avg_life_expectation": 67.4,
"female_life_expectation": 69.3,
"male_life_expectation": 65.3
},
{
"country": "Cambodia",
"year": 2011,
"avg_life_expectation": 67,
"female_life_expectation": 68.9,
"male_life_expectation": 64.8
},
{
"country": "Cambodia",
"year": 2010,
"avg_life_expectation": 66.6,
"female_life_expectation": 68.6,
"male_life_expectation": 64.3
},
{
"country": "Cambodia",
"year": 2009,
"avg_life_expectation": 66.1,
"female_life_expectation": 68.2,
"male_life_expectation": 63.8
},
{
"country": "Cambodia",
"year": 2008,
"avg_life_expectation": 65.6,
"female_life_expectation": 67.8,
"male_life_expectation": 63.2
},
{
"country": "Cambodia",
"year": 2007,
"avg_life_expectation": 65,
"female_life_expectation": 67.3,
"male_life_expectation": 62.6
},
{
"country": "Cambodia",
"year": 2006,
"avg_life_expectation": 64.1,
"female_life_expectation": 66.4,
"male_life_expectation": 61.6
},
{
"country": "Cambodia",
"year": 2005,
"avg_life_expectation": 62.9,
"female_life_expectation": 65.2,
"male_life_expectation": 60.3
},
{
"country": "Cambodia",
"year": 2004,
"avg_life_expectation": 61.5,
"female_life_expectation": 64,
"male_life_expectation": 58.9
},
{
"country": "Cambodia",
"year": 2003,
"avg_life_expectation": 60.3,
"female_life_expectation": 62.7,
"male_life_expectation": 57.7
},
{
"country": "Cambodia",
"year": 2002,
"avg_life_expectation": 59.3,
"female_life_expectation": 61.8,
"male_life_expectation": 56.8
},
{
"country": "Cambodia",
"year": 2001,
"avg_life_expectation": 58.5,
"female_life_expectation": 60.8,
"male_life_expectation": 56
},
{
"country": "Cambodia",
"year": 2000,
"avg_life_expectation": 57.7,
"female_life_expectation": 59.9,
"male_life_expectation": 55.3
},
{
"country": "Cameroon",
"year": 2015,
"avg_life_expectation": 57.3,
"female_life_expectation": 58.6,
"male_life_expectation": 55.9
},
{
"country": "Cameroon",
"year": 2014,
"avg_life_expectation": 56.7,
"female_life_expectation": 58.3,
"male_life_expectation": 55
},
{
"country": "Cameroon",
"year": 2013,
"avg_life_expectation": 56.4,
"female_life_expectation": 58.1,
"male_life_expectation": 54.8
},
{
"country": "Cameroon",
"year": 2012,
"avg_life_expectation": 55.9,
"female_life_expectation": 57.2,
"male_life_expectation": 54.8
},
{
"country": "Cameroon",
"year": 2011,
"avg_life_expectation": 55.6,
"female_life_expectation": 56.7,
"male_life_expectation": 54.4
},
{
"country": "Cameroon",
"year": 2010,
"avg_life_expectation": 55.3,
"female_life_expectation": 56.4,
"male_life_expectation": 54.1
},
{
"country": "Cameroon",
"year": 2009,
"avg_life_expectation": 54.8,
"female_life_expectation": 56,
"male_life_expectation": 53.7
},
{
"country": "Cameroon",
"year": 2008,
"avg_life_expectation": 54.2,
"female_life_expectation": 55.3,
"male_life_expectation": 53.1
},
{
"country": "Cameroon",
"year": 2007,
"avg_life_expectation": 53.6,
"female_life_expectation": 54.6,
"male_life_expectation": 52.5
},
{
"country": "Cameroon",
"year": 2006,
"avg_life_expectation": 53.3,
"female_life_expectation": 54.4,
"male_life_expectation": 52.2
},
{
"country": "Cameroon",
"year": 2005,
"avg_life_expectation": 52.8,
"female_life_expectation": 53.9,
"male_life_expectation": 51.8
},
{
"country": "Cameroon",
"year": 2004,
"avg_life_expectation": 52.1,
"female_life_expectation": 53.1,
"male_life_expectation": 51.1
},
{
"country": "Cameroon",
"year": 2003,
"avg_life_expectation": 51.8,
"female_life_expectation": 52.8,
"male_life_expectation": 50.8
},
{
"country": "Cameroon",
"year": 2002,
"avg_life_expectation": 51.6,
"female_life_expectation": 52.7,
"male_life_expectation": 50.6
},
{
"country": "Cameroon",
"year": 2001,
"avg_life_expectation": 51.5,
"female_life_expectation": 52.6,
"male_life_expectation": 50.3
},
{
"country": "Cameroon",
"year": 2000,
"avg_life_expectation": 51.4,
"female_life_expectation": 52.6,
"male_life_expectation": 50.2
},
{
"country": "Canada",
"year": 2015,
"avg_life_expectation": 82.2,
"female_life_expectation": 84.1,
"male_life_expectation": 80.2
},
{
"country": "Canada",
"year": 2014,
"avg_life_expectation": 82,
"female_life_expectation": 84,
"male_life_expectation": 80
},
{
"country": "Canada",
"year": 2013,
"avg_life_expectation": 81.8,
"female_life_expectation": 83.8,
"male_life_expectation": 79.7
},
{
"country": "Canada",
"year": 2012,
"avg_life_expectation": 81.6,
"female_life_expectation": 83.7,
"male_life_expectation": 79.5
},
{
"country": "Canada",
"year": 2011,
"avg_life_expectation": 81.5,
"female_life_expectation": 83.5,
"male_life_expectation": 79.4
},
{
"country": "Canada",
"year": 2010,
"avg_life_expectation": 81.2,
"female_life_expectation": 83.4,
"male_life_expectation": 79
},
{
"country": "Canada",
"year": 2009,
"avg_life_expectation": 81,
"female_life_expectation": 83.2,
"male_life_expectation": 78.7
},
{
"country": "Canada",
"year": 2008,
"avg_life_expectation": 80.7,
"female_life_expectation": 82.9,
"male_life_expectation": 78.4
},
{
"country": "Canada",
"year": 2007,
"avg_life_expectation": 80.5,
"female_life_expectation": 82.8,
"male_life_expectation": 78.1
},
{
"country": "Canada",
"year": 2006,
"avg_life_expectation": 80.5,
"female_life_expectation": 82.8,
"male_life_expectation": 78.1
},
{
"country": "Canada",
"year": 2005,
"avg_life_expectation": 80.1,
"female_life_expectation": 82.4,
"male_life_expectation": 77.7
},
{
"country": "Canada",
"year": 2004,
"avg_life_expectation": 80,
"female_life_expectation": 82.4,
"male_life_expectation": 77.5
},
{
"country": "Canada",
"year": 2003,
"avg_life_expectation": 79.7,
"female_life_expectation": 82.2,
"male_life_expectation": 77.2
},
{
"country": "Canada",
"year": 2002,
"avg_life_expectation": 79.5,
"female_life_expectation": 82,
"male_life_expectation": 77
},
{
"country": "Canada",
"year": 2001,
"avg_life_expectation": 79.4,
"female_life_expectation": 81.9,
"male_life_expectation": 76.8
},
{
"country": "Canada",
"year": 2000,
"avg_life_expectation": 79.1,
"female_life_expectation": 81.7,
"male_life_expectation": 76.4
},
{
"country": "Central African Republic",
"year": 2015,
"avg_life_expectation": 52.5,
"female_life_expectation": 54.1,
"male_life_expectation": 50.9
},
{
"country": "Central African Republic",
"year": 2014,
"avg_life_expectation": 50.8,
"female_life_expectation": 52.5,
"male_life_expectation": 49.1
},
{
"country": "Central African Republic",
"year": 2013,
"avg_life_expectation": 49.9,
"female_life_expectation": 51.8,
"male_life_expectation": 48.1
},
{
"country": "Central African Republic",
"year": 2012,
"avg_life_expectation": 50.3,
"female_life_expectation": 51.6,
"male_life_expectation": 49
},
{
"country": "Central African Republic",
"year": 2011,
"avg_life_expectation": 49.8,
"female_life_expectation": 51,
"male_life_expectation": 48.4
},
{
"country": "Central African Republic",
"year": 2010,
"avg_life_expectation": 49.2,
"female_life_expectation": 50.5,
"male_life_expectation": 47.9
},
{
"country": "Central African Republic",
"year": 2009,
"avg_life_expectation": 48.6,
"female_life_expectation": 49.9,
"male_life_expectation": 47.2
},
{
"country": "Central African Republic",
"year": 2008,
"avg_life_expectation": 47.6,
"female_life_expectation": 48.8,
"male_life_expectation": 46.4
},
{
"country": "Central African Republic",
"year": 2007,
"avg_life_expectation": 46.8,
"female_life_expectation": 47.9,
"male_life_expectation": 45.7
},
{
"country": "Central African Republic",
"year": 2006,
"avg_life_expectation": 46.3,
"female_life_expectation": 47.3,
"male_life_expectation": 45.2
},
{
"country": "Central African Republic",
"year": 2005,
"avg_life_expectation": 45.9,
"female_life_expectation": 46.8,
"male_life_expectation": 45
},
{
"country": "Central African Republic",
"year": 2004,
"avg_life_expectation": 45.7,
"female_life_expectation": 46.7,
"male_life_expectation": 44.8
},
{
"country": "Central African Republic",
"year": 2003,
"avg_life_expectation": 45.7,
"female_life_expectation": 46.6,
"male_life_expectation": 44.7
},
{
"country": "Central African Republic",
"year": 2002,
"avg_life_expectation": 45.6,
"female_life_expectation": 46.6,
"male_life_expectation": 44.5
},
{
"country": "Central African Republic",
"year": 2001,
"avg_life_expectation": 45.6,
"female_life_expectation": 46.7,
"male_life_expectation": 44.4
},
{
"country": "Central African Republic",
"year": 2000,
"avg_life_expectation": 46,
"female_life_expectation": 47.1,
"male_life_expectation": 44.9
},
{
"country": "Chad",
"year": 2015,
"avg_life_expectation": 53.1,
"female_life_expectation": 54.5,
"male_life_expectation": 51.7
},
{
"country": "Chad",
"year": 2014,
"avg_life_expectation": 52.6,
"female_life_expectation": 54,
"male_life_expectation": 51.3
},
{
"country": "Chad",
"year": 2013,
"avg_life_expectation": 52.2,
"female_life_expectation": 53.6,
"male_life_expectation": 50.8
},
{
"country": "Chad",
"year": 2012,
"avg_life_expectation": 51.8,
"female_life_expectation": 53.2,
"male_life_expectation": 50.5
},
{
"country": "Chad",
"year": 2011,
"avg_life_expectation": 51.6,
"female_life_expectation": 52.9,
"male_life_expectation": 50.3
},
{
"country": "Chad",
"year": 2010,
"avg_life_expectation": 51.2,
"female_life_expectation": 52.5,
"male_life_expectation": 50
},
{
"country": "Chad",
"year": 2009,
"avg_life_expectation": 50.7,
"female_life_expectation": 51.9,
"male_life_expectation": 49.6
},
{
"country": "Chad",
"year": 2008,
"avg_life_expectation": 49.6,
"female_life_expectation": 50.8,
"male_life_expectation": 48.5
},
{
"country": "Chad",
"year": 2007,
"avg_life_expectation": 49.4,
"female_life_expectation": 50.5,
"male_life_expectation": 48.4
},
{
"country": "Chad",
"year": 2006,
"avg_life_expectation": 48.5,
"female_life_expectation": 49.8,
"male_life_expectation": 47.2
},
{
"country": "Chad",
"year": 2005,
"avg_life_expectation": 48.6,
"female_life_expectation": 49.7,
"male_life_expectation": 47.6
},
{
"country": "Chad",
"year": 2004,
"avg_life_expectation": 48.5,
"female_life_expectation": 49.6,
"male_life_expectation": 47.4
},
{
"country": "Chad",
"year": 2003,
"avg_life_expectation": 48.4,
"female_life_expectation": 49.5,
"male_life_expectation": 47.2
},
{
"country": "Chad",
"year": 2002,
"avg_life_expectation": 48.1,
"female_life_expectation": 49.4,
"male_life_expectation": 46.9
},
{
"country": "Chad",
"year": 2001,
"avg_life_expectation": 48,
"female_life_expectation": 49.3,
"male_life_expectation": 46.8
},
{
"country": "Chad",
"year": 2000,
"avg_life_expectation": 47.6,
"female_life_expectation": 49.1,
"male_life_expectation": 46.2
},
{
"country": "Chile",
"year": 2015,
"avg_life_expectation": 80.5,
"female_life_expectation": 83.4,
"male_life_expectation": 77.4
},
{
"country": "Chile",
"year": 2014,
"avg_life_expectation": 80.3,
"female_life_expectation": 83.2,
"male_life_expectation": 77.2
},
{
"country": "Chile",
"year": 2013,
"avg_life_expectation": 80.1,
"female_life_expectation": 83.1,
"male_life_expectation": 77
},
{
"country": "Chile",
"year": 2012,
"avg_life_expectation": 79.9,
"female_life_expectation": 82.7,
"male_life_expectation": 76.9
},
{
"country": "Chile",
"year": 2011,
"avg_life_expectation": 79.8,
"female_life_expectation": 82.8,
"male_life_expectation": 76.7
},
{
"country": "Chile",
"year": 2010,
"avg_life_expectation": 79.1,
"female_life_expectation": 82.1,
"male_life_expectation": 75.9
},
{
"country": "Chile",
"year": 2009,
"avg_life_expectation": 79.3,
"female_life_expectation": 82.5,
"male_life_expectation": 76.1
},
{
"country": "Chile",
"year": 2008,
"avg_life_expectation": 79.6,
"female_life_expectation": 82.6,
"male_life_expectation": 76.4
},
{
"country": "Chile",
"year": 2007,
"avg_life_expectation": 78.9,
"female_life_expectation": 81.8,
"male_life_expectation": 75.8
},
{
"country": "Chile",
"year": 2006,
"avg_life_expectation": 78.9,
"female_life_expectation": 81.9,
"male_life_expectation": 75.8
},
{
"country": "Chile",
"year": 2005,
"avg_life_expectation": 78.4,
"female_life_expectation": 81.5,
"male_life_expectation": 75.3
},
{
"country": "Chile",
"year": 2004,
"avg_life_expectation": 78,
"female_life_expectation": 81.1,
"male_life_expectation": 74.9
},
{
"country": "Chile",
"year": 2003,
"avg_life_expectation": 77.9,
"female_life_expectation": 81,
"male_life_expectation": 74.7
},
{
"country": "Chile",
"year": 2002,
"avg_life_expectation": 77.8,
"female_life_expectation": 81,
"male_life_expectation": 74.6
},
{
"country": "Chile",
"year": 2001,
"avg_life_expectation": 77.3,
"female_life_expectation": 80.4,
"male_life_expectation": 74.1
},
{
"country": "Chile",
"year": 2000,
"avg_life_expectation": 77.3,
"female_life_expectation": 80.4,
"male_life_expectation": 74.2
},
{
"country": "China",
"year": 2015,
"avg_life_expectation": 76.1,
"female_life_expectation": 77.6,
"male_life_expectation": 74.6
},
{
"country": "China",
"year": 2014,
"avg_life_expectation": 75.8,
"female_life_expectation": 77.4,
"male_life_expectation": 74.4
},
{
"country": "China",
"year": 2013,
"avg_life_expectation": 75.6,
"female_life_expectation": 77.2,
"male_life_expectation": 74.1
},
{
"country": "China",
"year": 2012,
"avg_life_expectation": 75.4,
"female_life_expectation": 77,
"male_life_expectation": 73.9
},
{
"country": "China",
"year": 2011,
"avg_life_expectation": 75.2,
"female_life_expectation": 76.8,
"male_life_expectation": 73.7
},
{
"country": "China",
"year": 2010,
"avg_life_expectation": 75,
"female_life_expectation": 76.7,
"male_life_expectation": 73.5
},
{
"country": "China",
"year": 2009,
"avg_life_expectation": 74.9,
"female_life_expectation": 76.5,
"male_life_expectation": 73.3
},
{
"country": "China",
"year": 2008,
"avg_life_expectation": 74.5,
"female_life_expectation": 76.1,
"male_life_expectation": 72.9
},
{
"country": "China",
"year": 2007,
"avg_life_expectation": 74.4,
"female_life_expectation": 76.1,
"male_life_expectation": 72.9
},
{
"country": "China",
"year": 2006,
"avg_life_expectation": 74.2,
"female_life_expectation": 75.8,
"male_life_expectation": 72.7
},
{
"country": "China",
"year": 2005,
"avg_life_expectation": 73.9,
"female_life_expectation": 75.5,
"male_life_expectation": 72.4
},
{
"country": "China",
"year": 2004,
"avg_life_expectation": 73.5,
"female_life_expectation": 75.1,
"male_life_expectation": 72.1
},
{
"country": "China",
"year": 2003,
"avg_life_expectation": 73.1,
"female_life_expectation": 74.7,
"male_life_expectation": 71.7
},
{
"country": "China",
"year": 2002,
"avg_life_expectation": 72.7,
"female_life_expectation": 74.3,
"male_life_expectation": 71.3
},
{
"country": "China",
"year": 2001,
"avg_life_expectation": 72.2,
"female_life_expectation": 73.9,
"male_life_expectation": 70.7
},
{
"country": "China",
"year": 2000,
"avg_life_expectation": 71.7,
"female_life_expectation": 73.5,
"male_life_expectation": 70.1
},
{
"country": "Colombia",
"year": 2015,
"avg_life_expectation": 74.8,
"female_life_expectation": 78.4,
"male_life_expectation": 71.2
},
{
"country": "Colombia",
"year": 2014,
"avg_life_expectation": 74.6,
"female_life_expectation": 78.2,
"male_life_expectation": 71
},
{
"country": "Colombia",
"year": 2013,
"avg_life_expectation": 74.4,
"female_life_expectation": 78,
"male_life_expectation": 70.9
},
{
"country": "Colombia",
"year": 2012,
"avg_life_expectation": 74.3,
"female_life_expectation": 77.8,
"male_life_expectation": 70.9
},
{
"country": "Colombia",
"year": 2011,
"avg_life_expectation": 74.2,
"female_life_expectation": 77.7,
"male_life_expectation": 70.7
},
{
"country": "Colombia",
"year": 2010,
"avg_life_expectation": 73.6,
"female_life_expectation": 77.2,
"male_life_expectation": 70
},
{
"country": "Colombia",
"year": 2009,
"avg_life_expectation": 73.6,
"female_life_expectation": 77.4,
"male_life_expectation": 69.9
},
{
"country": "Colombia",
"year": 2008,
"avg_life_expectation": 73.5,
"female_life_expectation": 77,
"male_life_expectation": 70
},
{
"country": "Colombia",
"year": 2007,
"avg_life_expectation": 73.5,
"female_life_expectation": 77,
"male_life_expectation": 70
},
{
"country": "Colombia",
"year": 2006,
"avg_life_expectation": 73.1,
"female_life_expectation": 76.6,
"male_life_expectation": 69.7
},
{
"country": "Colombia",
"year": 2005,
"avg_life_expectation": 73.1,
"female_life_expectation": 76.4,
"male_life_expectation": 69.8
},
{
"country": "Colombia",
"year": 2004,
"avg_life_expectation": 72.8,
"female_life_expectation": 76.2,
"male_life_expectation": 69.4
},
{
"country": "Colombia",
"year": 2003,
"avg_life_expectation": 72.4,
"female_life_expectation": 75.8,
"male_life_expectation": 69.1
},
{
"country": "Colombia",
"year": 2002,
"avg_life_expectation": 71.8,
"female_life_expectation": 75.7,
"male_life_expectation": 68
},
{
"country": "Colombia",
"year": 2001,
"avg_life_expectation": 71.5,
"female_life_expectation": 75.4,
"male_life_expectation": 67.7
},
{
"country": "Colombia",
"year": 2000,
"avg_life_expectation": 71.4,
"female_life_expectation": 75.3,
"male_life_expectation": 67.5
},
{
"country": "Comoros",
"year": 2015,
"avg_life_expectation": 63.5,
"female_life_expectation": 65.2,
"male_life_expectation": 61.9
},
{
"country": "Comoros",
"year": 2014,
"avg_life_expectation": 63.2,
"female_life_expectation": 64.9,
"male_life_expectation": 61.6
},
{
"country": "Comoros",
"year": 2013,
"avg_life_expectation": 62.9,
"female_life_expectation": 64.6,
"male_life_expectation": 61.3
},
{
"country": "Comoros",
"year": 2012,
"avg_life_expectation": 62.5,
"female_life_expectation": 64.2,
"male_life_expectation": 60.9
},
{
"country": "Comoros",
"year": 2011,
"avg_life_expectation": 62.2,
"female_life_expectation": 63.8,
"male_life_expectation": 60.6
},
{
"country": "Comoros",
"year": 2010,
"avg_life_expectation": 61.8,
"female_life_expectation": 63.4,
"male_life_expectation": 60.2
},
{
"country": "Comoros",
"year": 2009,
"avg_life_expectation": 61.3,
"female_life_expectation": 63,
"male_life_expectation": 59.8
},
{
"country": "Comoros",
"year": 2008,
"avg_life_expectation": 61,
"female_life_expectation": 62.6,
"male_life_expectation": 59.4
},
{
"country": "Comoros",
"year": 2007,
"avg_life_expectation": 60.6,
"female_life_expectation": 62.3,
"male_life_expectation": 59
},
{
"country": "Comoros",
"year": 2006,
"avg_life_expectation": 60.3,
"female_life_expectation": 61.9,
"male_life_expectation": 58.7
},
{
"country": "Comoros",
"year": 2005,
"avg_life_expectation": 60,
"female_life_expectation": 61.6,
"male_life_expectation": 58.4
},
{
"country": "Comoros",
"year": 2004,
"avg_life_expectation": 59.8,
"female_life_expectation": 61.4,
"male_life_expectation": 58.2
},
{
"country": "Comoros",
"year": 2003,
"avg_life_expectation": 59.6,
"female_life_expectation": 61.2,
"male_life_expectation": 58
},
{
"country": "Comoros",
"year": 2002,
"avg_life_expectation": 59.5,
"female_life_expectation": 61.2,
"male_life_expectation": 57.9
},
{
"country": "Comoros",
"year": 2001,
"avg_life_expectation": 59.5,
"female_life_expectation": 61.1,
"male_life_expectation": 57.9
},
{
"country": "Comoros",
"year": 2000,
"avg_life_expectation": 59.5,
"female_life_expectation": 61.1,
"male_life_expectation": 57.9
},
{
"country": "Congo",
"year": 2015,
"avg_life_expectation": 64.7,
"female_life_expectation": 66.3,
"male_life_expectation": 63.2
},
{
"country": "Congo",
"year": 2014,
"avg_life_expectation": 64.2,
"female_life_expectation": 65.6,
"male_life_expectation": 62.7
},
{
"country": "Congo",
"year": 2013,
"avg_life_expectation": 63.9,
"female_life_expectation": 65.4,
"male_life_expectation": 62.5
},
{
"country": "Congo",
"year": 2012,
"avg_life_expectation": 63.7,
"female_life_expectation": 65.2,
"male_life_expectation": 62.2
},
{
"country": "Congo",
"year": 2011,
"avg_life_expectation": 62.9,
"female_life_expectation": 64.2,
"male_life_expectation": 61.6
},
{
"country": "Congo",
"year": 2010,
"avg_life_expectation": 62,
"female_life_expectation": 63.2,
"male_life_expectation": 60.7
},
{
"country": "Congo",
"year": 2009,
"avg_life_expectation": 60.8,
"female_life_expectation": 62.1,
"male_life_expectation": 59.6
},
{
"country": "Congo",
"year": 2008,
"avg_life_expectation": 59.4,
"female_life_expectation": 60.6,
"male_life_expectation": 58.2
},
{
"country": "Congo",
"year": 2007,
"avg_life_expectation": 58.2,
"female_life_expectation": 59.3,
"male_life_expectation": 57
},
{
"country": "Congo",
"year": 2006,
"avg_life_expectation": 56.9,
"female_life_expectation": 58.1,
"male_life_expectation": 55.8
},
{
"country": "Congo",
"year": 2005,
"avg_life_expectation": 55.3,
"female_life_expectation": 56.4,
"male_life_expectation": 54.2
},
{
"country": "Congo",
"year": 2004,
"avg_life_expectation": 54.1,
"female_life_expectation": 55.2,
"male_life_expectation": 53.1
},
{
"country": "Congo",
"year": 2003,
"avg_life_expectation": 53.2,
"female_life_expectation": 54.3,
"male_life_expectation": 52.2
},
{
"country": "Congo",
"year": 2002,
"avg_life_expectation": 52.6,
"female_life_expectation": 53.7,
"male_life_expectation": 51.4
},
{
"country": "Congo",
"year": 2001,
"avg_life_expectation": 52.7,
"female_life_expectation": 53.8,
"male_life_expectation": 51.7
},
{
"country": "Congo",
"year": 2000,
"avg_life_expectation": 52.9,
"female_life_expectation": 54,
"male_life_expectation": 51.9
},
{
"country": "Cook Islands",
"year": 2013,
"avg_life_expectation": "",
"female_life_expectation": "",
"male_life_expectation": ""
},
{
"country": "Costa Rica",
"year": 2015,
"avg_life_expectation": 79.6,
"female_life_expectation": 82.2,
"male_life_expectation": 77.1
},
{
"country": "Costa Rica",
"year": 2014,
"avg_life_expectation": 79.5,
"female_life_expectation": 82,
"male_life_expectation": 77
},
{
"country": "Costa Rica",
"year": 2013,
"avg_life_expectation": 79.4,
"female_life_expectation": 82,
"male_life_expectation": 76.9
},
{
"country": "Costa Rica",
"year": 2012,
"avg_life_expectation": 79.2,
"female_life_expectation": 81.7,
"male_life_expectation": 76.8
},
{
"country": "Costa Rica",
"year": 2011,
"avg_life_expectation": 79,
"female_life_expectation": 81.4,
"male_life_expectation": 76.6
},
{
"country": "Costa Rica",
"year": 2010,
"avg_life_expectation": 78.1,
"female_life_expectation": 80.7,
"male_life_expectation": 75.6
},
{
"country": "Costa Rica",
"year": 2009,
"avg_life_expectation": 79.2,
"female_life_expectation": 81.5,
"male_life_expectation": 76.8
},
{
"country": "Costa Rica",
"year": 2008,
"avg_life_expectation": 78.9,
"female_life_expectation": 81.3,
"male_life_expectation": 76.6
},
{
"country": "Costa Rica",
"year": 2007,
"avg_life_expectation": 78.9,
"female_life_expectation": 81.3,
"male_life_expectation": 76.6
},
{
"country": "Costa Rica",
"year": 2006,
"avg_life_expectation": 78,
"female_life_expectation": 80.6,
"male_life_expectation": 75.5
},
{
"country": "Costa Rica",
"year": 2005,
"avg_life_expectation": 78.6,
"female_life_expectation": 80.8,
"male_life_expectation": 76.3
},
{
"country": "Costa Rica",
"year": 2004,
"avg_life_expectation": 77.7,
"female_life_expectation": 80.1,
"male_life_expectation": 75.4
},
{
"country": "Costa Rica",
"year": 2003,
"avg_life_expectation": 78,
"female_life_expectation": 80.3,
"male_life_expectation": 75.8
},
{
"country": "Costa Rica",
"year": 2002,
"avg_life_expectation": 78.3,
"female_life_expectation": 80.8,
"male_life_expectation": 75.9
},
{
"country": "Costa Rica",
"year": 2001,
"avg_life_expectation": 77.5,
"female_life_expectation": 79.8,
"male_life_expectation": 75.3
},
{
"country": "Costa Rica",
"year": 2000,
"avg_life_expectation": 77.6,
"female_life_expectation": 80,
"male_life_expectation": 75.3
},
{
"country": "Croatia",
"year": 2015,
"avg_life_expectation": 78,
"female_life_expectation": 81.2,
"male_life_expectation": 74.7
},
{
"country": "Croatia",
"year": 2014,
"avg_life_expectation": 77.8,
"female_life_expectation": 81,
"male_life_expectation": 74.4
},
{
"country": "Croatia",
"year": 2013,
"avg_life_expectation": 77.7,
"female_life_expectation": 80.9,
"male_life_expectation": 74.3
},
{
"country": "Croatia",
"year": 2012,
"avg_life_expectation": 77.1,
"female_life_expectation": 80.5,
"male_life_expectation": 73.7
},
{
"country": "Croatia",
"year": 2011,
"avg_life_expectation": 77,
"female_life_expectation": 80.2,
"male_life_expectation": 73.7
},
{
"country": "Croatia",
"year": 2010,
"avg_life_expectation": 76.6,
"female_life_expectation": 79.8,
"male_life_expectation": 73.3
},
{
"country": "Croatia",
"year": 2009,
"avg_life_expectation": 76.3,
"female_life_expectation": 79.6,
"male_life_expectation": 72.8
},
{
"country": "Croatia",
"year": 2008,
"avg_life_expectation": 76,
"female_life_expectation": 79.5,
"male_life_expectation": 72.4
},
{
"country": "Croatia",
"year": 2007,
"avg_life_expectation": 75.8,
"female_life_expectation": 79.3,
"male_life_expectation": 72.3
},
{
"country": "Croatia",
"year": 2006,
"avg_life_expectation": 75.9,
"female_life_expectation": 79.3,
"male_life_expectation": 72.4
},
{
"country": "Croatia",
"year": 2005,
"avg_life_expectation": 75.2,
"female_life_expectation": 78.8,
"male_life_expectation": 71.6
},
{
"country": "Croatia",
"year": 2004,
"avg_life_expectation": 75.4,
"female_life_expectation": 78.9,
"male_life_expectation": 71.8
},
{
"country": "Croatia",
"year": 2003,
"avg_life_expectation": 74.7,
"female_life_expectation": 78.2,
"male_life_expectation": 71.1
},
{
"country": "Croatia",
"year": 2002,
"avg_life_expectation": 74.8,
"female_life_expectation": 78.4,
"male_life_expectation": 71.2
},
{
"country": "Croatia",
"year": 2001,
"avg_life_expectation": 74.9,
"female_life_expectation": 78.3,
"male_life_expectation": 71.3
},
{
"country": "Croatia",
"year": 2000,
"avg_life_expectation": 74.7,
"female_life_expectation": 78.2,
"male_life_expectation": 71.1
},
{
"country": "Cuba",
"year": 2015,
"avg_life_expectation": 79.1,
"female_life_expectation": 81.4,
"male_life_expectation": 76.9
},
{
"country": "Cuba",
"year": 2014,
"avg_life_expectation": 79,
"female_life_expectation": 81.2,
"male_life_expectation": 76.8
},
{
"country": "Cuba",
"year": 2013,
"avg_life_expectation": 78.7,
"female_life_expectation": 81,
"male_life_expectation": 76.5
},
{
"country": "Cuba",
"year": 2012,
"avg_life_expectation": 78.7,
"female_life_expectation": 81.1,
"male_life_expectation": 76.5
},
{
"country": "Cuba",
"year": 2011,
"avg_life_expectation": 78.8,
"female_life_expectation": 80.9,
"male_life_expectation": 76.7
},
{
"country": "Cuba",
"year": 2010,
"avg_life_expectation": 78,
"female_life_expectation": 80.2,
"male_life_expectation": 75.9
},
{
"country": "Cuba",
"year": 2009,
"avg_life_expectation": 78.1,
"female_life_expectation": 80.3,
"male_life_expectation": 76.1
},
{
"country": "Cuba",
"year": 2008,
"avg_life_expectation": 77.9,
"female_life_expectation": 80,
"male_life_expectation": 75.9
},
{
"country": "Cuba",
"year": 2007,
"avg_life_expectation": 78.1,
"female_life_expectation": 80.2,
"male_life_expectation": 76
},
{
"country": "Cuba",
"year": 2006,
"avg_life_expectation": 78,
"female_life_expectation": 80.2,
"male_life_expectation": 75.8
},
{
"country": "Cuba",
"year": 2005,
"avg_life_expectation": 77.2,
"female_life_expectation": 79.3,
"male_life_expectation": 75.1
},
{
"country": "Cuba",
"year": 2004,
"avg_life_expectation": 77.3,
"female_life_expectation": 79.4,
"male_life_expectation": 75.4
},
{
"country": "Cuba",
"year": 2003,
"avg_life_expectation": 77.4,
"female_life_expectation": 79.3,
"male_life_expectation": 75.6
},
{
"country": "Cuba",
"year": 2002,
"avg_life_expectation": 77.7,
"female_life_expectation": 79.7,
"male_life_expectation": 75.7
},
{
"country": "Cuba",
"year": 2001,
"avg_life_expectation": 76.7,
"female_life_expectation": 78.6,
"male_life_expectation": 74.9
},
{
"country": "Cuba",
"year": 2000,
"avg_life_expectation": 76.9,
"female_life_expectation": 78.9,
"male_life_expectation": 74.9
},
{
"country": "Cyprus",
"year": 2015,
"avg_life_expectation": 80.5,
"female_life_expectation": 82.7,
"male_life_expectation": 78.3
},
{
"country": "Cyprus",
"year": 2014,
"avg_life_expectation": 80.3,
"female_life_expectation": 82.5,
"male_life_expectation": 78.2
},
{
"country": "Cyprus",
"year": 2013,
"avg_life_expectation": 80.1,
"female_life_expectation": 82.4,
"male_life_expectation": 78
},
{
"country": "Cyprus",
"year": 2012,
"avg_life_expectation": 80,
"female_life_expectation": 82.2,
"male_life_expectation": 77.8
},
{
"country": "Cyprus",
"year": 2011,
"avg_life_expectation": 79.7,
"female_life_expectation": 82,
"male_life_expectation": 77.6
},
{
"country": "Cyprus",
"year": 2010,
"avg_life_expectation": 79.5,
"female_life_expectation": 81.7,
"male_life_expectation": 77.4
},
{
"country": "Cyprus",
"year": 2009,
"avg_life_expectation": 79.3,
"female_life_expectation": 81.4,
"male_life_expectation": 77.2
},
{
"country": "Cyprus",
"year": 2008,
"avg_life_expectation": 79.1,
"female_life_expectation": 81.2,
"male_life_expectation": 77
},
{
"country": "Cyprus",
"year": 2007,
"avg_life_expectation": 78.9,
"female_life_expectation": 81,
"male_life_expectation": 76.9
},
{
"country": "Cyprus",
"year": 2006,
"avg_life_expectation": 78.8,
"female_life_expectation": 80.9,
"male_life_expectation": 76.7
},
{
"country": "Cyprus",
"year": 2005,
"avg_life_expectation": 78.7,
"female_life_expectation": 80.8,
"male_life_expectation": 76.6
},
{
"country": "Cyprus",
"year": 2004,
"avg_life_expectation": 78.6,
"female_life_expectation": 80.7,
"male_life_expectation": 76.5
},
{
"country": "Cyprus",
"year": 2003,
"avg_life_expectation": 78.5,
"female_life_expectation": 80.6,
"male_life_expectation": 76.4
},
{
"country": "Cyprus",
"year": 2002,
"avg_life_expectation": 78.4,
"female_life_expectation": 80.4,
"male_life_expectation": 76.3
},
{
"country": "Cyprus",
"year": 2001,
"avg_life_expectation": 78.2,
"female_life_expectation": 80.3,
"male_life_expectation": 76.2
},
{
"country": "Cyprus",
"year": 2000,
"avg_life_expectation": 78.1,
"female_life_expectation": 80.2,
"male_life_expectation": 76
},
{
"country": "Czech Republic",
"year": 2015,
"avg_life_expectation": 78.8,
"female_life_expectation": 81.7,
"male_life_expectation": 75.9
},
{
"country": "Czech Republic",
"year": 2014,
"avg_life_expectation": 78.6,
"female_life_expectation": 81.5,
"male_life_expectation": 75.6
},
{
"country": "Czech Republic",
"year": 2013,
"avg_life_expectation": 78.2,
"female_life_expectation": 81.2,
"male_life_expectation": 75.2
},
{
"country": "Czech Republic",
"year": 2012,
"avg_life_expectation": 78,
"female_life_expectation": 81,
"male_life_expectation": 75
},
{
"country": "Czech Republic",
"year": 2011,
"avg_life_expectation": 77.8,
"female_life_expectation": 80.8,
"male_life_expectation": 74.7
},
{
"country": "Czech Republic",
"year": 2010,
"avg_life_expectation": 77.5,
"female_life_expectation": 80.5,
"male_life_expectation": 74.3
},
{
"country": "Czech Republic",
"year": 2009,
"avg_life_expectation": 77.1,
"female_life_expectation": 80.2,
"male_life_expectation": 74
},
{
"country": "Czech Republic",
"year": 2008,
"avg_life_expectation": 77,
"female_life_expectation": 80.2,
"male_life_expectation": 73.8
},
{
"country": "Czech Republic",
"year": 2007,
"avg_life_expectation": 76.8,
"female_life_expectation": 79.9,
"male_life_expectation": 73.5
},
{
"country": "Czech Republic",
"year": 2006,
"avg_life_expectation": 76.5,
"female_life_expectation": 79.6,
"male_life_expectation": 73.2
},
{
"country": "Czech Republic",
"year": 2005,
"avg_life_expectation": 75.9,
"female_life_expectation": 79,
"male_life_expectation": 72.6
},
{
"country": "Czech Republic",
"year": 2004,
"avg_life_expectation": 75.8,
"female_life_expectation": 79.1,
"male_life_expectation": 72.4
},
{
"country": "Czech Republic",
"year": 2003,
"avg_life_expectation": 75.2,
"female_life_expectation": 78.5,
"male_life_expectation": 71.9
},
{
"country": "Czech Republic",
"year": 2002,
"avg_life_expectation": 75.3,
"female_life_expectation": 78.6,
"male_life_expectation": 71.9
},
{
"country": "Czech Republic",
"year": 2001,
"avg_life_expectation": 75.1,
"female_life_expectation": 78.3,
"male_life_expectation": 71.8
},
{
"country": "Czech Republic",
"year": 2000,
"avg_life_expectation": 74.7,
"female_life_expectation": 78.1,
"male_life_expectation": 71.2
},
{
"country": "Democratic People's Republic of Korea",
"year": 2015,
"avg_life_expectation": 70.6,
"female_life_expectation": 74,
"male_life_expectation": 67
},
{
"country": "Democratic People's Republic of Korea",
"year": 2014,
"avg_life_expectation": 70.3,
"female_life_expectation": 73.8,
"male_life_expectation": 66.7
},
{
"country": "Democratic People's Republic of Korea",
"year": 2013,
"avg_life_expectation": 70.1,
"female_life_expectation": 73.5,
"male_life_expectation": 66.4
},
{
"country": "Democratic People's Republic of Korea",
"year": 2012,
"avg_life_expectation": 69.8,
"female_life_expectation": 73.2,
"male_life_expectation": 66.1
},
{
"country": "Democratic People's Republic of Korea",
"year": 2011,
"avg_life_expectation": 69.4,
"female_life_expectation": 72.8,
"male_life_expectation": 65.8
},
{
"country": "Democratic People's Republic of Korea",
"year": 2010,
"avg_life_expectation": 69,
"female_life_expectation": 72.4,
"male_life_expectation": 65.4
},
{
"country": "Democratic People's Republic of Korea",
"year": 2009,
"avg_life_expectation": 68.7,
"female_life_expectation": 72.1,
"male_life_expectation": 65.1
},
{
"country": "Democratic People's Republic of Korea",
"year": 2008,
"avg_life_expectation": 68.6,
"female_life_expectation": 71.9,
"male_life_expectation": 64.9
},
{
"country": "Democratic People's Republic of Korea",
"year": 2007,
"avg_life_expectation": 68.5,
"female_life_expectation": 71.8,
"male_life_expectation": 64.8
},
{
"country": "Democratic People's Republic of Korea",
"year": 2006,
"avg_life_expectation": 68.5,
"female_life_expectation": 71.9,
"male_life_expectation": 64.8
},
{
"country": "Democratic People's Republic of Korea",
"year": 2005,
"avg_life_expectation": 68.5,
"female_life_expectation": 71.8,
"male_life_expectation": 64.7
},
{
"country": "Democratic People's Republic of Korea",
"year": 2004,
"avg_life_expectation": 68.4,
"female_life_expectation": 71.7,
"male_life_expectation": 64.6
},
{
"country": "Democratic People's Republic of Korea",
"year": 2003,
"avg_life_expectation": 68.1,
"female_life_expectation": 71.4,
"male_life_expectation": 64.3
},
{
"country": "Democratic People's Republic of Korea",
"year": 2002,
"avg_life_expectation": 67.6,
"female_life_expectation": 71,
"male_life_expectation": 63.8
},
{
"country": "Democratic People's Republic of Korea",
"year": 2001,
"avg_life_expectation": 66.6,
"female_life_expectation": 70.2,
"male_life_expectation": 62.6
},
{
"country": "Democratic People's Republic of Korea",
"year": 2000,
"avg_life_expectation": 65.4,
"female_life_expectation": 69.3,
"male_life_expectation": 61.1
},
{
"country": "Democratic Republic of the Congo",
"year": 2015,
"avg_life_expectation": 59.8,
"female_life_expectation": 61.5,
"male_life_expectation": 58.3
},
{
"country": "Democratic Republic of the Congo",
"year": 2014,
"avg_life_expectation": 59.3,
"female_life_expectation": 60.9,
"male_life_expectation": 57.7
},
{
"country": "Democratic Republic of the Congo",
"year": 2013,
"avg_life_expectation": 58.8,
"female_life_expectation": 60.4,
"male_life_expectation": 57.2
},
{
"country": "Democratic Republic of the Congo",
"year": 2012,
"avg_life_expectation": 58.3,
"female_life_expectation": 59.9,
"male_life_expectation": 56.7
},
{
"country": "Democratic Republic of the Congo",
"year": 2011,
"avg_life_expectation": 57.9,
"female_life_expectation": 59.5,
"male_life_expectation": 56.4
},
{
"country": "Democratic Republic of the Congo",
"year": 2010,
"avg_life_expectation": 57.4,
"female_life_expectation": 59,
"male_life_expectation": 55.9
},
{
"country": "Democratic Republic of the Congo",
"year": 2009,
"avg_life_expectation": 56.7,
"female_life_expectation": 58.3,
"male_life_expectation": 55.2
},
{
"country": "Democratic Republic of the Congo",
"year": 2008,
"avg_life_expectation": 56.3,
"female_life_expectation": 57.9,
"male_life_expectation": 54.7
},
{
"country": "Democratic Republic of the Congo",
"year": 2007,
"avg_life_expectation": 55.7,
"female_life_expectation": 57.3,
"male_life_expectation": 54.1
},
{
"country": "Democratic Republic of the Congo",
"year": 2006,
"avg_life_expectation": 55,
"female_life_expectation": 56.6,
"male_life_expectation": 53.4
},
{
"country": "Democratic Republic of the Congo",
"year": 2005,
"avg_life_expectation": 54.3,
"female_life_expectation": 55.9,
"male_life_expectation": 52.7
},
{
"country": "Democratic Republic of the Congo",
"year": 2004,
"avg_life_expectation": 53.5,
"female_life_expectation": 55.1,
"male_life_expectation": 52
},
{
"country": "Democratic Republic of the Congo",
"year": 2003,
"avg_life_expectation": 52.8,
"female_life_expectation": 54.4,
"male_life_expectation": 51.1
},
{
"country": "Democratic Republic of the Congo",
"year": 2002,
"avg_life_expectation": 52.1,
"female_life_expectation": 53.8,
"male_life_expectation": 50.4
},
{
"country": "Democratic Republic of the Congo",
"year": 2001,
"avg_life_expectation": 51.8,
"female_life_expectation": 53.3,
"male_life_expectation": 50.4
},
{
"country": "Democratic Republic of the Congo",
"year": 2000,
"avg_life_expectation": 51.3,
"female_life_expectation": 52.7,
"male_life_expectation": 49.8
},
{
"country": "Denmark",
"year": 2015,
"avg_life_expectation": 80.6,
"female_life_expectation": 82.5,
"male_life_expectation": 78.6
},
{
"country": "Denmark",
"year": 2014,
"avg_life_expectation": 80.4,
"female_life_expectation": 82.3,
"male_life_expectation": 78.4
},
{
"country": "Denmark",
"year": 2013,
"avg_life_expectation": 80.1,
"female_life_expectation": 82.2,
"male_life_expectation": 78.1
},
{
"country": "Denmark",
"year": 2012,
"avg_life_expectation": 80,
"female_life_expectation": 82,
"male_life_expectation": 77.9
},
{
"country": "Denmark",
"year": 2011,
"avg_life_expectation": 79.7,
"female_life_expectation": 81.8,
"male_life_expectation": 77.6
},
{
"country": "Denmark",
"year": 2010,
"avg_life_expectation": 79.2,
"female_life_expectation": 81.3,
"male_life_expectation": 77.1
},
{
"country": "Denmark",
"year": 2009,
"avg_life_expectation": 78.9,
"female_life_expectation": 81.1,
"male_life_expectation": 76.8
},
{
"country": "Denmark",
"year": 2008,
"avg_life_expectation": 78.8,
"female_life_expectation": 81,
"male_life_expectation": 76.5
},
{
"country": "Denmark",
"year": 2007,
"avg_life_expectation": 78.4,
"female_life_expectation": 80.6,
"male_life_expectation": 76.1
},
{
"country": "Denmark",
"year": 2006,
"avg_life_expectation": 78.1,
"female_life_expectation": 80.5,
"male_life_expectation": 75.8
},
{
"country": "Denmark",
"year": 2005,
"avg_life_expectation": 78.1,
"female_life_expectation": 80.4,
"male_life_expectation": 75.8
},
{
"country": "Denmark",
"year": 2004,
"avg_life_expectation": 77.7,
"female_life_expectation": 80.1,
"male_life_expectation": 75.3
},
{
"country": "Denmark",
"year": 2003,
"avg_life_expectation": 77.3,
"female_life_expectation": 79.7,
"male_life_expectation": 74.9
},
{
"country": "Denmark",
"year": 2002,
"avg_life_expectation": 77,
"female_life_expectation": 79.2,
"male_life_expectation": 74.7
},
{
"country": "Denmark",
"year": 2001,
"avg_life_expectation": 77,
"female_life_expectation": 79.3,
"male_life_expectation": 74.7
},
{
"country": "Denmark",
"year": 2000,
"avg_life_expectation": 76.9,
"female_life_expectation": 79.2,
"male_life_expectation": 74.5
},
{
"country": "Djibouti",
"year": 2015,
"avg_life_expectation": 63.5,
"female_life_expectation": 65.3,
"male_life_expectation": 61.8
},
{
"country": "Djibouti",
"year": 2014,
"avg_life_expectation": 63,
"female_life_expectation": 64.7,
"male_life_expectation": 61.3
},
{
"country": "Djibouti",
"year": 2013,
"avg_life_expectation": 62.7,
"female_life_expectation": 64.4,
"male_life_expectation": 61.1
},
{
"country": "Djibouti",
"year": 2012,
"avg_life_expectation": 62.2,
"female_life_expectation": 63.9,
"male_life_expectation": 60.6
},
{
"country": "Djibouti",
"year": 2011,
"avg_life_expectation": 61.8,
"female_life_expectation": 63.4,
"male_life_expectation": 60.2
},
{
"country": "Djibouti",
"year": 2010,
"avg_life_expectation": 61.3,
"female_life_expectation": 63,
"male_life_expectation": 59.8
},
{
"country": "Djibouti",
"year": 2009,
"avg_life_expectation": 60.9,
"female_life_expectation": 62.5,
"male_life_expectation": 59.3
},
{
"country": "Djibouti",
"year": 2008,
"avg_life_expectation": 60.2,
"female_life_expectation": 61.9,
"male_life_expectation": 58.6
},
{
"country": "Djibouti",
"year": 2007,
"avg_life_expectation": 59.8,
"female_life_expectation": 61.4,
"male_life_expectation": 58.2
},
{
"country": "Djibouti",
"year": 2006,
"avg_life_expectation": 59.1,
"female_life_expectation": 60.7,
"male_life_expectation": 57.6
},
{
"country": "Djibouti",
"year": 2005,
"avg_life_expectation": 58.6,
"female_life_expectation": 60.2,
"male_life_expectation": 57.1
},
{
"country": "Djibouti",
"year": 2004,
"avg_life_expectation": 58.1,
"female_life_expectation": 59.7,
"male_life_expectation": 56.6
},
{
"country": "Djibouti",
"year": 2003,
"avg_life_expectation": 58,
"female_life_expectation": 59.6,
"male_life_expectation": 56.4
},
{
"country": "Djibouti",
"year": 2002,
"avg_life_expectation": 57.9,
"female_life_expectation": 59.6,
"male_life_expectation": 56.3
},
{
"country": "Djibouti",
"year": 2001,
"avg_life_expectation": 57.7,
"female_life_expectation": 59.4,
"male_life_expectation": 56
},
{
"country": "Djibouti",
"year": 2000,
"avg_life_expectation": 57.4,
"female_life_expectation": 59.2,
"male_life_expectation": 55.7
},
{
"country": "Dominica",
"year": 2013,
"avg_life_expectation": "",
"female_life_expectation": "",
"male_life_expectation": ""
},
{
"country": "Dominican Republic",
"year": 2015,
"avg_life_expectation": 73.9,
"female_life_expectation": 77.1,
"male_life_expectation": 70.9
},
{
"country": "Dominican Republic",
"year": 2014,
"avg_life_expectation": 73.6,
"female_life_expectation": 76.8,
"male_life_expectation": 70.7
},
{
"country": "Dominican Republic",
"year": 2013,
"avg_life_expectation": 73.4,
"female_life_expectation": 76.6,
"male_life_expectation": 70.4
},
{
"country": "Dominican Republic",
"year": 2012,
"avg_life_expectation": 72.1,
"female_life_expectation": 75.4,
"male_life_expectation": 69.1
},
{
"country": "Dominican Republic",
"year": 2011,
"avg_life_expectation": 73.1,
"female_life_expectation": 76.2,
"male_life_expectation": 70.2
},
{
"country": "Dominican Republic",
"year": 2010,
"avg_life_expectation": 72.7,
"female_life_expectation": 75.9,
"male_life_expectation": 69.7
},
{
"country": "Dominican Republic",
"year": 2009,
"avg_life_expectation": 73.6,
"female_life_expectation": 76.8,
"male_life_expectation": 70.7
},
{
"country": "Dominican Republic",
"year": 2008,
"avg_life_expectation": 73.3,
"female_life_expectation": 76.3,
"male_life_expectation": 70.5
},
{
"country": "Dominican Republic",
"year": 2007,
"avg_life_expectation": 72.9,
"female_life_expectation": 75.8,
"male_life_expectation": 70.1
},
{
"country": "Dominican Republic",
"year": 2006,
"avg_life_expectation": 72.3,
"female_life_expectation": 75.3,
"male_life_expectation": 69.5
},
{
"country": "Dominican Republic",
"year": 2005,
"avg_life_expectation": 69.7,
"female_life_expectation": 72.8,
"male_life_expectation": 66.8
},
{
"country": "Dominican Republic",
"year": 2004,
"avg_life_expectation": 69.3,
"female_life_expectation": 72.6,
"male_life_expectation": 66.3
},
{
"country": "Dominican Republic",
"year": 2003,
"avg_life_expectation": 70.3,
"female_life_expectation": 73.6,
"male_life_expectation": 67.3
},
{
"country": "Dominican Republic",
"year": 2002,
"avg_life_expectation": 71.4,
"female_life_expectation": 74.2,
"male_life_expectation": 68.8
},
{
"country": "Dominican Republic",
"year": 2001,
"avg_life_expectation": 71.2,
"female_life_expectation": 74,
"male_life_expectation": 68.7
},
{
"country": "Dominican Republic",
"year": 2000,
"avg_life_expectation": 72,
"female_life_expectation": 74.7,
"male_life_expectation": 69.6
},
{
"country": "Ecuador",
"year": 2015,
"avg_life_expectation": 76.2,
"female_life_expectation": 79,
"male_life_expectation": 73.5
},
{
"country": "Ecuador",
"year": 2014,
"avg_life_expectation": 76,
"female_life_expectation": 78.8,
"male_life_expectation": 73.2
},
{
"country": "Ecuador",
"year": 2013,
"avg_life_expectation": 76,
"female_life_expectation": 78.8,
"male_life_expectation": 73.3
},
{
"country": "Ecuador",
"year": 2012,
"avg_life_expectation": 75.5,
"female_life_expectation": 78.4,
"male_life_expectation": 72.7
},
{
"country": "Ecuador",
"year": 2011,
"avg_life_expectation": 75.3,
"female_life_expectation": 78.4,
"male_life_expectation": 72.3
},
{
"country": "Ecuador",
"year": 2010,
"avg_life_expectation": 75,
"female_life_expectation": 78.1,
"male_life_expectation": 72.1
},
{
"country": "Ecuador",
"year": 2009,
"avg_life_expectation": 75.1,
"female_life_expectation": 78.1,
"male_life_expectation": 72.1
},
{
"country": "Ecuador",
"year": 2008,
"avg_life_expectation": 74.6,
"female_life_expectation": 77.9,
"male_life_expectation": 71.6
},
{
"country": "Ecuador",
"year": 2007,
"avg_life_expectation": 74.7,
"female_life_expectation": 77.7,
"male_life_expectation": 71.8
},
{
"country": "Ecuador",
"year": 2006,
"avg_life_expectation": 74.4,
"female_life_expectation": 77.3,
"male_life_expectation": 71.5
},
{
"country": "Ecuador",
"year": 2005,
"avg_life_expectation": 74.2,
"female_life_expectation": 77.4,
"male_life_expectation": 71.2
},
{
"country": "Ecuador",
"year": 2004,
"avg_life_expectation": 74.4,
"female_life_expectation": 77.6,
"male_life_expectation": 71.4
},
{
"country": "Ecuador",
"year": 2003,
"avg_life_expectation": 74.4,
"female_life_expectation": 77.4,
"male_life_expectation": 71.5
},
{
"country": "Ecuador",
"year": 2002,
"avg_life_expectation": 73.6,
"female_life_expectation": 76.7,
"male_life_expectation": 70.6
},
{
"country": "Ecuador",
"year": 2001,
"avg_life_expectation": 73.4,
"female_life_expectation": 76.4,
"male_life_expectation": 70.5
},
{
"country": "Ecuador",
"year": 2000,
"avg_life_expectation": 72.8,
"female_life_expectation": 76,
"male_life_expectation": 69.8
},
{
"country": "Egypt",
"year": 2015,
"avg_life_expectation": 70.9,
"female_life_expectation": 73.2,
"male_life_expectation": 68.8
},
{
"country": "Egypt",
"year": 2014,
"avg_life_expectation": 70.8,
"female_life_expectation": 73,
"male_life_expectation": 68.6
},
{
"country": "Egypt",
"year": 2013,
"avg_life_expectation": 70.9,
"female_life_expectation": 73.1,
"male_life_expectation": 68.7
},
{
"country": "Egypt",
"year": 2012,
"avg_life_expectation": 70.2,
"female_life_expectation": 72.4,
"male_life_expectation": 68.1
},
{
"country": "Egypt",
"year": 2011,
"avg_life_expectation": 70.4,
"female_life_expectation": 72.8,
"male_life_expectation": 68.1
},
{
"country": "Egypt",
"year": 2010,
"avg_life_expectation": 70,
"female_life_expectation": 72.2,
"male_life_expectation": 67.9
},
{
"country": "Egypt",
"year": 2009,
"avg_life_expectation": 69.9,
"female_life_expectation": 72.2,
"male_life_expectation": 67.7
},
{
"country": "Egypt",
"year": 2008,
"avg_life_expectation": 69.8,
"female_life_expectation": 72.2,
"male_life_expectation": 67.6
},
{
"country": "Egypt",
"year": 2007,
"avg_life_expectation": 69.7,
"female_life_expectation": 72.1,
"male_life_expectation": 67.5
},
{
"country": "Egypt",
"year": 2006,
"avg_life_expectation": 69.5,
"female_life_expectation": 71.8,
"male_life_expectation": 67.2
},
{
"country": "Egypt",
"year": 2005,
"avg_life_expectation": 69.4,
"female_life_expectation": 71.7,
"male_life_expectation": 67.1
},
{
"country": "Egypt",
"year": 2004,
"avg_life_expectation": 69,
"female_life_expectation": 71.4,
"male_life_expectation": 66.7
},
{
"country": "Egypt",
"year": 2003,
"avg_life_expectation": 68.6,
"female_life_expectation": 71,
"male_life_expectation": 66.3
},
{
"country": "Egypt",
"year": 2002,
"avg_life_expectation": 68.7,
"female_life_expectation": 71.1,
"male_life_expectation": 66.3
},
{
"country": "Egypt",
"year": 2001,
"avg_life_expectation": 68.6,
"female_life_expectation": 71.1,
"male_life_expectation": 66.2
},
{
"country": "Egypt",
"year": 2000,
"avg_life_expectation": 68.8,
"female_life_expectation": 71.4,
"male_life_expectation": 66.4
},
{
"country": "El Salvador",
"year": 2015,
"avg_life_expectation": 73.5,
"female_life_expectation": 77.9,
"male_life_expectation": 68.8
},
{
"country": "El Salvador",
"year": 2014,
"avg_life_expectation": 73.3,
"female_life_expectation": 77.7,
"male_life_expectation": 68.5
},
{
"country": "El Salvador",
"year": 2013,
"avg_life_expectation": 73,
"female_life_expectation": 77.4,
"male_life_expectation": 68.2
},
{
"country": "El Salvador",
"year": 2012,
"avg_life_expectation": 73,
"female_life_expectation": 77.3,
"male_life_expectation": 68.4
},
{
"country": "El Salvador",
"year": 2011,
"avg_life_expectation": 72,
"female_life_expectation": 76.8,
"male_life_expectation": 67
},
{
"country": "El Salvador",
"year": 2010,
"avg_life_expectation": 72,
"female_life_expectation": 76.3,
"male_life_expectation": 67.4
},
{
"country": "El Salvador",
"year": 2009,
"avg_life_expectation": 71.4,
"female_life_expectation": 76.1,
"male_life_expectation": 66.4
},
{
"country": "El Salvador",
"year": 2008,
"avg_life_expectation": 71.7,
"female_life_expectation": 76.1,
"male_life_expectation": 67
},
{
"country": "El Salvador",
"year": 2007,
"avg_life_expectation": 71.2,
"female_life_expectation": 75.8,
"male_life_expectation": 66.5
},
{
"country": "El Salvador",
"year": 2006,
"avg_life_expectation": 70.5,
"female_life_expectation": 75.2,
"male_life_expectation": 65.7
},
{
"country": "El Salvador",
"year": 2005,
"avg_life_expectation": 70.1,
"female_life_expectation": 74.8,
"male_life_expectation": 65.2
},
{
"country": "El Salvador",
"year": 2004,
"avg_life_expectation": 70,
"female_life_expectation": 74.6,
"male_life_expectation": 65.1
},
{
"country": "El Salvador",
"year": 2003,
"avg_life_expectation": 69.9,
"female_life_expectation": 74.3,
"male_life_expectation": 65.3
},
{
"country": "El Salvador",
"year": 2002,
"avg_life_expectation": 70.3,
"female_life_expectation": 74.5,
"male_life_expectation": 65.9
},
{
"country": "El Salvador",
"year": 2001,
"avg_life_expectation": 68.9,
"female_life_expectation": 73.2,
"male_life_expectation": 64.5
},
{
"country": "El Salvador",
"year": 2000,
"avg_life_expectation": 69,
"female_life_expectation": 73.6,
"male_life_expectation": 64.4
},
{
"country": "Equatorial Guinea",
"year": 2015,
"avg_life_expectation": 58.2,
"female_life_expectation": 60,
"male_life_expectation": 56.6
},
{
"country": "Equatorial Guinea",
"year": 2014,
"avg_life_expectation": 57.9,
"female_life_expectation": 59.6,
"male_life_expectation": 56.4
},
{
"country": "Equatorial Guinea",
"year": 2013,
"avg_life_expectation": 57.4,
"female_life_expectation": 58.8,
"male_life_expectation": 56.2
},
{
"country": "Equatorial Guinea",
"year": 2012,
"avg_life_expectation": 56.7,
"female_life_expectation": 58,
"male_life_expectation": 55.6
},
{
"country": "Equatorial Guinea",
"year": 2011,
"avg_life_expectation": 56.2,
"female_life_expectation": 57.4,
"male_life_expectation": 55.1
},
{
"country": "Equatorial Guinea",
"year": 2010,
"avg_life_expectation": 56.1,
"female_life_expectation": 57.3,
"male_life_expectation": 54.9
},
{
"country": "Equatorial Guinea",
"year": 2009,
"avg_life_expectation": 55.7,
"female_life_expectation": 57,
"male_life_expectation": 54.5
},
{
"country": "Equatorial Guinea",
"year": 2008,
"avg_life_expectation": 55.4,
"female_life_expectation": 56.8,
"male_life_expectation": 54.2
},
{
"country": "Equatorial Guinea",
"year": 2007,
"avg_life_expectation": 55,
"female_life_expectation": 56.4,
"male_life_expectation": 53.8
},
{
"country": "Equatorial Guinea",
"year": 2006,
"avg_life_expectation": 54.8,
"female_life_expectation": 56.2,
"male_life_expectation": 53.5
},
{
"country": "Equatorial Guinea",
"year": 2005,
"avg_life_expectation": 54.4,
"female_life_expectation": 55.9,
"male_life_expectation": 53.2
},
{
"country": "Equatorial Guinea",
"year": 2004,
"avg_life_expectation": 54.1,
"female_life_expectation": 55.5,
"male_life_expectation": 52.8
},
{
"country": "Equatorial Guinea",
"year": 2003,
"avg_life_expectation": 53.8,
"female_life_expectation": 55.3,
"male_life_expectation": 52.5
},
{
"country": "Equatorial Guinea",
"year": 2002,
"avg_life_expectation": 53.5,
"female_life_expectation": 55,
"male_life_expectation": 52.1
},
{
"country": "Equatorial Guinea",
"year": 2001,
"avg_life_expectation": 53.1,
"female_life_expectation": 54.6,
"male_life_expectation": 51.7
},
{
"country": "Equatorial Guinea",
"year": 2000,
"avg_life_expectation": 52.7,
"female_life_expectation": 54.3,
"male_life_expectation": 51.2
},
{
"country": "Eritrea",
"year": 2015,
"avg_life_expectation": 64.7,
"female_life_expectation": 67,
"male_life_expectation": 62.4
},
{
"country": "Eritrea",
"year": 2014,
"avg_life_expectation": 64.4,
"female_life_expectation": 66.6,
"male_life_expectation": 62.1
},
{
"country": "Eritrea",
"year": 2013,
"avg_life_expectation": 64,
"female_life_expectation": 66.2,
"male_life_expectation": 61.8
},
{
"country": "Eritrea",
"year": 2012,
"avg_life_expectation": 63.6,
"female_life_expectation": 65.8,
"male_life_expectation": 61.3
},
{
"country": "Eritrea",
"year": 2011,
"avg_life_expectation": 62.9,
"female_life_expectation": 65.2,
"male_life_expectation": 60.5
},
{
"country": "Eritrea",
"year": 2010,
"avg_life_expectation": 62.1,
"female_life_expectation": 64.6,
"male_life_expectation": 59.6
},
{
"country": "Eritrea",
"year": 2009,
"avg_life_expectation": 61.4,
"female_life_expectation": 64,
"male_life_expectation": 58.7
},
{
"country": "Eritrea",
"year": 2008,
"avg_life_expectation": 60.7,
"female_life_expectation": 63.4,
"male_life_expectation": 58
},
{
"country": "Eritrea",
"year": 2007,
"avg_life_expectation": 60.2,
"female_life_expectation": 62.7,
"male_life_expectation": 57.7
},
{
"country": "Eritrea",
"year": 2006,
"avg_life_expectation": 59.7,
"female_life_expectation": 62.1,
"male_life_expectation": 57.4
},
{
"country": "Eritrea",
"year": 2005,
"avg_life_expectation": 59.4,
"female_life_expectation": 61.5,
"male_life_expectation": 57.2
},
{
"country": "Eritrea",
"year": 2004,
"avg_life_expectation": 59.1,
"female_life_expectation": 61,
"male_life_expectation": 57.1
},
{
"country": "Eritrea",
"year": 2003,
"avg_life_expectation": 58.8,
"female_life_expectation": 60.6,
"male_life_expectation": 56.9
},
{
"country": "Eritrea",
"year": 2002,
"avg_life_expectation": 58.5,
"female_life_expectation": 60.3,
"male_life_expectation": 56.7
},
{
"country": "Eritrea",
"year": 2001,
"avg_life_expectation": 58.1,
"female_life_expectation": 59.9,
"male_life_expectation": 56.3
},
{
"country": "Eritrea",
"year": 2000,
"avg_life_expectation": 45.3,
"female_life_expectation": 52.7,
"male_life_expectation": 39.5
},
{
"country": "Estonia",
"year": 2015,
"avg_life_expectation": 77.6,
"female_life_expectation": 82,
"male_life_expectation": 72.7
},
{
"country": "Estonia",
"year": 2014,
"avg_life_expectation": 77.3,
"female_life_expectation": 81.8,
"male_life_expectation": 72.3
},
{
"country": "Estonia",
"year": 2013,
"avg_life_expectation": 76.9,
"female_life_expectation": 81.5,
"male_life_expectation": 71.9
},
{
"country": "Estonia",
"year": 2012,
"avg_life_expectation": 76.3,
"female_life_expectation": 81,
"male_life_expectation": 71.2
},
{
"country": "Estonia",
"year": 2011,
"avg_life_expectation": 76.1,
"female_life_expectation": 80.8,
"male_life_expectation": 71.1
},
{
"country": "Estonia",
"year": 2010,
"avg_life_expectation": 75.6,
"female_life_expectation": 80.2,
"male_life_expectation": 70.6
},
{
"country": "Estonia",
"year": 2009,
"avg_life_expectation": 74.9,
"female_life_expectation": 79.9,
"male_life_expectation": 69.7
},
{
"country": "Estonia",
"year": 2008,
"avg_life_expectation": 74.2,
"female_life_expectation": 79.3,
"male_life_expectation": 68.8
},
{
"country": "Estonia",
"year": 2007,
"avg_life_expectation": 73,
"female_life_expectation": 78.7,
"male_life_expectation": 67.3
},
{
"country": "Estonia",
"year": 2006,
"avg_life_expectation": 73,
"female_life_expectation": 78.3,
"male_life_expectation": 67.5
},
{
"country": "Estonia",
"year": 2005,
"avg_life_expectation": 72.8,
"female_life_expectation": 78.1,
"male_life_expectation": 67.3
},
{
"country": "Estonia",
"year": 2004,
"avg_life_expectation": 72.3,
"female_life_expectation": 77.9,
"male_life_expectation": 66.6
},
{
"country": "Estonia",
"year": 2003,
"avg_life_expectation": 71.9,
"female_life_expectation": 77.1,
"male_life_expectation": 66.5
},
{
"country": "Estonia",
"year": 2002,
"avg_life_expectation": 71.2,
"female_life_expectation": 76.8,
"male_life_expectation": 65.5
},
{
"country": "Estonia",
"year": 2001,
"avg_life_expectation": 70.8,
"female_life_expectation": 76.4,
"male_life_expectation": 65.1
},
{
"country": "Estonia",
"year": 2000,
"avg_life_expectation": 70.8,
"female_life_expectation": 76.1,
"male_life_expectation": 65.4
},
{
"country": "Ethiopia",
"year": 2015,
"avg_life_expectation": 64.8,
"female_life_expectation": 66.8,
"male_life_expectation": 62.8
},
{
"country": "Ethiopia",
"year": 2014,
"avg_life_expectation": 64.2,
"female_life_expectation": 66.1,
"male_life_expectation": 62.3
},
{
"country": "Ethiopia",
"year": 2013,
"avg_life_expectation": 63.7,
"female_life_expectation": 65.7,
"male_life_expectation": 61.9
},
{
"country": "Ethiopia",
"year": 2012,
"avg_life_expectation": 63.3,
"female_life_expectation": 65.2,
"male_life_expectation": 61.4
},
{
"country": "Ethiopia",
"year": 2011,
"avg_life_expectation": 62.6,
"female_life_expectation": 64.5,
"male_life_expectation": 60.8
},
{
"country": "Ethiopia",
"year": 2010,
"avg_life_expectation": 61.8,
"female_life_expectation": 63.6,
"male_life_expectation": 60.1
},
{
"country": "Ethiopia",
"year": 2009,
"avg_life_expectation": 60.8,
"female_life_expectation": 62.5,
"male_life_expectation": 59.3
},
{
"country": "Ethiopia",
"year": 2008,
"avg_life_expectation": 59.8,
"female_life_expectation": 61.3,
"male_life_expectation": 58.3
},
{
"country": "Ethiopia",
"year": 2007,
"avg_life_expectation": 58.5,
"female_life_expectation": 59.9,
"male_life_expectation": 57.2
},
{
"country": "Ethiopia",
"year": 2006,
"avg_life_expectation": 57.2,
"female_life_expectation": 58.5,
"male_life_expectation": 55.9
},
{
"country": "Ethiopia",
"year": 2005,
"avg_life_expectation": 56,
"female_life_expectation": 57.4,
"male_life_expectation": 54.8
},
{
"country": "Ethiopia",
"year": 2004,
"avg_life_expectation": 55,
"female_life_expectation": 56.3,
"male_life_expectation": 53.6
},
{
"country": "Ethiopia",
"year": 2003,
"avg_life_expectation": 54,
"female_life_expectation": 55.4,
"male_life_expectation": 52.6
},
{
"country": "Ethiopia",
"year": 2002,
"avg_life_expectation": 53.2,
"female_life_expectation": 54.7,
"male_life_expectation": 51.8
},
{
"country": "Ethiopia",
"year": 2001,
"avg_life_expectation": 52.5,
"female_life_expectation": 54,
"male_life_expectation": 51
},
{
"country": "Ethiopia",
"year": 2000,
"avg_life_expectation": 51.2,
"female_life_expectation": 53.1,
"male_life_expectation": 49.3
},
{
"country": "Fiji",
"year": 2015,
"avg_life_expectation": 69.9,
"female_life_expectation": 73.1,
"male_life_expectation": 67
},
{
"country": "Fiji",
"year": 2014,
"avg_life_expectation": 69.7,
"female_life_expectation": 72.9,
"male_life_expectation": 66.9
},
{
"country": "Fiji",
"year": 2013,
"avg_life_expectation": 69.6,
"female_life_expectation": 72.7,
"male_life_expectation": 66.8
},
{
"country": "Fiji",
"year": 2012,
"avg_life_expectation": 69.4,
"female_life_expectation": 72.5,
"male_life_expectation": 66.6
},
{
"country": "Fiji",
"year": 2011,
"avg_life_expectation": 69.2,
"female_life_expectation": 72.4,
"male_life_expectation": 66.5
},
{
"country": "Fiji",
"year": 2010,
"avg_life_expectation": 69.1,
"female_life_expectation": 72.2,
"male_life_expectation": 66.3
},
{
"country": "Fiji",
"year": 2009,
"avg_life_expectation": 68.9,
"female_life_expectation": 72.1,
"male_life_expectation": 66.1
},
{
"country": "Fiji",
"year": 2008,
"avg_life_expectation": 68.7,
"female_life_expectation": 71.9,
"male_life_expectation": 66
},
{
"country": "Fiji",
"year": 2007,
"avg_life_expectation": 68.6,
"female_life_expectation": 71.8,
"male_life_expectation": 65.9
},
{
"country": "Fiji",
"year": 2006,
"avg_life_expectation": 68.5,
"female_life_expectation": 71.6,
"male_life_expectation": 65.8
},
{
"country": "Fiji",
"year": 2005,
"avg_life_expectation": 68.3,
"female_life_expectation": 71.3,
"male_life_expectation": 65.7
},
{
"country": "Fiji",
"year": 2004,
"avg_life_expectation": 68.1,
"female_life_expectation": 71.1,
"male_life_expectation": 65.5
},
{
"country": "Fiji",
"year": 2003,
"avg_life_expectation": 68,
"female_life_expectation": 70.8,
"male_life_expectation": 65.4
},
{
"country": "Fiji",
"year": 2002,
"avg_life_expectation": 67.9,
"female_life_expectation": 70.7,
"male_life_expectation": 65.4
},
{
"country": "Fiji",
"year": 2001,
"avg_life_expectation": 67.8,
"female_life_expectation": 70.5,
"male_life_expectation": 65.3
},
{
"country": "Fiji",
"year": 2000,
"avg_life_expectation": 67.7,
"female_life_expectation": 70.3,
"male_life_expectation": 65.2
},
{
"country": "Finland",
"year": 2015,
"avg_life_expectation": 81.1,
"female_life_expectation": 83.8,
"male_life_expectation": 78.3
},
{
"country": "Finland",
"year": 2014,
"avg_life_expectation": 80.9,
"female_life_expectation": 83.7,
"male_life_expectation": 78
},
{
"country": "Finland",
"year": 2013,
"avg_life_expectation": 80.7,
"female_life_expectation": 83.6,
"male_life_expectation": 77.9
},
{
"country": "Finland",
"year": 2012,
"avg_life_expectation": 80.4,
"female_life_expectation": 83.2,
"male_life_expectation": 77.5
},
{
"country": "Finland",
"year": 2011,
"avg_life_expectation": 80.3,
"female_life_expectation": 83.4,
"male_life_expectation": 77.2
},
{
"country": "Finland",
"year": 2010,
"avg_life_expectation": 79.9,
"female_life_expectation": 83.1,
"male_life_expectation": 76.6
},
{
"country": "Finland",
"year": 2009,
"avg_life_expectation": 79.7,
"female_life_expectation": 83.1,
"male_life_expectation": 76.4
},
{
"country": "Finland",
"year": 2008,
"avg_life_expectation": 79.6,
"female_life_expectation": 82.9,
"male_life_expectation": 76.3
},
{
"country": "Finland",
"year": 2007,
"avg_life_expectation": 79.3,
"female_life_expectation": 82.8,
"male_life_expectation": 75.8
},
{
"country": "Finland",
"year": 2006,
"avg_life_expectation": 79.2,
"female_life_expectation": 82.7,
"male_life_expectation": 75.7
},
{
"country": "Finland",
"year": 2005,
"avg_life_expectation": 78.9,
"female_life_expectation": 82.3,
"male_life_expectation": 75.5
},
{
"country": "Finland",
"year": 2004,
"avg_life_expectation": 78.7,
"female_life_expectation": 82,
"male_life_expectation": 75.2
},
{
"country": "Finland",
"year": 2003,
"avg_life_expectation": 78.4,
"female_life_expectation": 81.7,
"male_life_expectation": 75
},
{
"country": "Finland",
"year": 2002,
"avg_life_expectation": 78.1,
"female_life_expectation": 81.4,
"male_life_expectation": 74.7
},
{
"country": "Finland",
"year": 2001,
"avg_life_expectation": 78,
"female_life_expectation": 81.4,
"male_life_expectation": 74.5
},
{
"country": "Finland",
"year": 2000,
"avg_life_expectation": 77.5,
"female_life_expectation": 80.9,
"male_life_expectation": 74
},
{
"country": "France",
"year": 2015,
"avg_life_expectation": 82.4,
"female_life_expectation": 85.4,
"male_life_expectation": 79.4
},
{
"country": "France",
"year": 2014,
"avg_life_expectation": 82.2,
"female_life_expectation": 85.2,
"male_life_expectation": 79.1
},
{
"country": "France",
"year": 2013,
"avg_life_expectation": 82,
"female_life_expectation": 85,
"male_life_expectation": 78.9
},
{
"country": "France",
"year": 2012,
"avg_life_expectation": 81.5,
"female_life_expectation": 84.6,
"male_life_expectation": 78.4
},
{
"country": "France",
"year": 2011,
"avg_life_expectation": 81.7,
"female_life_expectation": 84.9,
"male_life_expectation": 78.5
},
{
"country": "France",
"year": 2010,
"avg_life_expectation": 81.3,
"female_life_expectation": 84.6,
"male_life_expectation": 78
},
{
"country": "France",
"year": 2009,
"avg_life_expectation": 81.1,
"female_life_expectation": 84.4,
"male_life_expectation": 77.7
},
{
"country": "France",
"year": 2008,
"avg_life_expectation": 80.9,
"female_life_expectation": 84.3,
"male_life_expectation": 77.5
},
{
"country": "France",
"year": 2007,
"avg_life_expectation": 80.9,
"female_life_expectation": 84.4,
"male_life_expectation": 77.3
},
{
"country": "France",
"year": 2006,
"avg_life_expectation": 80.6,
"female_life_expectation": 84.1,
"male_life_expectation": 77
},
{
"country": "France",
"year": 2005,
"avg_life_expectation": 80.1,
"female_life_expectation": 83.7,
"male_life_expectation": 76.5
},
{
"country": "France",
"year": 2004,
"avg_life_expectation": 80.2,
"female_life_expectation": 83.8,
"male_life_expectation": 76.6
},
{
"country": "France",
"year": 2003,
"avg_life_expectation": 79.3,
"female_life_expectation": 82.9,
"male_life_expectation": 75.7
},
{
"country": "France",
"year": 2002,
"avg_life_expectation": 79.2,
"female_life_expectation": 82.9,
"male_life_expectation": 75.5
},
{
"country": "France",
"year": 2001,
"avg_life_expectation": 79,
"female_life_expectation": 82.8,
"male_life_expectation": 75.2
},
{
"country": "France",
"year": 2000,
"avg_life_expectation": 78.8,
"female_life_expectation": 82.7,
"male_life_expectation": 75
},
{
"country": "Gabon",
"year": 2015,
"avg_life_expectation": 66,
"female_life_expectation": 67.2,
"male_life_expectation": 64.7
},
{
"country": "Gabon",
"year": 2014,
"avg_life_expectation": 65.5,
"female_life_expectation": 66.6,
"male_life_expectation": 64.4
},
{
"country": "Gabon",
"year": 2013,
"avg_life_expectation": 64.6,
"female_life_expectation": 65.2,
"male_life_expectation": 63.9
},
{
"country": "Gabon",
"year": 2012,
"avg_life_expectation": 63.5,
"female_life_expectation": 63.5,
"male_life_expectation": 63.5
},
{
"country": "Gabon",
"year": 2011,
"avg_life_expectation": 62.8,
"female_life_expectation": 62.6,
"male_life_expectation": 62.9
},
{
"country": "Gabon",
"year": 2010,
"avg_life_expectation": 62.3,
"female_life_expectation": 62.1,
"male_life_expectation": 62.4
},
{
"country": "Gabon",
"year": 2009,
"avg_life_expectation": 61.7,
"female_life_expectation": 61.4,
"male_life_expectation": 62
},
{
"country": "Gabon",
"year": 2008,
"avg_life_expectation": 61.6,
"female_life_expectation": 61.3,
"male_life_expectation": 61.8
},
{
"country": "Gabon",
"year": 2007,
"avg_life_expectation": 61.6,
"female_life_expectation": 61.4,
"male_life_expectation": 61.7
},
{
"country": "Gabon",
"year": 2006,
"avg_life_expectation": 61.4,
"female_life_expectation": 61.4,
"male_life_expectation": 61.4
},
{
"country": "Gabon",
"year": 2005,
"avg_life_expectation": 60.5,
"female_life_expectation": 60.4,
"male_life_expectation": 60.5
},
{
"country": "Gabon",
"year": 2004,
"avg_life_expectation": 59.7,
"female_life_expectation": 59.7,
"male_life_expectation": 59.7
},
{
"country": "Gabon",
"year": 2003,
"avg_life_expectation": 59.7,
"female_life_expectation": 59.7,
"male_life_expectation": 59.5
},
{
"country": "Gabon",
"year": 2002,
"avg_life_expectation": 59.7,
"female_life_expectation": 59.9,
"male_life_expectation": 59.4
},
{
"country": "Gabon",
"year": 2001,
"avg_life_expectation": 59.8,
"female_life_expectation": 60.2,
"male_life_expectation": 59.4
},
{
"country": "Gabon",
"year": 2000,
"avg_life_expectation": 60.1,
"female_life_expectation": 60.7,
"male_life_expectation": 59.5
},
{
"country": "Gambia",
"year": 2015,
"avg_life_expectation": 61.1,
"female_life_expectation": 62.5,
"male_life_expectation": 59.8
},
{
"country": "Gambia",
"year": 2014,
"avg_life_expectation": 60.8,
"female_life_expectation": 62.1,
"male_life_expectation": 59.5
},
{
"country": "Gambia",
"year": 2013,
"avg_life_expectation": 60.6,
"female_life_expectation": 62,
"male_life_expectation": 59.2
},
{
"country": "Gambia",
"year": 2012,
"avg_life_expectation": 60.2,
"female_life_expectation": 61.6,
"male_life_expectation": 58.9
},
{
"country": "Gambia",
"year": 2011,
"avg_life_expectation": 59.8,
"female_life_expectation": 61,
"male_life_expectation": 58.7
},
{
"country": "Gambia",
"year": 2010,
"avg_life_expectation": 59.3,
"female_life_expectation": 60.5,
"male_life_expectation": 58.3
},
{
"country": "Gambia",
"year": 2009,
"avg_life_expectation": 59,
"female_life_expectation": 60.2,
"male_life_expectation": 58
},
{
"country": "Gambia",
"year": 2008,
"avg_life_expectation": 58.7,
"female_life_expectation": 59.9,
"male_life_expectation": 57.7
},
{
"country": "Gambia",
"year": 2007,
"avg_life_expectation": 58.5,
"female_life_expectation": 59.6,
"male_life_expectation": 57.4
},
{
"country": "Gambia",
"year": 2006,
"avg_life_expectation": 58.2,
"female_life_expectation": 59.3,
"male_life_expectation": 57.1
},
{
"country": "Gambia",
"year": 2005,
"avg_life_expectation": 57.7,
"female_life_expectation": 58.9,
"male_life_expectation": 56.7
},
{
"country": "Gambia",
"year": 2004,
"avg_life_expectation": 57.3,
"female_life_expectation": 58.5,
"male_life_expectation": 56.4
},
{
"country": "Gambia",
"year": 2003,
"avg_life_expectation": 57,
"female_life_expectation": 58.1,
"male_life_expectation": 56
},
{
"country": "Gambia",
"year": 2002,
"avg_life_expectation": 56.6,
"female_life_expectation": 57.8,
"male_life_expectation": 55.6
},
{
"country": "Gambia",
"year": 2001,
"avg_life_expectation": 56.3,
"female_life_expectation": 57.5,
"male_life_expectation": 55.2
},
{
"country": "Gambia",
"year": 2000,
"avg_life_expectation": 55.9,
"female_life_expectation": 57.1,
"male_life_expectation": 54.8
},
{
"country": "Georgia",
"year": 2015,
"avg_life_expectation": 74.4,
"female_life_expectation": 78.3,
"male_life_expectation": 70.3
},
{
"country": "Georgia",
"year": 2014,
"avg_life_expectation": 74.5,
"female_life_expectation": 78.4,
"male_life_expectation": 70.5
},
{
"country": "Georgia",
"year": 2013,
"avg_life_expectation": 74.5,
"female_life_expectation": 78.5,
"male_life_expectation": 70.5
},
{
"country": "Georgia",
"year": 2012,
"avg_life_expectation": 74.2,
"female_life_expectation": 78.1,
"male_life_expectation": 70.2
},
{
"country": "Georgia",
"year": 2011,
"avg_life_expectation": 73.9,
"female_life_expectation": 77.4,
"male_life_expectation": 70.3
},
{
"country": "Georgia",
"year": 2010,
"avg_life_expectation": 73.8,
"female_life_expectation": 77.3,
"male_life_expectation": 70
},
{
"country": "Georgia",
"year": 2009,
"avg_life_expectation": 73.2,
"female_life_expectation": 76.6,
"male_life_expectation": 69.6
},
{
"country": "Georgia",
"year": 2008,
"avg_life_expectation": 73.9,
"female_life_expectation": 77.9,
"male_life_expectation": 69.8
},
{
"country": "Georgia",
"year": 2007,
"avg_life_expectation": 74.4,
"female_life_expectation": 78.1,
"male_life_expectation": 70.5
},
{
"country": "Georgia",
"year": 2006,
"avg_life_expectation": 73.9,
"female_life_expectation": 77.8,
"male_life_expectation": 69.8
},
{
"country": "Georgia",
"year": 2005,
"avg_life_expectation": 73.9,
"female_life_expectation": 77.4,
"male_life_expectation": 70
},
{
"country": "Georgia",
"year": 2004,
"avg_life_expectation": 72.3,
"female_life_expectation": 76,
"male_life_expectation": 68.4
},
{
"country": "Georgia",
"year": 2003,
"avg_life_expectation": 72.7,
"female_life_expectation": 76.1,
"male_life_expectation": 69.1
},
{
"country": "Georgia",
"year": 2002,
"avg_life_expectation": 71.7,
"female_life_expectation": 75.3,
"male_life_expectation": 68
},
{
"country": "Georgia",
"year": 2001,
"avg_life_expectation": 73,
"female_life_expectation": 76.7,
"male_life_expectation": 69.1
},
{
"country": "Georgia",
"year": 2000,
"avg_life_expectation": 71.8,
"female_life_expectation": 75.5,
"male_life_expectation": 68
},
{
"country": "Germany",
"year": 2015,
"avg_life_expectation": 81,
"female_life_expectation": 83.4,
"male_life_expectation": 78.7
},
{
"country": "Germany",
"year": 2014,
"avg_life_expectation": 80.9,
"female_life_expectation": 83.2,
"male_life_expectation": 78.5
},
{
"country": "Germany",
"year": 2013,
"avg_life_expectation": 80.6,
"female_life_expectation": 82.9,
"male_life_expectation": 78.1
},
{
"country": "Germany",
"year": 2012,
"avg_life_expectation": 80.6,
"female_life_expectation": 83,
"male_life_expectation": 78.1
},
{
"country": "Germany",
"year": 2011,
"avg_life_expectation": 80.5,
"female_life_expectation": 82.9,
"male_life_expectation": 77.9
},
{
"country": "Germany",
"year": 2010,
"avg_life_expectation": 80.1,
"female_life_expectation": 82.6,
"male_life_expectation": 77.5
},
{
"country": "Germany",
"year": 2009,
"avg_life_expectation": 80,
"female_life_expectation": 82.5,
"male_life_expectation": 77.3
},
{
"country": "Germany",
"year": 2008,
"avg_life_expectation": 79.9,
"female_life_expectation": 82.4,
"male_life_expectation": 77.2
},
{
"country": "Germany",
"year": 2007,
"avg_life_expectation": 79.8,
"female_life_expectation": 82.4,
"male_life_expectation": 77.1
},
{
"country": "Germany",
"year": 2006,
"avg_life_expectation": 79.6,
"female_life_expectation": 82.2,
"male_life_expectation": 76.8
},
{
"country": "Germany",
"year": 2005,
"avg_life_expectation": 79.2,
"female_life_expectation": 81.9,
"male_life_expectation": 76.3
},
{
"country": "Germany",
"year": 2004,
"avg_life_expectation": 79.1,
"female_life_expectation": 81.8,
"male_life_expectation": 76.2
},
{
"country": "Germany",
"year": 2003,
"avg_life_expectation": 78.5,
"female_life_expectation": 81.3,
"male_life_expectation": 75.5
},
{
"country": "Germany",
"year": 2002,
"avg_life_expectation": 78.4,
"female_life_expectation": 81.2,
"male_life_expectation": 75.4
},
{
"country": "Germany",
"year": 2001,
"avg_life_expectation": 78.3,
"female_life_expectation": 81.2,
"male_life_expectation": 75.2
},
{
"country": "Germany",
"year": 2000,
"avg_life_expectation": 78,
"female_life_expectation": 80.9,
"male_life_expectation": 74.8
},
{
"country": "Ghana",
"year": 2015,
"avg_life_expectation": 62.4,
"female_life_expectation": 63.9,
"male_life_expectation": 61
},
{
"country": "Ghana",
"year": 2014,
"avg_life_expectation": 62.1,
"female_life_expectation": 63.6,
"male_life_expectation": 60.7
},
{
"country": "Ghana",
"year": 2013,
"avg_life_expectation": 61.9,
"female_life_expectation": 63.4,
"male_life_expectation": 60.5
},
{
"country": "Ghana",
"year": 2012,
"avg_life_expectation": 61.6,
"female_life_expectation": 63,
"male_life_expectation": 60.2
},
{
"country": "Ghana",
"year": 2011,
"avg_life_expectation": 61.2,
"female_life_expectation": 62.5,
"male_life_expectation": 59.9
},
{
"country": "Ghana",
"year": 2010,
"avg_life_expectation": 60.9,
"female_life_expectation": 62.2,
"male_life_expectation": 59.6
},
{
"country": "Ghana",
"year": 2009,
"avg_life_expectation": 60.6,
"female_life_expectation": 61.9,
"male_life_expectation": 59.3
},
{
"country": "Ghana",
"year": 2008,
"avg_life_expectation": 60.3,
"female_life_expectation": 61.6,
"male_life_expectation": 59
},
{
"country": "Ghana",
"year": 2007,
"avg_life_expectation": 59.9,
"female_life_expectation": 61.2,
"male_life_expectation": 58.6
},
{
"country": "Ghana",
"year": 2006,
"avg_life_expectation": 59.4,
"female_life_expectation": 60.8,
"male_life_expectation": 58.1
},
{
"country": "Ghana",
"year": 2005,
"avg_life_expectation": 58.9,
"female_life_expectation": 60.3,
"male_life_expectation": 57.5
},
{
"country": "Ghana",
"year": 2004,
"avg_life_expectation": 58.3,
"female_life_expectation": 59.8,
"male_life_expectation": 56.9
},
{
"country": "Ghana",
"year": 2003,
"avg_life_expectation": 57.9,
"female_life_expectation": 59.4,
"male_life_expectation": 56.4
},
{
"country": "Ghana",
"year": 2002,
"avg_life_expectation": 57.6,
"female_life_expectation": 59.1,
"male_life_expectation": 56.2
},
{
"country": "Ghana",
"year": 2001,
"avg_life_expectation": 57.4,
"female_life_expectation": 58.8,
"male_life_expectation": 56
},
{
"country": "Ghana",
"year": 2000,
"avg_life_expectation": 57.2,
"female_life_expectation": 58.6,
"male_life_expectation": 55.9
},
{
"country": "Greece",
"year": 2015,
"avg_life_expectation": 81,
"female_life_expectation": 83.6,
"male_life_expectation": 78.3
},
{
"country": "Greece",
"year": 2014,
"avg_life_expectation": 80.8,
"female_life_expectation": 83.5,
"male_life_expectation": 78.1
},
{
"country": "Greece",
"year": 2013,
"avg_life_expectation": 80.6,
"female_life_expectation": 83.3,
"male_life_expectation": 77.9
},
{
"country": "Greece",
"year": 2012,
"avg_life_expectation": 80.4,
"female_life_expectation": 83.1,
"male_life_expectation": 77.7
},
{
"country": "Greece",
"year": 2011,
"avg_life_expectation": 80.5,
"female_life_expectation": 83.2,
"male_life_expectation": 77.7
},
{
"country": "Greece",
"year": 2010,
"avg_life_expectation": 80.3,
"female_life_expectation": 82.9,
"male_life_expectation": 77.7
},
{
"country": "Greece",
"year": 2009,
"avg_life_expectation": 80,
"female_life_expectation": 82.7,
"male_life_expectation": 77.4
},
{
"country": "Greece",
"year": 2008,
"avg_life_expectation": 79.9,
"female_life_expectation": 82.4,
"male_life_expectation": 77.3
},
{
"country": "Greece",
"year": 2007,
"avg_life_expectation": 79.4,
"female_life_expectation": 82,
"male_life_expectation": 76.9
},
{
"country": "Greece",
"year": 2006,
"avg_life_expectation": 79.7,
"female_life_expectation": 82.3,
"male_life_expectation": 77.1
},
{
"country": "Greece",
"year": 2005,
"avg_life_expectation": 79.3,
"female_life_expectation": 82,
"male_life_expectation": 76.6
},
{
"country": "Greece",
"year": 2004,
"avg_life_expectation": 79.2,
"female_life_expectation": 82,
"male_life_expectation": 76.5
},
{
"country": "Greece",
"year": 2003,
"avg_life_expectation": 79.1,
"female_life_expectation": 81.8,
"male_life_expectation": 76.4
},
{
"country": "Greece",
"year": 2002,
"avg_life_expectation": 79,
"female_life_expectation": 81.7,
"male_life_expectation": 76.3
},
{
"country": "Greece",
"year": 2001,
"avg_life_expectation": 78.7,
"female_life_expectation": 81.5,
"male_life_expectation": 76
},
{
"country": "Greece",
"year": 2000,
"avg_life_expectation": 78.2,
"female_life_expectation": 81.1,
"male_life_expectation": 75.4
},
{
"country": "Grenada",
"year": 2015,
"avg_life_expectation": 73.6,
"female_life_expectation": 76.1,
"male_life_expectation": 71.2
},
{
"country": "Grenada",
"year": 2014,
"avg_life_expectation": 73.5,
"female_life_expectation": 75.9,
"male_life_expectation": 71.1
},
{
"country": "Grenada",
"year": 2013,
"avg_life_expectation": 73.3,
"female_life_expectation": 75.8,
"male_life_expectation": 70.9
},
{
"country": "Grenada",
"year": 2012,
"avg_life_expectation": 73.1,
"female_life_expectation": 75.6,
"male_life_expectation": 70.8
},
{
"country": "Grenada",
"year": 2011,
"avg_life_expectation": 72.9,
"female_life_expectation": 75.3,
"male_life_expectation": 70.5
},
{
"country": "Grenada",
"year": 2010,
"avg_life_expectation": 72.6,
"female_life_expectation": 75.1,
"male_life_expectation": 70.2
},
{
"country": "Grenada",
"year": 2009,
"avg_life_expectation": 72.4,
"female_life_expectation": 74.8,
"male_life_expectation": 70
},
{
"country": "Grenada",
"year": 2008,
"avg_life_expectation": 72.1,
"female_life_expectation": 74.5,
"male_life_expectation": 69.7
},
{
"country": "Grenada",
"year": 2007,
"avg_life_expectation": 71.9,
"female_life_expectation": 74.3,
"male_life_expectation": 69.5
},
{
"country": "Grenada",
"year": 2006,
"avg_life_expectation": 71.7,
"female_life_expectation": 74.1,
"male_life_expectation": 69.3
},
{
"country": "Grenada",
"year": 2005,
"avg_life_expectation": 71.5,
"female_life_expectation": 73.9,
"male_life_expectation": 69.1
},
{
"country": "Grenada",
"year": 2004,
"avg_life_expectation": 70.3,
"female_life_expectation": 72.8,
"male_life_expectation": 67.8
},
{
"country": "Grenada",
"year": 2003,
"avg_life_expectation": 71.1,
"female_life_expectation": 73.5,
"male_life_expectation": 68.7
},
{
"country": "Grenada",
"year": 2002,
"avg_life_expectation": 70.9,
"female_life_expectation": 73.2,
"male_life_expectation": 68.5
},
{
"country": "Grenada",
"year": 2001,
"avg_life_expectation": 70.7,
"female_life_expectation": 73,
"male_life_expectation": 68.3
},
{
"country": "Grenada",
"year": 2000,
"avg_life_expectation": 70.4,
"female_life_expectation": 72.8,
"male_life_expectation": 68
},
{
"country": "Guatemala",
"year": 2015,
"avg_life_expectation": 71.9,
"female_life_expectation": 75.2,
"male_life_expectation": 68.5
},
{
"country": "Guatemala",
"year": 2014,
"avg_life_expectation": 71.7,
"female_life_expectation": 75,
"male_life_expectation": 68.3
},
{
"country": "Guatemala",
"year": 2013,
"avg_life_expectation": 71.4,
"female_life_expectation": 74.7,
"male_life_expectation": 68
},
{
"country": "Guatemala",
"year": 2012,
"avg_life_expectation": 71.3,
"female_life_expectation": 74.6,
"male_life_expectation": 68
},
{
"country": "Guatemala",
"year": 2011,
"avg_life_expectation": 71.1,
"female_life_expectation": 74.4,
"male_life_expectation": 67.7
},
{
"country": "Guatemala",
"year": 2010,
"avg_life_expectation": 70.7,
"female_life_expectation": 74,
"male_life_expectation": 67.3
},
{
"country": "Guatemala",
"year": 2009,
"avg_life_expectation": 70.6,
"female_life_expectation": 73.9,
"male_life_expectation": 67.1
},
{
"country": "Guatemala",
"year": 2008,
"avg_life_expectation": 70.9,
"female_life_expectation": 74.3,
"male_life_expectation": 67.4
},
{
"country": "Guatemala",
"year": 2007,
"avg_life_expectation": 70.5,
"female_life_expectation": 73.7,
"male_life_expectation": 67.3
},
{
"country": "Guatemala",
"year": 2006,
"avg_life_expectation": 69.7,
"female_life_expectation": 73.3,
"male_life_expectation": 66.1
},
{
"country": "Guatemala",
"year": 2005,
"avg_life_expectation": 69.2,
"female_life_expectation": 72.7,
"male_life_expectation": 65.6
},
{
"country": "Guatemala",
"year": 2004,
"avg_life_expectation": 69.6,
"female_life_expectation": 73,
"male_life_expectation": 66.2
},
{
"country": "Guatemala",
"year": 2003,
"avg_life_expectation": 69.4,
"female_life_expectation": 72.8,
"male_life_expectation": 65.9
},
{
"country": "Guatemala",
"year": 2002,
"avg_life_expectation": 69.3,
"female_life_expectation": 72.5,
"male_life_expectation": 66
},
{
"country": "Guatemala",
"year": 2001,
"avg_life_expectation": 68.4,
"female_life_expectation": 71.9,
"male_life_expectation": 64.8
},
{
"country": "Guatemala",
"year": 2000,
"avg_life_expectation": 67.7,
"female_life_expectation": 71,
"male_life_expectation": 64.3
},
{
"country": "Guinea",
"year": 2015,
"avg_life_expectation": 59,
"female_life_expectation": 59.8,
"male_life_expectation": 58.2
},
{
"country": "Guinea",
"year": 2014,
"avg_life_expectation": 58.1,
"female_life_expectation": 58.9,
"male_life_expectation": 57.4
},
{
"country": "Guinea",
"year": 2013,
"avg_life_expectation": 58.8,
"female_life_expectation": 59.6,
"male_life_expectation": 58.1
},
{
"country": "Guinea",
"year": 2012,
"avg_life_expectation": 58.4,
"female_life_expectation": 59.2,
"male_life_expectation": 57.7
},
{
"country": "Guinea",
"year": 2011,
"avg_life_expectation": 58.1,
"female_life_expectation": 59.1,
"male_life_expectation": 57.2
},
{
"country": "Guinea",
"year": 2010,
"avg_life_expectation": 57.8,
"female_life_expectation": 59,
"male_life_expectation": 56.6
},
{
"country": "Guinea",
"year": 2009,
"avg_life_expectation": 57.3,
"female_life_expectation": 58.8,
"male_life_expectation": 55.9
},
{
"country": "Guinea",
"year": 2008,
"avg_life_expectation": 56.8,
"female_life_expectation": 58.4,
"male_life_expectation": 55.2
},
{
"country": "Guinea",
"year": 2007,
"avg_life_expectation": 56.4,
"female_life_expectation": 58,
"male_life_expectation": 54.7
},
{
"country": "Guinea",
"year": 2006,
"avg_life_expectation": 55.6,
"female_life_expectation": 57,
"male_life_expectation": 54.1
},
{
"country": "Guinea",
"year": 2005,
"avg_life_expectation": 54.7,
"female_life_expectation": 55.9,
"male_life_expectation": 53.6
},
{
"country": "Guinea",
"year": 2004,
"avg_life_expectation": 54,
"female_life_expectation": 54.8,
"male_life_expectation": 53.1
},
{
"country": "Guinea",
"year": 2003,
"avg_life_expectation": 53.3,
"female_life_expectation": 54,
"male_life_expectation": 52.7
},
{
"country": "Guinea",
"year": 2002,
"avg_life_expectation": 52.9,
"female_life_expectation": 53.6,
"male_life_expectation": 52.3
},
{
"country": "Guinea",
"year": 2001,
"avg_life_expectation": 52.5,
"female_life_expectation": 53.3,
"male_life_expectation": 51.8
},
{
"country": "Guinea",
"year": 2000,
"avg_life_expectation": 52.5,
"female_life_expectation": 53.2,
"male_life_expectation": 51.7
},
{
"country": "Guinea-Bissau",
"year": 2015,
"avg_life_expectation": 58.9,
"female_life_expectation": 60.5,
"male_life_expectation": 57.2
},
{
"country": "Guinea-Bissau",
"year": 2014,
"avg_life_expectation": 58.4,
"female_life_expectation": 59.9,
"male_life_expectation": 56.8
},
{
"country": "Guinea-Bissau",
"year": 2013,
"avg_life_expectation": 58.1,
"female_life_expectation": 59.6,
"male_life_expectation": 56.7
},
{
"country": "Guinea-Bissau",
"year": 2012,
"avg_life_expectation": 57.6,
"female_life_expectation": 58.8,
"male_life_expectation": 56.3
},
{
"country": "Guinea-Bissau",
"year": 2011,
"avg_life_expectation": 57.1,
"female_life_expectation": 58.3,
"male_life_expectation": 55.8
},
{
"country": "Guinea-Bissau",
"year": 2010,
"avg_life_expectation": 56.7,
"female_life_expectation": 58,
"male_life_expectation": 55.4
},
{
"country": "Guinea-Bissau",
"year": 2009,
"avg_life_expectation": 56.3,
"female_life_expectation": 57.7,
"male_life_expectation": 54.9
},
{
"country": "Guinea-Bissau",
"year": 2008,
"avg_life_expectation": 55.6,
"female_life_expectation": 56.9,
"male_life_expectation": 54.2
},
{
"country": "Guinea-Bissau",
"year": 2007,
"avg_life_expectation": 55,
"female_life_expectation": 56.3,
"male_life_expectation": 53.7
},
{
"country": "Guinea-Bissau",
"year": 2006,
"avg_life_expectation": 54.4,
"female_life_expectation": 55.5,
"male_life_expectation": 53.3
},
{
"country": "Guinea-Bissau",
"year": 2005,
"avg_life_expectation": 53.9,
"female_life_expectation": 54.8,
"male_life_expectation": 53.1
},
{
"country": "Guinea-Bissau",
"year": 2004,
"avg_life_expectation": 53.5,
"female_life_expectation": 54,
"male_life_expectation": 52.9
},
{
"country": "Guinea-Bissau",
"year": 2003,
"avg_life_expectation": 53,
"female_life_expectation": 53.4,
"male_life_expectation": 52.7
},
{
"country": "Guinea-Bissau",
"year": 2002,
"avg_life_expectation": 52.8,
"female_life_expectation": 53.2,
"male_life_expectation": 52.3
},
{
"country": "Guinea-Bissau",
"year": 2001,
"avg_life_expectation": 52.5,
"female_life_expectation": 53.1,
"male_life_expectation": 51.9
},
{
"country": "Guinea-Bissau",
"year": 2000,
"avg_life_expectation": 52.1,
"female_life_expectation": 53,
"male_life_expectation": 51.3
},
{
"country": "Guyana",
"year": 2015,
"avg_life_expectation": 66.2,
"female_life_expectation": 68.5,
"male_life_expectation": 63.9
},
{
"country": "Guyana",
"year": 2014,
"avg_life_expectation": 66,
"female_life_expectation": 68.4,
"male_life_expectation": 63.8
},
{
"country": "Guyana",
"year": 2013,
"avg_life_expectation": 65.9,
"female_life_expectation": 68.3,
"male_life_expectation": 63.7
},
{
"country": "Guyana",
"year": 2012,
"avg_life_expectation": 65.8,
"female_life_expectation": 68.2,
"male_life_expectation": 63.6
},
{
"country": "Guyana",
"year": 2011,
"avg_life_expectation": 65.6,
"female_life_expectation": 68.3,
"male_life_expectation": 63
},
{
"country": "Guyana",
"year": 2010,
"avg_life_expectation": 65.9,
"female_life_expectation": 68.6,
"male_life_expectation": 63.4
},
{
"country": "Guyana",
"year": 2009,
"avg_life_expectation": 66.1,
"female_life_expectation": 68.6,
"male_life_expectation": 63.8
},
{
"country": "Guyana",
"year": 2008,
"avg_life_expectation": 66.3,
"female_life_expectation": 68.7,
"male_life_expectation": 64
},
{
"country": "Guyana",
"year": 2007,
"avg_life_expectation": 65.7,
"female_life_expectation": 68.2,
"male_life_expectation": 63.3
},
{
"country": "Guyana",
"year": 2006,
"avg_life_expectation": 65.2,
"female_life_expectation": 67.9,
"male_life_expectation": 62.6
},
{
"country": "Guyana",
"year": 2005,
"avg_life_expectation": 65,
"female_life_expectation": 67.9,
"male_life_expectation": 62.3
},
{
"country": "Guyana",
"year": 2004,
"avg_life_expectation": 65.1,
"female_life_expectation": 68,
"male_life_expectation": 62.3
},
{
"country": "Guyana",
"year": 2003,
"avg_life_expectation": 65.3,
"female_life_expectation": 68.4,
"male_life_expectation": 62.4
},
{
"country": "Guyana",
"year": 2002,
"avg_life_expectation": 65.3,
"female_life_expectation": 68.3,
"male_life_expectation": 62.5
},
{
"country": "Guyana",
"year": 2001,
"avg_life_expectation": 65.4,
"female_life_expectation": 68.3,
"male_life_expectation": 62.6
},
{
"country": "Guyana",
"year": 2000,
"avg_life_expectation": 65.4,
"female_life_expectation": 68.4,
"male_life_expectation": 62.7
},
{
"country": "Haiti",
"year": 2015,
"avg_life_expectation": 63.5,
"female_life_expectation": 65.5,
"male_life_expectation": 61.5
},
{
"country": "Haiti",
"year": 2014,
"avg_life_expectation": 63.1,
"female_life_expectation": 65.2,
"male_life_expectation": 61
},
{
"country": "Haiti",
"year": 2013,
"avg_life_expectation": 62.7,
"female_life_expectation": 64.8,
"male_life_expectation": 60.7
},
{
"country": "Haiti",
"year": 2012,
"avg_life_expectation": 62.3,
"female_life_expectation": 64.3,
"male_life_expectation": 60.4
},
{
"country": "Haiti",
"year": 2011,
"avg_life_expectation": 62.3,
"female_life_expectation": 64.3,
"male_life_expectation": 60.3
},
{
"country": "Haiti",
"year": 2010,
"avg_life_expectation": 36.3,
"female_life_expectation": 40.3,
"male_life_expectation": 33.2
},
{
"country": "Haiti",
"year": 2009,
"avg_life_expectation": 62.5,
"female_life_expectation": 64.7,
"male_life_expectation": 60.3
},
{
"country": "Haiti",
"year": 2008,
"avg_life_expectation": 62.1,
"female_life_expectation": 64.4,
"male_life_expectation": 59.9
},
{
"country": "Haiti",
"year": 2007,
"avg_life_expectation": 61.8,
"female_life_expectation": 64,
"male_life_expectation": 59.6
},
{
"country": "Haiti",
"year": 2006,
"avg_life_expectation": 61.1,
"female_life_expectation": 63.3,
"male_life_expectation": 59
},
{
"country": "Haiti",
"year": 2005,
"avg_life_expectation": 60.5,
"female_life_expectation": 62.7,
"male_life_expectation": 58.4
},
{
"country": "Haiti",
"year": 2004,
"avg_life_expectation": 58.7,
"female_life_expectation": 61.1,
"male_life_expectation": 56.4
},
{
"country": "Haiti",
"year": 2003,
"avg_life_expectation": 59.7,
"female_life_expectation": 61.9,
"male_life_expectation": 57.5
},
{
"country": "Haiti",
"year": 2002,
"avg_life_expectation": 59.3,
"female_life_expectation": 61.5,
"male_life_expectation": 57.1
},
{
"country": "Haiti",
"year": 2001,
"avg_life_expectation": 58.9,
"female_life_expectation": 61.1,
"male_life_expectation": 56.8
},
{
"country": "Haiti",
"year": 2000,
"avg_life_expectation": 58.6,
"female_life_expectation": 60.8,
"male_life_expectation": 56.5
},
{
"country": "Honduras",
"year": 2015,
"avg_life_expectation": 74.6,
"female_life_expectation": 77,
"male_life_expectation": 72.3
},
{
"country": "Honduras",
"year": 2014,
"avg_life_expectation": 74.5,
"female_life_expectation": 76.9,
"male_life_expectation": 72.2
},
{
"country": "Honduras",
"year": 2013,
"avg_life_expectation": 74.3,
"female_life_expectation": 76.7,
"male_life_expectation": 72
},
{
"country": "Honduras",
"year": 2012,
"avg_life_expectation": 74.1,
"female_life_expectation": 76.5,
"male_life_expectation": 71.8
},
{
"country": "Honduras",
"year": 2011,
"avg_life_expectation": 73.9,
"female_life_expectation": 76.2,
"male_life_expectation": 71.6
},
{
"country": "Honduras",
"year": 2010,
"avg_life_expectation": 73.6,
"female_life_expectation": 76,
"male_life_expectation": 71.3
},
{
"country": "Honduras",
"year": 2009,
"avg_life_expectation": 73.4,
"female_life_expectation": 75.8,
"male_life_expectation": 71.2
},
{
"country": "Honduras",
"year": 2008,
"avg_life_expectation": 73.2,
"female_life_expectation": 75.6,
"male_life_expectation": 70.9
},
{
"country": "Honduras",
"year": 2007,
"avg_life_expectation": 73,
"female_life_expectation": 75.4,
"male_life_expectation": 70.7
},
{
"country": "Honduras",
"year": 2006,
"avg_life_expectation": 72.8,
"female_life_expectation": 75.1,
"male_life_expectation": 70.5
},
{
"country": "Honduras",
"year": 2005,
"avg_life_expectation": 72.5,
"female_life_expectation": 74.9,
"male_life_expectation": 70.2
},
{
"country": "Honduras",
"year": 2004,
"avg_life_expectation": 72.2,
"female_life_expectation": 74.6,
"male_life_expectation": 69.9
},
{
"country": "Honduras",
"year": 2003,
"avg_life_expectation": 71.9,
"female_life_expectation": 74.3,
"male_life_expectation": 69.6
},
{
"country": "Honduras",
"year": 2002,
"avg_life_expectation": 71.6,
"female_life_expectation": 74,
"male_life_expectation": 69.4
},
{
"country": "Honduras",
"year": 2001,
"avg_life_expectation": 71.3,
"female_life_expectation": 73.7,
"male_life_expectation": 69.1
},
{
"country": "Honduras",
"year": 2000,
"avg_life_expectation": 71,
"female_life_expectation": 73.3,
"male_life_expectation": 68.7
},
{
"country": "Hungary",
"year": 2015,
"avg_life_expectation": 75.8,
"female_life_expectation": 79.1,
"male_life_expectation": 72.3
},
{
"country": "Hungary",
"year": 2014,
"avg_life_expectation": 75.6,
"female_life_expectation": 79,
"male_life_expectation": 72.1
},
{
"country": "Hungary",
"year": 2013,
"avg_life_expectation": 75.5,
"female_life_expectation": 78.8,
"male_life_expectation": 71.9
},
{
"country": "Hungary",
"year": 2012,
"avg_life_expectation": 75,
"female_life_expectation": 78.5,
"male_life_expectation": 71.3
},
{
"country": "Hungary",
"year": 2011,
"avg_life_expectation": 74.8,
"female_life_expectation": 78.4,
"male_life_expectation": 71
},
{
"country": "Hungary",
"year": 2010,
"avg_life_expectation": 74.5,
"female_life_expectation": 78.3,
"male_life_expectation": 70.5
},
{
"country": "Hungary",
"year": 2009,
"avg_life_expectation": 74.2,
"female_life_expectation": 78.2,
"male_life_expectation": 70.1
},
{
"country": "Hungary",
"year": 2008,
"avg_life_expectation": 74.1,
"female_life_expectation": 78.1,
"male_life_expectation": 69.9
},
{
"country": "Hungary",
"year": 2007,
"avg_life_expectation": 73.5,
"female_life_expectation": 77.7,
"male_life_expectation": 69.3
},
{
"country": "Hungary",
"year": 2006,
"avg_life_expectation": 73.4,
"female_life_expectation": 77.6,
"male_life_expectation": 69.1
},
{
"country": "Hungary",
"year": 2005,
"avg_life_expectation": 72.9,
"female_life_expectation": 77.1,
"male_life_expectation": 68.7
},
{
"country": "Hungary",
"year": 2004,
"avg_life_expectation": 72.9,
"female_life_expectation": 77.1,
"male_life_expectation": 68.7
},
{
"country": "Hungary",
"year": 2003,
"avg_life_expectation": 72.5,
"female_life_expectation": 76.7,
"male_life_expectation": 68.3
},
{
"country": "Hungary",
"year": 2002,
"avg_life_expectation": 72.5,
"female_life_expectation": 76.7,
"male_life_expectation": 68.2
},
{
"country": "Hungary",
"year": 2001,
"avg_life_expectation": 72.3,
"female_life_expectation": 76.5,
"male_life_expectation": 68.1
},
{
"country": "Hungary",
"year": 2000,
"avg_life_expectation": 71.7,
"female_life_expectation": 76,
"male_life_expectation": 67.5
},
{
"country": "Iceland",
"year": 2015,
"avg_life_expectation": 82.7,
"female_life_expectation": 84.1,
"male_life_expectation": 81.2
},
{
"country": "Iceland",
"year": 2014,
"avg_life_expectation": 82.5,
"female_life_expectation": 84,
"male_life_expectation": 81
},
{
"country": "Iceland",
"year": 2013,
"avg_life_expectation": 82.4,
"female_life_expectation": 83.9,
"male_life_expectation": 80.9
},
{
"country": "Iceland",
"year": 2012,
"avg_life_expectation": 82.5,
"female_life_expectation": 83.8,
"male_life_expectation": 81.1
},
{
"country": "Iceland",
"year": 2011,
"avg_life_expectation": 82.1,
"female_life_expectation": 83.7,
"male_life_expectation": 80.5
},
{
"country": "Iceland",
"year": 2010,
"avg_life_expectation": 81.8,
"female_life_expectation": 83.5,
"male_life_expectation": 80.2
},
{
"country": "Iceland",
"year": 2009,
"avg_life_expectation": 81.6,
"female_life_expectation": 83.4,
"male_life_expectation": 79.9
},
{
"country": "Iceland",
"year": 2008,
"avg_life_expectation": 81.4,
"female_life_expectation": 83.2,
"male_life_expectation": 79.6
},
{
"country": "Iceland",
"year": 2007,
"avg_life_expectation": 81.3,
"female_life_expectation": 83.1,
"male_life_expectation": 79.6
},
{
"country": "Iceland",
"year": 2006,
"avg_life_expectation": 81.1,
"female_life_expectation": 82.9,
"male_life_expectation": 79.4
},
{
"country": "Iceland",
"year": 2005,
"avg_life_expectation": 81,
"female_life_expectation": 82.7,
"male_life_expectation": 79.2
},
{
"country": "Iceland",
"year": 2004,
"avg_life_expectation": 80.8,
"female_life_expectation": 82.6,
"male_life_expectation": 79
},
{
"country": "Iceland",
"year": 2003,
"avg_life_expectation": 80.7,
"female_life_expectation": 82.6,
"male_life_expectation": 78.8
},
{
"country": "Iceland",
"year": 2002,
"avg_life_expectation": 80.4,
"female_life_expectation": 82.2,
"male_life_expectation": 78.5
},
{
"country": "Iceland",
"year": 2001,
"avg_life_expectation": 80,
"female_life_expectation": 81.9,
"male_life_expectation": 78.1
},
{
"country": "Iceland",
"year": 2000,
"avg_life_expectation": 79.7,
"female_life_expectation": 81.7,
"male_life_expectation": 77.7
},
{
"country": "India",
"year": 2015,
"avg_life_expectation": 68.3,
"female_life_expectation": 69.9,
"male_life_expectation": 66.9
},
{
"country": "India",
"year": 2014,
"avg_life_expectation": 68,
"female_life_expectation": 69.5,
"male_life_expectation": 66.6
},
{
"country": "India",
"year": 2013,
"avg_life_expectation": 67.6,
"female_life_expectation": 69.1,
"male_life_expectation": 66.2
},
{
"country": "India",
"year": 2012,
"avg_life_expectation": 67.3,
"female_life_expectation": 68.7,
"male_life_expectation": 65.9
},
{
"country": "India",
"year": 2011,
"avg_life_expectation": 66.8,
"female_life_expectation": 68.2,
"male_life_expectation": 65.6
},
{
"country": "India",
"year": 2010,
"avg_life_expectation": 66.4,
"female_life_expectation": 67.6,
"male_life_expectation": 65.3
},
{
"country": "India",
"year": 2009,
"avg_life_expectation": 66,
"female_life_expectation": 67,
"male_life_expectation": 64.9
},
{
"country": "India",
"year": 2008,
"avg_life_expectation": 65.5,
"female_life_expectation": 66.5,
"male_life_expectation": 64.6
},
{
"country": "India",
"year": 2007,
"avg_life_expectation": 65.2,
"female_life_expectation": 66.1,
"male_life_expectation": 64.3
},
{
"country": "India",
"year": 2006,
"avg_life_expectation": 64.8,
"female_life_expectation": 65.7,
"male_life_expectation": 63.9
},
{
"country": "India",
"year": 2005,
"avg_life_expectation": 64.4,
"female_life_expectation": 65.3,
"male_life_expectation": 63.5
},
{
"country": "India",
"year": 2004,
"avg_life_expectation": 64,
"female_life_expectation": 64.9,
"male_life_expectation": 63.1
},
{
"country": "India",
"year": 2003,
"avg_life_expectation": 63.7,
"female_life_expectation": 64.6,
"male_life_expectation": 62.8
},
{
"country": "India",
"year": 2002,
"avg_life_expectation": 63.3,
"female_life_expectation": 64.2,
"male_life_expectation": 62.5
},
{
"country": "India",
"year": 2001,
"avg_life_expectation": 62.9,
"female_life_expectation": 63.8,
"male_life_expectation": 62
},
{
"country": "India",
"year": 2000,
"avg_life_expectation": 62.5,
"female_life_expectation": 63.4,
"male_life_expectation": 61.7
},
{
"country": "Indonesia",
"year": 2015,
"avg_life_expectation": 69.1,
"female_life_expectation": 71.2,
"male_life_expectation": 67.1
},
{
"country": "Indonesia",
"year": 2014,
"avg_life_expectation": 68.9,
"female_life_expectation": 71,
"male_life_expectation": 66.9
},
{
"country": "Indonesia",
"year": 2013,
"avg_life_expectation": 68.7,
"female_life_expectation": 70.8,
"male_life_expectation": 66.7
},
{
"country": "Indonesia",
"year": 2012,
"avg_life_expectation": 68.5,
"female_life_expectation": 70.6,
"male_life_expectation": 66.5
},
{
"country": "Indonesia",
"year": 2011,
"avg_life_expectation": 68.3,
"female_life_expectation": 70.4,
"male_life_expectation": 66.3
},
{
"country": "Indonesia",
"year": 2010,
"avg_life_expectation": 68.1,
"female_life_expectation": 70.2,
"male_life_expectation": 66.1
},
{
"country": "Indonesia",
"year": 2009,
"avg_life_expectation": 67.9,
"female_life_expectation": 70.1,
"male_life_expectation": 65.8
},
{
"country": "Indonesia",
"year": 2008,
"avg_life_expectation": 67.7,
"female_life_expectation": 69.9,
"male_life_expectation": 65.7
},
{
"country": "Indonesia",
"year": 2007,
"avg_life_expectation": 67.5,
"female_life_expectation": 69.7,
"male_life_expectation": 65.5
},
{
"country": "Indonesia",
"year": 2006,
"avg_life_expectation": 67.3,
"female_life_expectation": 69.4,
"male_life_expectation": 65.3
},
{
"country": "Indonesia",
"year": 2005,
"avg_life_expectation": 67.2,
"female_life_expectation": 69.2,
"male_life_expectation": 65.3
},
{
"country": "Indonesia",
"year": 2004,
"avg_life_expectation": 65.3,
"female_life_expectation": 67.5,
"male_life_expectation": 63.3
},
{
"country": "Indonesia",
"year": 2003,
"avg_life_expectation": 66.9,
"female_life_expectation": 68.7,
"male_life_expectation": 65
},
{
"country": "Indonesia",
"year": 2002,
"avg_life_expectation": 66.7,
"female_life_expectation": 68.5,
"male_life_expectation": 64.9
},
{
"country": "Indonesia",
"year": 2001,
"avg_life_expectation": 66.5,
"female_life_expectation": 68.2,
"male_life_expectation": 64.8
},
{
"country": "Indonesia",
"year": 2000,
"avg_life_expectation": 66.3,
"female_life_expectation": 68,
"male_life_expectation": 64.6
},
{
"country": "Iran (Islamic Republic of)",
"year": 2015,
"avg_life_expectation": 75.5,
"female_life_expectation": 76.6,
"male_life_expectation": 74.5
},
{
"country": "Iran (Islamic Republic of)",
"year": 2014,
"avg_life_expectation": 75.4,
"female_life_expectation": 76.5,
"male_life_expectation": 74.4
},
{
"country": "Iran (Islamic Republic of)",
"year": 2013,
"avg_life_expectation": 75.3,
"female_life_expectation": 76.3,
"male_life_expectation": 74.3
},
{
"country": "Iran (Islamic Republic of)",
"year": 2012,
"avg_life_expectation": 75.1,
"female_life_expectation": 76.2,
"male_life_expectation": 74.1
},
{
"country": "Iran (Islamic Republic of)",
"year": 2011,
"avg_life_expectation": 74.7,
"female_life_expectation": 75.9,
"male_life_expectation": 73.5
},
{
"country": "Iran (Islamic Republic of)",
"year": 2010,
"avg_life_expectation": 74.1,
"female_life_expectation": 75.6,
"male_life_expectation": 72.7
},
{
"country": "Iran (Islamic Republic of)",
"year": 2009,
"avg_life_expectation": 73.3,
"female_life_expectation": 75.2,
"male_life_expectation": 71.6
},
{
"country": "Iran (Islamic Republic of)",
"year": 2008,
"avg_life_expectation": 72.7,
"female_life_expectation": 74.7,
"male_life_expectation": 70.9
},
{
"country": "Iran (Islamic Republic of)",
"year": 2007,
"avg_life_expectation": 72.4,
"female_life_expectation": 74.4,
"male_life_expectation": 70.6
},
{
"country": "Iran (Islamic Republic of)",
"year": 2006,
"avg_life_expectation": 72.2,
"female_life_expectation": 74,
"male_life_expectation": 70.6
},
{
"country": "Iran (Islamic Republic of)",
"year": 2005,
"avg_life_expectation": 72,
"female_life_expectation": 73.6,
"male_life_expectation": 70.5
},
{
"country": "Iran (Islamic Republic of)",
"year": 2004,
"avg_life_expectation": 71.8,
"female_life_expectation": 73.2,
"male_life_expectation": 70.5
},
{
"country": "Iran (Islamic Republic of)",
"year": 2003,
"avg_life_expectation": 70.5,
"female_life_expectation": 71.8,
"male_life_expectation": 69.2
},
{
"country": "Iran (Islamic Republic of)",
"year": 2002,
"avg_life_expectation": 71.2,
"female_life_expectation": 72.3,
"male_life_expectation": 70.2
},
{
"country": "Iran (Islamic Republic of)",
"year": 2001,
"avg_life_expectation": 70.8,
"female_life_expectation": 71.8,
"male_life_expectation": 69.9
},
{
"country": "Iran (Islamic Republic of)",
"year": 2000,
"avg_life_expectation": 70.3,
"female_life_expectation": 71.2,
"male_life_expectation": 69.4
},
{
"country": "Iraq",
"year": 2015,
"avg_life_expectation": 68.9,
"female_life_expectation": 71.8,
"male_life_expectation": 66.2
},
{
"country": "Iraq",
"year": 2014,
"avg_life_expectation": 67.9,
"female_life_expectation": 71.1,
"male_life_expectation": 64.9
},
{
"country": "Iraq",
"year": 2013,
"avg_life_expectation": 69.5,
"female_life_expectation": 72.1,
"male_life_expectation": 66.9
},
{
"country": "Iraq",
"year": 2012,
"avg_life_expectation": 70.6,
"female_life_expectation": 72.9,
"male_life_expectation": 68.4
},
{
"country": "Iraq",
"year": 2011,
"avg_life_expectation": 70.7,
"female_life_expectation": 72.9,
"male_life_expectation": 68.5
},
{
"country": "Iraq",
"year": 2010,
"avg_life_expectation": 70.6,
"female_life_expectation": 72.8,
"male_life_expectation": 68.4
},
{
"country": "Iraq",
"year": 2009,
"avg_life_expectation": 70.4,
"female_life_expectation": 72.7,
"male_life_expectation": 68.2
},
{
"country": "Iraq",
"year": 2008,
"avg_life_expectation": 69.3,
"female_life_expectation": 71.9,
"male_life_expectation": 66.7
},
{
"country": "Iraq",
"year": 2007,
"avg_life_expectation": 65.9,
"female_life_expectation": 69.7,
"male_life_expectation": 62.5
},
{
"country": "Iraq",
"year": 2006,
"avg_life_expectation": 64.7,
"female_life_expectation": 68.9,
"male_life_expectation": 60.9
},
{
"country": "Iraq",
"year": 2005,
"avg_life_expectation": 66.8,
"female_life_expectation": 70.3,
"male_life_expectation": 63.6
},
{
"country": "Iraq",
"year": 2004,
"avg_life_expectation": 67.2,
"female_life_expectation": 70.6,
"male_life_expectation": 64.1
},
{
"country": "Iraq",
"year": 2003,
"avg_life_expectation": 66.5,
"female_life_expectation": 70.1,
"male_life_expectation": 63.2
},
{
"country": "Iraq",
"year": 2002,
"avg_life_expectation": 70.4,
"female_life_expectation": 72.6,
"male_life_expectation": 68.3
},
{
"country": "Iraq",
"year": 2001,
"avg_life_expectation": 70.2,
"female_life_expectation": 72.5,
"male_life_expectation": 68.1
},
{
"country": "Iraq",
"year": 2000,
"avg_life_expectation": 70,
"female_life_expectation": 72.3,
"male_life_expectation": 67.8
},
{
"country": "Ireland",
"year": 2015,
"avg_life_expectation": 81.4,
"female_life_expectation": 83.4,
"male_life_expectation": 79.4
},
{
"country": "Ireland",
"year": 2014,
"avg_life_expectation": 81.2,
"female_life_expectation": 83.3,
"male_life_expectation": 79.1
},
{
"country": "Ireland",
"year": 2013,
"avg_life_expectation": 81,
"female_life_expectation": 83.1,
"male_life_expectation": 78.8
},
{
"country": "Ireland",
"year": 2012,
"avg_life_expectation": 80.5,
"female_life_expectation": 82.7,
"male_life_expectation": 78.3
},
{
"country": "Ireland",
"year": 2011,
"avg_life_expectation": 80.4,
"female_life_expectation": 82.5,
"male_life_expectation": 78.3
},
{
"country": "Ireland",
"year": 2010,
"avg_life_expectation": 80.6,
"female_life_expectation": 82.8,
"male_life_expectation": 78.4
},
{
"country": "Ireland",
"year": 2009,
"avg_life_expectation": 79.7,
"female_life_expectation": 82.1,
"male_life_expectation": 77.3
},
{
"country": "Ireland",
"year": 2008,
"avg_life_expectation": 79.8,
"female_life_expectation": 82,
"male_life_expectation": 77.5
},
{
"country": "Ireland",
"year": 2007,
"avg_life_expectation": 79.5,
"female_life_expectation": 81.8,
"male_life_expectation": 77.1
},
{
"country": "Ireland",
"year": 2006,
"avg_life_expectation": 79,
"female_life_expectation": 81.4,
"male_life_expectation": 76.7
},
{
"country": "Ireland",
"year": 2005,
"avg_life_expectation": 78.7,
"female_life_expectation": 81,
"male_life_expectation": 76.3
},
{
"country": "Ireland",
"year": 2004,
"avg_life_expectation": 78.3,
"female_life_expectation": 80.8,
"male_life_expectation": 75.8
},
{
"country": "Ireland",
"year": 2003,
"avg_life_expectation": 78,
"female_life_expectation": 80.4,
"male_life_expectation": 75.5
},
{
"country": "Ireland",
"year": 2002,
"avg_life_expectation": 77.4,
"female_life_expectation": 80.1,
"male_life_expectation": 74.8
},
{
"country": "Ireland",
"year": 2001,
"avg_life_expectation": 77,
"female_life_expectation": 79.7,
"male_life_expectation": 74.3
},
{
"country": "Ireland",
"year": 2000,
"avg_life_expectation": 76.4,
"female_life_expectation": 79,
"male_life_expectation": 73.8
},
{
"country": "Israel",
"year": 2015,
"avg_life_expectation": 82.5,
"female_life_expectation": 84.3,
"male_life_expectation": 80.6
},
{
"country": "Israel",
"year": 2014,
"avg_life_expectation": 82.2,
"female_life_expectation": 84,
"male_life_expectation": 80.2
},
{
"country": "Israel",
"year": 2013,
"avg_life_expectation": 82.1,
"female_life_expectation": 83.9,
"male_life_expectation": 80.2
},
{
"country": "Israel",
"year": 2012,
"avg_life_expectation": 81.8,
"female_life_expectation": 83.6,
"male_life_expectation": 79.8
},
{
"country": "Israel",
"year": 2011,
"avg_life_expectation": 81.8,
"female_life_expectation": 83.6,
"male_life_expectation": 79.9
},
{
"country": "Israel",
"year": 2010,
"avg_life_expectation": 81.7,
"female_life_expectation": 83.6,
"male_life_expectation": 79.7
},
{
"country": "Israel",
"year": 2009,
"avg_life_expectation": 81.5,
"female_life_expectation": 83.4,
"male_life_expectation": 79.5
},
{
"country": "Israel",
"year": 2008,
"avg_life_expectation": 81,
"female_life_expectation": 82.9,
"male_life_expectation": 78.9
},
{
"country": "Israel",
"year": 2007,
"avg_life_expectation": 80.4,
"female_life_expectation": 82.4,
"male_life_expectation": 78.3
},
{
"country": "Israel",
"year": 2006,
"avg_life_expectation": 80.4,
"female_life_expectation": 82.2,
"male_life_expectation": 78.4
},
{
"country": "Israel",
"year": 2005,
"avg_life_expectation": 80,
"female_life_expectation": 81.9,
"male_life_expectation": 78
},
{
"country": "Israel",
"year": 2004,
"avg_life_expectation": 80.1,
"female_life_expectation": 82,
"male_life_expectation": 77.9
},
{
"country": "Israel",
"year": 2003,
"avg_life_expectation": 79.7,
"female_life_expectation": 81.6,
"male_life_expectation": 77.6
},
{
"country": "Israel",
"year": 2002,
"avg_life_expectation": 79.3,
"female_life_expectation": 81.3,
"male_life_expectation": 77.3
},
{
"country": "Israel",
"year": 2001,
"avg_life_expectation": 79.3,
"female_life_expectation": 81.3,
"male_life_expectation": 77.1
},
{
"country": "Israel",
"year": 2000,
"avg_life_expectation": 78.9,
"female_life_expectation": 80.8,
"male_life_expectation": 76.8
},
{
"country": "Italy",
"year": 2015,
"avg_life_expectation": 82.7,
"female_life_expectation": 84.8,
"male_life_expectation": 80.5
},
{
"country": "Italy",
"year": 2014,
"avg_life_expectation": 82.5,
"female_life_expectation": 84.6,
"male_life_expectation": 80.2
},
{
"country": "Italy",
"year": 2013,
"avg_life_expectation": 82.3,
"female_life_expectation": 84.5,
"male_life_expectation": 80
},
{
"country": "Italy",
"year": 2012,
"avg_life_expectation": 82,
"female_life_expectation": 84.2,
"male_life_expectation": 79.6
},
{
"country": "Italy",
"year": 2011,
"avg_life_expectation": 82,
"female_life_expectation": 84.3,
"male_life_expectation": 79.5
},
{
"country": "Italy",
"year": 2010,
"avg_life_expectation": 81.8,
"female_life_expectation": 84.2,
"male_life_expectation": 79.3
},
{
"country": "Italy",
"year": 2009,
"avg_life_expectation": 81.6,
"female_life_expectation": 84,
"male_life_expectation": 79
},
{
"country": "Italy",
"year": 2008,
"avg_life_expectation": 81.5,
"female_life_expectation": 84,
"male_life_expectation": 78.8
},
{
"country": "Italy",
"year": 2007,
"avg_life_expectation": 81.3,
"female_life_expectation": 83.9,
"male_life_expectation": 78.6
},
{
"country": "Italy",
"year": 2006,
"avg_life_expectation": 81.2,
"female_life_expectation": 83.9,
"male_life_expectation": 78.4
},
{
"country": "Italy",
"year": 2005,
"avg_life_expectation": 80.8,
"female_life_expectation": 83.5,
"male_life_expectation": 77.9
},
{
"country": "Italy",
"year": 2004,
"avg_life_expectation": 80.9,
"female_life_expectation": 83.7,
"male_life_expectation": 78
},
{
"country": "Italy",
"year": 2003,
"avg_life_expectation": 79.9,
"female_life_expectation": 82.7,
"male_life_expectation": 77
},
{
"country": "Italy",
"year": 2002,
"avg_life_expectation": 80,
"female_life_expectation": 82.9,
"male_life_expectation": 77
},
{
"country": "Italy",
"year": 2001,
"avg_life_expectation": 79.8,
"female_life_expectation": 82.7,
"male_life_expectation": 76.7
},
{
"country": "Italy",
"year": 2000,
"avg_life_expectation": 79.4,
"female_life_expectation": 82.4,
"male_life_expectation": 76.3
},
{
"country": "Jamaica",
"year": 2015,
"avg_life_expectation": 76.2,
"female_life_expectation": 78.6,
"male_life_expectation": 73.9
},
{
"country": "Jamaica",
"year": 2014,
"avg_life_expectation": 75.8,
"female_life_expectation": 78.4,
"male_life_expectation": 73.3
},
{
"country": "Jamaica",
"year": 2013,
"avg_life_expectation": 75.6,
"female_life_expectation": 78.1,
"male_life_expectation": 73.2
},
{
"country": "Jamaica",
"year": 2012,
"avg_life_expectation": 75.3,
"female_life_expectation": 77.8,
"male_life_expectation": 72.9
},
{
"country": "Jamaica",
"year": 2011,
"avg_life_expectation": 75.2,
"female_life_expectation": 77.7,
"male_life_expectation": 72.7
},
{
"country": "Jamaica",
"year": 2010,
"avg_life_expectation": 75,
"female_life_expectation": 77.7,
"male_life_expectation": 72.5
},
{
"country": "Jamaica",
"year": 2009,
"avg_life_expectation": 74.7,
"female_life_expectation": 77.4,
"male_life_expectation": 72.2
},
{
"country": "Jamaica",
"year": 2008,
"avg_life_expectation": 74.5,
"female_life_expectation": 77.2,
"male_life_expectation": 71.9
},
{
"country": "Jamaica",
"year": 2007,
"avg_life_expectation": 74.2,
"female_life_expectation": 76.9,
"male_life_expectation": 71.6
},
{
"country": "Jamaica",
"year": 2006,
"avg_life_expectation": 74,
"female_life_expectation": 76.8,
"male_life_expectation": 71.4
},
{
"country": "Jamaica",
"year": 2005,
"avg_life_expectation": 73.5,
"female_life_expectation": 76.3,
"male_life_expectation": 70.8
},
{
"country": "Jamaica",
"year": 2004,
"avg_life_expectation": 73.3,
"female_life_expectation": 76.2,
"male_life_expectation": 70.5
},
{
"country": "Jamaica",
"year": 2003,
"avg_life_expectation": 73.1,
"female_life_expectation": 76.1,
"male_life_expectation": 70.3
},
{
"country": "Jamaica",
"year": 2002,
"avg_life_expectation": 73,
"female_life_expectation": 76,
"male_life_expectation": 70.1
},
{
"country": "Jamaica",
"year": 2001,
"avg_life_expectation": 72.7,
"female_life_expectation": 75.7,
"male_life_expectation": 69.8
},
{
"country": "Jamaica",
"year": 2000,
"avg_life_expectation": 72.6,
"female_life_expectation": 75.5,
"male_life_expectation": 69.8
},
{
"country": "Japan",
"year": 2015,
"avg_life_expectation": 83.7,
"female_life_expectation": 86.8,
"male_life_expectation": 80.5
},
{
"country": "Japan",
"year": 2014,
"avg_life_expectation": 83.5,
"female_life_expectation": 86.7,
"male_life_expectation": 80.3
},
{
"country": "Japan",
"year": 2013,
"avg_life_expectation": 83.5,
"female_life_expectation": 86.7,
"male_life_expectation": 80.3
},
{
"country": "Japan",
"year": 2012,
"avg_life_expectation": 83.3,
"female_life_expectation": 86.5,
"male_life_expectation": 80
},
{
"country": "Japan",
"year": 2011,
"avg_life_expectation": 82.5,
"female_life_expectation": 85.7,
"male_life_expectation": 79.3
},
{
"country": "Japan",
"year": 2010,
"avg_life_expectation": 83,
"female_life_expectation": 86.3,
"male_life_expectation": 79.5
},
{
"country": "Japan",
"year": 2009,
"avg_life_expectation": 83,
"female_life_expectation": 86.4,
"male_life_expectation": 79.5
},
{
"country": "Japan",
"year": 2008,
"avg_life_expectation": 82.7,
"female_life_expectation": 86,
"male_life_expectation": 79.2
},
{
"country": "Japan",
"year": 2007,
"avg_life_expectation": 82.6,
"female_life_expectation": 85.9,
"male_life_expectation": 79.1
},
{
"country": "Japan",
"year": 2006,
"avg_life_expectation": 82.4,
"female_life_expectation": 85.7,
"male_life_expectation": 78.9
},
{
"country": "Japan",
"year": 2005,
"avg_life_expectation": 82,
"female_life_expectation": 85.4,
"male_life_expectation": 78.4
},
{
"country": "Japan",
"year": 2004,
"avg_life_expectation": 82.1,
"female_life_expectation": 85.5,
"male_life_expectation": 78.6
},
{
"country": "Japan",
"year": 2003,
"avg_life_expectation": 81.9,
"female_life_expectation": 85.3,
"male_life_expectation": 78.3
},
{
"country": "Japan",
"year": 2002,
"avg_life_expectation": 81.8,
"female_life_expectation": 85.2,
"male_life_expectation": 78.3
},
{
"country": "Japan",
"year": 2001,
"avg_life_expectation": 81.5,
"female_life_expectation": 84.8,
"male_life_expectation": 78
},
{
"country": "Japan",
"year": 2000,
"avg_life_expectation": 81.1,
"female_life_expectation": 84.5,
"male_life_expectation": 77.6
},
{
"country": "Jordan",
"year": 2015,
"avg_life_expectation": 74.1,
"female_life_expectation": 75.9,
"male_life_expectation": 72.5
},
{
"country": "Jordan",
"year": 2014,
"avg_life_expectation": 74,
"female_life_expectation": 75.7,
"male_life_expectation": 72.4
},
{
"country": "Jordan",
"year": 2013,
"avg_life_expectation": 73.9,
"female_life_expectation": 75.6,
"male_life_expectation": 72.3
},
{
"country": "Jordan",
"year": 2012,
"avg_life_expectation": 73.7,
"female_life_expectation": 75.4,
"male_life_expectation": 72.2
},
{
"country": "Jordan",
"year": 2011,
"avg_life_expectation": 73.6,
"female_life_expectation": 75.2,
"male_life_expectation": 72.1
},
{
"country": "Jordan",
"year": 2010,
"avg_life_expectation": 73.4,
"female_life_expectation": 75.1,
"male_life_expectation": 71.9
},
{
"country": "Jordan",
"year": 2009,
"avg_life_expectation": 73.3,
"female_life_expectation": 74.9,
"male_life_expectation": 71.8
},
{
"country": "Jordan",
"year": 2008,
"avg_life_expectation": 73.1,
"female_life_expectation": 74.7,
"male_life_expectation": 71.7
},
{
"country": "Jordan",
"year": 2007,
"avg_life_expectation": 73,
"female_life_expectation": 74.6,
"male_life_expectation": 71.5
},
{
"country": "Jordan",
"year": 2006,
"avg_life_expectation": 72.8,
"female_life_expectation": 74.4,
"male_life_expectation": 71.4
},
{
"country": "Jordan",
"year": 2005,
"avg_life_expectation": 72.4,
"female_life_expectation": 74.1,
"male_life_expectation": 70.9
},
{
"country": "Jordan",
"year": 2004,
"avg_life_expectation": 72.5,
"female_life_expectation": 74,
"male_life_expectation": 71.1
},
{
"country": "Jordan",
"year": 2003,
"avg_life_expectation": 72.3,
"female_life_expectation": 73.9,
"male_life_expectation": 70.9
},
{
"country": "Jordan",
"year": 2002,
"avg_life_expectation": 72.1,
"female_life_expectation": 73.7,
"male_life_expectation": 70.8
},
{
"country": "Jordan",
"year": 2001,
"avg_life_expectation": 71.9,
"female_life_expectation": 73.5,
"male_life_expectation": 70.6
},
{
"country": "Jordan",
"year": 2000,
"avg_life_expectation": 71.7,
"female_life_expectation": 73.3,
"male_life_expectation": 70.4
},
{
"country": "Kazakhstan",
"year": 2015,
"avg_life_expectation": 70.2,
"female_life_expectation": 74.7,
"male_life_expectation": 65.7
},
{
"country": "Kazakhstan",
"year": 2014,
"avg_life_expectation": 69.9,
"female_life_expectation": 74.5,
"male_life_expectation": 65.3
},
{
"country": "Kazakhstan",
"year": 2013,
"avg_life_expectation": 69.5,
"female_life_expectation": 74.2,
"male_life_expectation": 64.8
},
{
"country": "Kazakhstan",
"year": 2012,
"avg_life_expectation": 69.1,
"female_life_expectation": 74,
"male_life_expectation": 64.4
},
{
"country": "Kazakhstan",
"year": 2011,
"avg_life_expectation": 68.5,
"female_life_expectation": 73.5,
"male_life_expectation": 63.7
},
{
"country": "Kazakhstan",
"year": 2010,
"avg_life_expectation": 67.8,
"female_life_expectation": 72.9,
"male_life_expectation": 62.8
},
{
"country": "Kazakhstan",
"year": 2009,
"avg_life_expectation": 67.8,
"female_life_expectation": 72.9,
"male_life_expectation": 62.7
},
{
"country": "Kazakhstan",
"year": 2008,
"avg_life_expectation": 66.6,
"female_life_expectation": 72.2,
"male_life_expectation": 61.2
},
{
"country": "Kazakhstan",
"year": 2007,
"avg_life_expectation": 65.3,
"female_life_expectation": 71.6,
"male_life_expectation": 59.5
},
{
"country": "Kazakhstan",
"year": 2006,
"avg_life_expectation": 65,
"female_life_expectation": 71.2,
"male_life_expectation": 59.2
},
{
"country": "Kazakhstan",
"year": 2005,
"avg_life_expectation": 64.6,
"female_life_expectation": 70.8,
"male_life_expectation": 58.9
},
{
"country": "Kazakhstan",
"year": 2004,
"avg_life_expectation": 64.7,
"female_life_expectation": 70.8,
"male_life_expectation": 59
},
{
"country": "Kazakhstan",
"year": 2003,
"avg_life_expectation": 64.4,
"female_life_expectation": 70.3,
"male_life_expectation": 58.9
},
{
"country": "Kazakhstan",
"year": 2002,
"avg_life_expectation": 64.7,
"female_life_expectation": 70.4,
"male_life_expectation": 59.2
},
{
"country": "Kazakhstan",
"year": 2001,
"avg_life_expectation": 64.4,
"female_life_expectation": 70.2,
"male_life_expectation": 58.9
},
{
"country": "Kazakhstan",
"year": 2000,
"avg_life_expectation": 63.9,
"female_life_expectation": 69.9,
"male_life_expectation": 58.3
},
{
"country": "Kenya",
"year": 2015,
"avg_life_expectation": 63.4,
"female_life_expectation": 65.8,
"male_life_expectation": 61.1
},
{
"country": "Kenya",
"year": 2014,
"avg_life_expectation": 62.9,
"female_life_expectation": 65.3,
"male_life_expectation": 60.6
},
{
"country": "Kenya",
"year": 2013,
"avg_life_expectation": 62.6,
"female_life_expectation": 65,
"male_life_expectation": 60.3
},
{
"country": "Kenya",
"year": 2012,
"avg_life_expectation": 62.1,
"female_life_expectation": 64.2,
"male_life_expectation": 60.2
},
{
"country": "Kenya",
"year": 2011,
"avg_life_expectation": 61.2,
"female_life_expectation": 62.8,
"male_life_expectation": 59.7
},
{
"country": "Kenya",
"year": 2010,
"avg_life_expectation": 60.3,
"female_life_expectation": 61.7,
"male_life_expectation": 58.9
},
{
"country": "Kenya",
"year": 2009,
"avg_life_expectation": 59.1,
"female_life_expectation": 60.3,
"male_life_expectation": 57.9
},
{
"country": "Kenya",
"year": 2008,
"avg_life_expectation": 57.9,
"female_life_expectation": 59,
"male_life_expectation": 56.8
},
{
"country": "Kenya",
"year": 2007,
"avg_life_expectation": 56.8,
"female_life_expectation": 57.9,
"male_life_expectation": 55.8
},
{
"country": "Kenya",
"year": 2006,
"avg_life_expectation": 55.3,
"female_life_expectation": 56.2,
"male_life_expectation": 54.4
},
{
"country": "Kenya",
"year": 2005,
"avg_life_expectation": 54.1,
"female_life_expectation": 54.9,
"male_life_expectation": 53.2
},
{
"country": "Kenya",
"year": 2004,
"avg_life_expectation": 53,
"female_life_expectation": 53.7,
"male_life_expectation": 52.2
},
{
"country": "Kenya",
"year": 2003,
"avg_life_expectation": 52.4,
"female_life_expectation": 53.3,
"male_life_expectation": 51.6
},
{
"country": "Kenya",
"year": 2002,
"avg_life_expectation": 52.1,
"female_life_expectation": 53,
"male_life_expectation": 51.2
},
{
"country": "Kenya",
"year": 2001,
"avg_life_expectation": 51.9,
"female_life_expectation": 52.9,
"male_life_expectation": 50.9
},
{
"country": "Kenya",
"year": 2000,
"avg_life_expectation": 51.9,
"female_life_expectation": 53,
"male_life_expectation": 50.8
},
{
"country": "Kiribati",
"year": 2015,
"avg_life_expectation": 66.3,
"female_life_expectation": 68.8,
"male_life_expectation": 63.7
},
{
"country": "Kiribati",
"year": 2014,
"avg_life_expectation": 66.1,
"female_life_expectation": 68.6,
"male_life_expectation": 63.4
},
{
"country": "Kiribati",
"year": 2013,
"avg_life_expectation": 65.8,
"female_life_expectation": 68.4,
"male_life_expectation": 63.2
},
{
"country": "Kiribati",
"year": 2012,
"avg_life_expectation": 65.7,
"female_life_expectation": 68.2,
"male_life_expectation": 63.1
},
{
"country": "Kiribati",
"year": 2011,
"avg_life_expectation": 65.5,
"female_life_expectation": 68,
"male_life_expectation": 62.9
},
{
"country": "Kiribati",
"year": 2010,
"avg_life_expectation": 65.3,
"female_life_expectation": 67.8,
"male_life_expectation": 62.8
},
{
"country": "Kiribati",
"year": 2009,
"avg_life_expectation": 65.2,
"female_life_expectation": 67.6,
"male_life_expectation": 62.7
},
{
"country": "Kiribati",
"year": 2008,
"avg_life_expectation": 65.1,
"female_life_expectation": 67.5,
"male_life_expectation": 62.6
},
{
"country": "Kiribati",
"year": 2007,
"avg_life_expectation": 65,
"female_life_expectation": 67.4,
"male_life_expectation": 62.5
},
{
"country": "Kiribati",
"year": 2006,
"avg_life_expectation": 65,
"female_life_expectation": 67.3,
"male_life_expectation": 62.5
},
{
"country": "Kiribati",
"year": 2005,
"avg_life_expectation": 64.9,
"female_life_expectation": 67.3,
"male_life_expectation": 62.4
},
{
"country": "Kiribati",
"year": 2004,
"avg_life_expectation": 64.8,
"female_life_expectation": 67.2,
"male_life_expectation": 62.4
},
{
"country": "Kiribati",
"year": 2003,
"avg_life_expectation": 64.7,
"female_life_expectation": 67.1,
"male_life_expectation": 62.3
},
{
"country": "Kiribati",
"year": 2002,
"avg_life_expectation": 64.6,
"female_life_expectation": 66.9,
"male_life_expectation": 62.1
},
{
"country": "Kiribati",
"year": 2001,
"avg_life_expectation": 64.3,
"female_life_expectation": 66.7,
"male_life_expectation": 61.9
},
{
"country": "Kiribati",
"year": 2000,
"avg_life_expectation": 64.1,
"female_life_expectation": 66.4,
"male_life_expectation": 61.6
},
{
"country": "Kuwait",
"year": 2015,
"avg_life_expectation": 74.7,
"female_life_expectation": 76,
"male_life_expectation": 73.7
},
{
"country": "Kuwait",
"year": 2014,
"avg_life_expectation": 74.6,
"female_life_expectation": 75.8,
"male_life_expectation": 73.6
},
{
"country": "Kuwait",
"year": 2013,
"avg_life_expectation": 74.5,
"female_life_expectation": 75.7,
"male_life_expectation": 73.5
},
{
"country": "Kuwait",
"year": 2012,
"avg_life_expectation": 74.3,
"female_life_expectation": 75.6,
"male_life_expectation": 73.4
},
{
"country": "Kuwait",
"year": 2011,
"avg_life_expectation": 74.2,
"female_life_expectation": 75.4,
"male_life_expectation": 73.3
},
{
"country": "Kuwait",
"year": 2010,
"avg_life_expectation": 74,
"female_life_expectation": 75.2,
"male_life_expectation": 73.2
},
{
"country": "Kuwait",
"year": 2009,
"avg_life_expectation": 73.9,
"female_life_expectation": 75.1,
"male_life_expectation": 73.1
},
{
"country": "Kuwait",
"year": 2008,
"avg_life_expectation": 73.8,
"female_life_expectation": 74.9,
"male_life_expectation": 73
},
{
"country": "Kuwait",
"year": 2007,
"avg_life_expectation": 73.7,
"female_life_expectation": 74.8,
"male_life_expectation": 72.9
},
{
"country": "Kuwait",
"year": 2006,
"avg_life_expectation": 73.6,
"female_life_expectation": 74.8,
"male_life_expectation": 72.9
},
{
"country": "Kuwait",
"year": 2005,
"avg_life_expectation": 73.6,
"female_life_expectation": 74.7,
"male_life_expectation": 72.8
},
{
"country": "Kuwait",
"year": 2004,
"avg_life_expectation": 73.5,
"female_life_expectation": 74.7,
"male_life_expectation": 72.7
},
{
"country": "Kuwait",
"year": 2003,
"avg_life_expectation": 73.4,
"female_life_expectation": 74.6,
"male_life_expectation": 72.7
},
{
"country": "Kuwait",
"year": 2002,
"avg_life_expectation": 73.3,
"female_life_expectation": 74.5,
"male_life_expectation": 72.6
},
{
"country": "Kuwait",
"year": 2001,
"avg_life_expectation": 73.2,
"female_life_expectation": 74.4,
"male_life_expectation": 72.5
},
{
"country": "Kuwait",
"year": 2000,
"avg_life_expectation": 73.2,
"female_life_expectation": 74.4,
"male_life_expectation": 72.4
},
{
"country": "Kyrgyzstan",
"year": 2015,
"avg_life_expectation": 71.1,
"female_life_expectation": 75.1,
"male_life_expectation": 67.2
},
{
"country": "Kyrgyzstan",
"year": 2014,
"avg_life_expectation": 70.8,
"female_life_expectation": 74.8,
"male_life_expectation": 66.9
},
{
"country": "Kyrgyzstan",
"year": 2013,
"avg_life_expectation": 70.7,
"female_life_expectation": 74.7,
"male_life_expectation": 66.8
},
{
"country": "Kyrgyzstan",
"year": 2012,
"avg_life_expectation": 69.9,
"female_life_expectation": 73.9,
"male_life_expectation": 66.1
},
{
"country": "Kyrgyzstan",
"year": 2011,
"avg_life_expectation": 69.4,
"female_life_expectation": 73.4,
"male_life_expectation": 65.4
},
{
"country": "Kyrgyzstan",
"year": 2010,
"avg_life_expectation": 68.8,
"female_life_expectation": 73,
"male_life_expectation": 64.7
},
{
"country": "Kyrgyzstan",
"year": 2009,
"avg_life_expectation": 68.5,
"female_life_expectation": 72.6,
"male_life_expectation": 64.5
},
{
"country": "Kyrgyzstan",
"year": 2008,
"avg_life_expectation": 67.6,
"female_life_expectation": 71.7,
"male_life_expectation": 63.8
},
{
"country": "Kyrgyzstan",
"year": 2007,
"avg_life_expectation": 67.2,
"female_life_expectation": 71.6,
"male_life_expectation": 63.1
},
{
"country": "Kyrgyzstan",
"year": 2006,
"avg_life_expectation": 66.7,
"female_life_expectation": 71,
"male_life_expectation": 62.8
},
{
"country": "Kyrgyzstan",
"year": 2005,
"avg_life_expectation": 66.9,
"female_life_expectation": 71,
"male_life_expectation": 63.1
},
{
"country": "Kyrgyzstan",
"year": 2004,
"avg_life_expectation": 67.1,
"female_life_expectation": 71.2,
"male_life_expectation": 63.3
},
{
"country": "Kyrgyzstan",
"year": 2003,
"avg_life_expectation": 66.6,
"female_life_expectation": 70.6,
"male_life_expectation": 62.7
},
{
"country": "Kyrgyzstan",
"year": 2002,
"avg_life_expectation": 66.7,
"female_life_expectation": 70.8,
"male_life_expectation": 62.8
},
{
"country": "Kyrgyzstan",
"year": 2001,
"avg_life_expectation": 67.2,
"female_life_expectation": 71.5,
"male_life_expectation": 63.1
},
{
"country": "Kyrgyzstan",
"year": 2000,
"avg_life_expectation": 66.6,
"female_life_expectation": 70.7,
"male_life_expectation": 62.6
},
{
"country": "Lao People's Democratic Republic",
"year": 2015,
"avg_life_expectation": 65.7,
"female_life_expectation": 67.2,
"male_life_expectation": 64.1
},
{
"country": "Lao People's Democratic Republic",
"year": 2014,
"avg_life_expectation": 65.3,
"female_life_expectation": 66.8,
"male_life_expectation": 63.7
},
{
"country": "Lao People's Democratic Republic",
"year": 2013,
"avg_life_expectation": 64.9,
"female_life_expectation": 66.4,
"male_life_expectation": 63.3
},
{
"country": "Lao People's Democratic Republic",
"year": 2012,
"avg_life_expectation": 64.4,
"female_life_expectation": 66,
"male_life_expectation": 62.9
},
{
"country": "Lao People's Democratic Republic",
"year": 2011,
"avg_life_expectation": 64,
"female_life_expectation": 65.6,
"male_life_expectation": 62.4
},
{
"country": "Lao People's Democratic Republic",
"year": 2010,
"avg_life_expectation": 63.6,
"female_life_expectation": 65.1,
"male_life_expectation": 62
},
{
"country": "Lao People's Democratic Republic",
"year": 2009,
"avg_life_expectation": 63.1,
"female_life_expectation": 64.7,
"male_life_expectation": 61.5
},
{
"country": "Lao People's Democratic Republic",
"year": 2008,
"avg_life_expectation": 62.6,
"female_life_expectation": 64.2,
"male_life_expectation": 61
},
{
"country": "Lao People's Democratic Republic",
"year": 2007,
"avg_life_expectation": 62.1,
"female_life_expectation": 63.7,
"male_life_expectation": 60.5
},
{
"country": "Lao People's Democratic Republic",
"year": 2006,
"avg_life_expectation": 61.5,
"female_life_expectation": 63.1,
"male_life_expectation": 59.9
},
{
"country": "Lao People's Democratic Republic",
"year": 2005,
"avg_life_expectation": 61,
"female_life_expectation": 62.6,
"male_life_expectation": 59.4
},
{
"country": "Lao People's Democratic Republic",
"year": 2004,
"avg_life_expectation": 60.4,
"female_life_expectation": 62,
"male_life_expectation": 58.8
},
{
"country": "Lao People's Democratic Republic",
"year": 2003,
"avg_life_expectation": 59.8,
"female_life_expectation": 61.4,
"male_life_expectation": 58.2
},
{
"country": "Lao People's Democratic Republic",
"year": 2002,
"avg_life_expectation": 59.3,
"female_life_expectation": 60.9,
"male_life_expectation": 57.7
},
{
"country": "Lao People's Democratic Republic",
"year": 2001,
"avg_life_expectation": 58.7,
"female_life_expectation": 60.3,
"male_life_expectation": 57.1
},
{
"country": "Lao People's Democratic Republic",
"year": 2000,
"avg_life_expectation": 58.1,
"female_life_expectation": 59.7,
"male_life_expectation": 56.5
},
{
"country": "Latvia",
"year": 2015,
"avg_life_expectation": 74.6,
"female_life_expectation": 79.2,
"male_life_expectation": 69.6
},
{
"country": "Latvia",
"year": 2014,
"avg_life_expectation": 74.4,
"female_life_expectation": 79,
"male_life_expectation": 69.4
},
{
"country": "Latvia",
"year": 2013,
"avg_life_expectation": 74.1,
"female_life_expectation": 78.8,
"male_life_expectation": 69
},
{
"country": "Latvia",
"year": 2012,
"avg_life_expectation": 73.8,
"female_life_expectation": 78.6,
"male_life_expectation": 68.8
},
{
"country": "Latvia",
"year": 2011,
"avg_life_expectation": 73.6,
"female_life_expectation": 78.4,
"male_life_expectation": 68.5
},
{
"country": "Latvia",
"year": 2010,
"avg_life_expectation": 72.8,
"female_life_expectation": 77.7,
"male_life_expectation": 67.6
},
{
"country": "Latvia",
"year": 2009,
"avg_life_expectation": 72.6,
"female_life_expectation": 77.6,
"male_life_expectation": 67.3
},
{
"country": "Latvia",
"year": 2008,
"avg_life_expectation": 71.9,
"female_life_expectation": 77.3,
"male_life_expectation": 66.3
},
{
"country": "Latvia",
"year": 2007,
"avg_life_expectation": 70.8,
"female_life_expectation": 76.4,
"male_life_expectation": 65.1
},
{
"country": "Latvia",
"year": 2006,
"avg_life_expectation": 70.5,
"female_life_expectation": 76.2,
"male_life_expectation": 64.8
},
{
"country": "Latvia",
"year": 2005,
"avg_life_expectation": 70.6,
"female_life_expectation": 76.4,
"male_life_expectation": 64.8
},
{
"country": "Latvia",
"year": 2004,
"avg_life_expectation": 71,
"female_life_expectation": 76.3,
"male_life_expectation": 65.6
},
{
"country": "Latvia",
"year": 2003,
"avg_life_expectation": 70.8,
"female_life_expectation": 75.9,
"male_life_expectation": 65.5
},
{
"country": "Latvia",
"year": 2002,
"avg_life_expectation": 70.3,
"female_life_expectation": 76,
"male_life_expectation": 64.6
},
{
"country": "Latvia",
"year": 2001,
"avg_life_expectation": 69.9,
"female_life_expectation": 75.5,
"male_life_expectation": 64.2
},
{
"country": "Latvia",
"year": 2000,
"avg_life_expectation": 70.1,
"female_life_expectation": 75.7,
"male_life_expectation": 64.4
},
{
"country": "Lebanon",
"year": 2015,
"avg_life_expectation": 74.9,
"female_life_expectation": 76.5,
"male_life_expectation": 73.5
},
{
"country": "Lebanon",
"year": 2014,
"avg_life_expectation": 74.8,
"female_life_expectation": 76.4,
"male_life_expectation": 73.4
},
{
"country": "Lebanon",
"year": 2013,
"avg_life_expectation": 74.9,
"female_life_expectation": 76.4,
"male_life_expectation": 73.5
},
{
"country": "Lebanon",
"year": 2012,
"avg_life_expectation": 75,
"female_life_expectation": 76.5,
"male_life_expectation": 73.8
},
{
"country": "Lebanon",
"year": 2011,
"avg_life_expectation": 75,
"female_life_expectation": 76.4,
"male_life_expectation": 73.7
},
{
"country": "Lebanon",
"year": 2010,
"avg_life_expectation": 74.9,
"female_life_expectation": 76.3,
"male_life_expectation": 73.6
},
{
"country": "Lebanon",
"year": 2009,
"avg_life_expectation": 74.7,
"female_life_expectation": 76.2,
"male_life_expectation": 73.5
},
{
"country": "Lebanon",
"year": 2008,
"avg_life_expectation": 74.5,
"female_life_expectation": 76,
"male_life_expectation": 73.2
},
{
"country": "Lebanon",
"year": 2007,
"avg_life_expectation": 74.4,
"female_life_expectation": 75.9,
"male_life_expectation": 73.1
},
{
"country": "Lebanon",
"year": 2006,
"avg_life_expectation": 74.1,
"female_life_expectation": 75.7,
"male_life_expectation": 72.8
},
{
"country": "Lebanon",
"year": 2005,
"avg_life_expectation": 73.9,
"female_life_expectation": 75.5,
"male_life_expectation": 72.6
},
{
"country": "Lebanon",
"year": 2004,
"avg_life_expectation": 73.7,
"female_life_expectation": 75.3,
"male_life_expectation": 72.3
},
{
"country": "Lebanon",
"year": 2003,
"avg_life_expectation": 73.5,
"female_life_expectation": 75,
"male_life_expectation": 72.1
},
{
"country": "Lebanon",
"year": 2002,
"avg_life_expectation": 73.2,
"female_life_expectation": 74.8,
"male_life_expectation": 71.8
},
{
"country": "Lebanon",
"year": 2001,
"avg_life_expectation": 73,
"female_life_expectation": 74.5,
"male_life_expectation": 71.5
},
{
"country": "Lebanon",
"year": 2000,
"avg_life_expectation": 72.7,
"female_life_expectation": 74.3,
"male_life_expectation": 71.2
},
{
"country": "Lesotho",
"year": 2015,
"avg_life_expectation": 53.7,
"female_life_expectation": 55.4,
"male_life_expectation": 51.7
},
{
"country": "Lesotho",
"year": 2014,
"avg_life_expectation": 52.1,
"female_life_expectation": 53.8,
"male_life_expectation": 50.3
},
{
"country": "Lesotho",
"year": 2013,
"avg_life_expectation": 52.1,
"female_life_expectation": 53.7,
"male_life_expectation": 50.3
},
{
"country": "Lesotho",
"year": 2012,
"avg_life_expectation": 52.2,
"female_life_expectation": 53.5,
"male_life_expectation": 50.5
},
{
"country": "Lesotho",
"year": 2011,
"avg_life_expectation": 52.3,
"female_life_expectation": 54,
"male_life_expectation": 50.3
},
{
"country": "Lesotho",
"year": 2010,
"avg_life_expectation": 51.1,
"female_life_expectation": 52.6,
"male_life_expectation": 49.4
},
{
"country": "Lesotho",
"year": 2009,
"avg_life_expectation": 49.4,
"female_life_expectation": 50,
"male_life_expectation": 48.5
},
{
"country": "Lesotho",
"year": 2008,
"avg_life_expectation": 47.8,
"female_life_expectation": 48.3,
"male_life_expectation": 47.1
},
{
"country": "Lesotho",
"year": 2007,
"avg_life_expectation": 46.2,
"female_life_expectation": 46.5,
"male_life_expectation": 45.7
},
{
"country": "Lesotho",
"year": 2006,
"avg_life_expectation": 45.3,
"female_life_expectation": 45.7,
"male_life_expectation": 44.6
},
{
"country": "Lesotho",
"year": 2005,
"avg_life_expectation": 44.5,
"female_life_expectation": 44.8,
"male_life_expectation": 44
},
{
"country": "Lesotho",
"year": 2004,
"avg_life_expectation": 44.8,
"female_life_expectation": 45.2,
"male_life_expectation": 44.3
},
{
"country": "Lesotho",
"year": 2003,
"avg_life_expectation": 45.5,
"female_life_expectation": 46,
"male_life_expectation": 44.8
},
{
"country": "Lesotho",
"year": 2002,
"avg_life_expectation": 46.4,
"female_life_expectation": 47.1,
"male_life_expectation": 45.7
},
{
"country": "Lesotho",
"year": 2001,
"avg_life_expectation": 47.8,
"female_life_expectation": 48.5,
"male_life_expectation": 46.8
},
{
"country": "Lesotho",
"year": 2000,
"avg_life_expectation": 49.3,
"female_life_expectation": 50.3,
"male_life_expectation": 48.2
},
{
"country": "Liberia",
"year": 2015,
"avg_life_expectation": 61.4,
"female_life_expectation": 62.9,
"male_life_expectation": 59.8
},
{
"country": "Liberia",
"year": 2014,
"avg_life_expectation": 58.1,
"female_life_expectation": 59.8,
"male_life_expectation": 56.5
},
{
"country": "Liberia",
"year": 2013,
"avg_life_expectation": 61.1,
"female_life_expectation": 62.4,
"male_life_expectation": 59.8
},
{
"country": "Liberia",
"year": 2012,
"avg_life_expectation": 60.7,
"female_life_expectation": 62,
"male_life_expectation": 59.4
},
{
"country": "Liberia",
"year": 2011,
"avg_life_expectation": 60.2,
"female_life_expectation": 61.6,
"male_life_expectation": 58.9
},
{
"country": "Liberia",
"year": 2010,
"avg_life_expectation": 59.7,
"female_life_expectation": 61,
"male_life_expectation": 58.4
},
{
"country": "Liberia",
"year": 2009,
"avg_life_expectation": 59.2,
"female_life_expectation": 60.5,
"male_life_expectation": 57.9
},
{
"country": "Liberia",
"year": 2008,
"avg_life_expectation": 58.6,
"female_life_expectation": 60,
"male_life_expectation": 57.3
},
{
"country": "Liberia",
"year": 2007,
"avg_life_expectation": 57.9,
"female_life_expectation": 59.3,
"male_life_expectation": 56.6
},
{
"country": "Liberia",
"year": 2006,
"avg_life_expectation": 56.7,
"female_life_expectation": 58,
"male_life_expectation": 55.5
},
{
"country": "Liberia",
"year": 2005,
"avg_life_expectation": 55.3,
"female_life_expectation": 56.4,
"male_life_expectation": 54.3
},
{
"country": "Liberia",
"year": 2004,
"avg_life_expectation": 54,
"female_life_expectation": 54.8,
"male_life_expectation": 53.2
},
{
"country": "Liberia",
"year": 2003,
"avg_life_expectation": 50,
"female_life_expectation": 52,
"male_life_expectation": 48.1
},
{
"country": "Liberia",
"year": 2002,
"avg_life_expectation": 50.6,
"female_life_expectation": 52.1,
"male_life_expectation": 49.2
},
{
"country": "Liberia",
"year": 2001,
"avg_life_expectation": 51.5,
"female_life_expectation": 52.4,
"male_life_expectation": 50.7
},
{
"country": "Liberia",
"year": 2000,
"avg_life_expectation": 51.9,
"female_life_expectation": 52.6,
"male_life_expectation": 51.2
},
{
"country": "Libya",
"year": 2015,
"avg_life_expectation": 72.7,
"female_life_expectation": 75.6,
"male_life_expectation": 70.1
},
{
"country": "Libya",
"year": 2014,
"avg_life_expectation": 72.4,
"female_life_expectation": 75.4,
"male_life_expectation": 69.8
},
{
"country": "Libya",
"year": 2013,
"avg_life_expectation": 72.9,
"female_life_expectation": 75.5,
"male_life_expectation": 70.4
},
{
"country": "Libya",
"year": 2012,
"avg_life_expectation": 72.9,
"female_life_expectation": 75.5,
"male_life_expectation": 70.5
},
{
"country": "Libya",
"year": 2011,
"avg_life_expectation": 71.3,
"female_life_expectation": 74.6,
"male_life_expectation": 68.4
},
{
"country": "Libya",
"year": 2010,
"avg_life_expectation": 72.8,
"female_life_expectation": 75.3,
"male_life_expectation": 70.5
},
{
"country": "Libya",
"year": 2009,
"avg_life_expectation": 72.7,
"female_life_expectation": 75.2,
"male_life_expectation": 70.5
},
{
"country": "Libya",
"year": 2008,
"avg_life_expectation": 72.6,
"female_life_expectation": 75.1,
"male_life_expectation": 70.4
},
{
"country": "Libya",
"year": 2007,
"avg_life_expectation": 72.5,
"female_life_expectation": 74.9,
"male_life_expectation": 70.3
},
{
"country": "Libya",
"year": 2006,
"avg_life_expectation": 72.2,
"female_life_expectation": 74.6,
"male_life_expectation": 70.1
},
{
"country": "Libya",
"year": 2005,
"avg_life_expectation": 71.9,
"female_life_expectation": 74.1,
"male_life_expectation": 69.9
},
{
"country": "Libya",
"year": 2004,
"avg_life_expectation": 71.5,
"female_life_expectation": 73.6,
"male_life_expectation": 69.8
},
{
"country": "Libya",
"year": 2003,
"avg_life_expectation": 71.3,
"female_life_expectation": 73.2,
"male_life_expectation": 69.6
},
{
"country": "Libya",
"year": 2002,
"avg_life_expectation": 71.1,
"female_life_expectation": 73,
"male_life_expectation": 69.5
},
{
"country": "Libya",
"year": 2001,
"avg_life_expectation": 71,
"female_life_expectation": 72.8,
"male_life_expectation": 69.4
},
{
"country": "Libya",
"year": 2000,
"avg_life_expectation": 70.8,
"female_life_expectation": 72.7,
"male_life_expectation": 69.3
},
{
"country": "Lithuania",
"year": 2015,
"avg_life_expectation": 73.6,
"female_life_expectation": 79.1,
"male_life_expectation": 68.1
},
{
"country": "Lithuania",
"year": 2014,
"avg_life_expectation": 73.4,
"female_life_expectation": 79,
"male_life_expectation": 67.9
},
{
"country": "Lithuania",
"year": 2013,
"avg_life_expectation": 73,
"female_life_expectation": 78.7,
"male_life_expectation": 67.4
},
{
"country": "Lithuania",
"year": 2012,
"avg_life_expectation": 73,
"female_life_expectation": 78.8,
"male_life_expectation": 67.3
},
{
"country": "Lithuania",
"year": 2011,
"avg_life_expectation": 72.8,
"female_life_expectation": 78.6,
"male_life_expectation": 67.1
},
{
"country": "Lithuania",
"year": 2010,
"avg_life_expectation": 72.4,
"female_life_expectation": 78.3,
"male_life_expectation": 66.7
},
{
"country": "Lithuania",
"year": 2009,
"avg_life_expectation": 72.2,
"female_life_expectation": 78.2,
"male_life_expectation": 66.3
},
{
"country": "Lithuania",
"year": 2008,
"avg_life_expectation": 71.1,
"female_life_expectation": 77.4,
"male_life_expectation": 65.1
},
{
"country": "Lithuania",
"year": 2007,
"avg_life_expectation": 70.2,
"female_life_expectation": 77.1,
"male_life_expectation": 63.8
},
{
"country": "Lithuania",
"year": 2006,
"avg_life_expectation": 70.6,
"female_life_expectation": 77,
"male_life_expectation": 64.4
},
{
"country": "Lithuania",
"year": 2005,
"avg_life_expectation": 70.8,
"female_life_expectation": 77.3,
"male_life_expectation": 64.6
},
{
"country": "Lithuania",
"year": 2004,
"avg_life_expectation": 71.6,
"female_life_expectation": 77.7,
"male_life_expectation": 65.7
},
{
"country": "Lithuania",
"year": 2003,
"avg_life_expectation": 71.6,
"female_life_expectation": 77.6,
"male_life_expectation": 65.8
},
{
"country": "Lithuania",
"year": 2002,
"avg_life_expectation": 71.4,
"female_life_expectation": 77.4,
"male_life_expectation": 65.6
},
{
"country": "Lithuania",
"year": 2001,
"avg_life_expectation": 71.2,
"female_life_expectation": 77.3,
"male_life_expectation": 65.3
},
{
"country": "Lithuania",
"year": 2000,
"avg_life_expectation": 71.6,
"female_life_expectation": 77.2,
"male_life_expectation": 65.9
},
{
"country": "Luxembourg",
"year": 2015,
"avg_life_expectation": 82,
"female_life_expectation": 84,
"male_life_expectation": 79.8
},
{
"country": "Luxembourg",
"year": 2014,
"avg_life_expectation": 81.7,
"female_life_expectation": 83.8,
"male_life_expectation": 79.5
},
{
"country": "Luxembourg",
"year": 2013,
"avg_life_expectation": 81.4,
"female_life_expectation": 83.5,
"male_life_expectation": 79.3
},
{
"country": "Luxembourg",
"year": 2012,
"avg_life_expectation": 81.1,
"female_life_expectation": 83.3,
"male_life_expectation": 78.8
},
{
"country": "Luxembourg",
"year": 2011,
"avg_life_expectation": 80.8,
"female_life_expectation": 83.2,
"male_life_expectation": 78.4
},
{
"country": "Luxembourg",
"year": 2010,
"avg_life_expectation": 80.6,
"female_life_expectation": 83.1,
"male_life_expectation": 78
},
{
"country": "Luxembourg",
"year": 2009,
"avg_life_expectation": 80.3,
"female_life_expectation": 82.7,
"male_life_expectation": 77.7
},
{
"country": "Luxembourg",
"year": 2008,
"avg_life_expectation": 80,
"female_life_expectation": 82.5,
"male_life_expectation": 77.3
},
{
"country": "Luxembourg",
"year": 2007,
"avg_life_expectation": 79.7,
"female_life_expectation": 82.2,
"male_life_expectation": 77
},
{
"country": "Luxembourg",
"year": 2006,
"avg_life_expectation": 79.4,
"female_life_expectation": 82.1,
"male_life_expectation": 76.6
},
{
"country": "Luxembourg",
"year": 2005,
"avg_life_expectation": 78.8,
"female_life_expectation": 81.6,
"male_life_expectation": 75.8
},
{
"country": "Luxembourg",
"year": 2004,
"avg_life_expectation": 78.7,
"female_life_expectation": 81.7,
"male_life_expectation": 75.6
},
{
"country": "Luxembourg",
"year": 2003,
"avg_life_expectation": 78.6,
"female_life_expectation": 81.6,
"male_life_expectation": 75.5
},
{
"country": "Luxembourg",
"year": 2002,
"avg_life_expectation": 78.3,
"female_life_expectation": 81.4,
"male_life_expectation": 75.1
},
{
"country": "Luxembourg",
"year": 2001,
"avg_life_expectation": 78,
"female_life_expectation": 81.1,
"male_life_expectation": 74.8
},
{
"country": "Luxembourg",
"year": 2000,
"avg_life_expectation": 77.8,
"female_life_expectation": 80.9,
"male_life_expectation": 74.5
},
{
"country": "Madagascar",
"year": 2015,
"avg_life_expectation": 65.5,
"female_life_expectation": 67,
"male_life_expectation": 63.9
},
{
"country": "Madagascar",
"year": 2014,
"avg_life_expectation": 65.1,
"female_life_expectation": 66.7,
"male_life_expectation": 63.6
},
{
"country": "Madagascar",
"year": 2013,
"avg_life_expectation": 64.7,
"female_life_expectation": 66.3,
"male_life_expectation": 63.2
},
{
"country": "Madagascar",
"year": 2012,
"avg_life_expectation": 64.3,
"female_life_expectation": 65.8,
"male_life_expectation": 62.8
},
{
"country": "Madagascar",
"year": 2011,
"avg_life_expectation": 63.8,
"female_life_expectation": 65.4,
"male_life_expectation": 62.3
},
{
"country": "Madagascar",
"year": 2010,
"avg_life_expectation": 63.3,
"female_life_expectation": 64.8,
"male_life_expectation": 61.8
},
{
"country": "Madagascar",
"year": 2009,
"avg_life_expectation": 62.8,
"female_life_expectation": 64.3,
"male_life_expectation": 61.3
},
{
"country": "Madagascar",
"year": 2008,
"avg_life_expectation": 62.3,
"female_life_expectation": 63.8,
"male_life_expectation": 60.8
},
{
"country": "Madagascar",
"year": 2007,
"avg_life_expectation": 61.9,
"female_life_expectation": 63.3,
"male_life_expectation": 60.4
},
{
"country": "Madagascar",
"year": 2006,
"avg_life_expectation": 61.4,
"female_life_expectation": 62.8,
"male_life_expectation": 60
},
{
"country": "Madagascar",
"year": 2005,
"avg_life_expectation": 60.9,
"female_life_expectation": 62.3,
"male_life_expectation": 59.6
},
{
"country": "Madagascar",
"year": 2004,
"avg_life_expectation": 60.4,
"female_life_expectation": 61.7,
"male_life_expectation": 59.1
},
{
"country": "Madagascar",
"year": 2003,
"avg_life_expectation": 59.9,
"female_life_expectation": 61.2,
"male_life_expectation": 58.6
},
{
"country": "Madagascar",
"year": 2002,
"avg_life_expectation": 59.3,
"female_life_expectation": 60.6,
"male_life_expectation": 58.1
},
{
"country": "Madagascar",
"year": 2001,
"avg_life_expectation": 58.7,
"female_life_expectation": 59.9,
"male_life_expectation": 57.5
},
{
"country": "Madagascar",
"year": 2000,
"avg_life_expectation": 57.9,
"female_life_expectation": 59.1,
"male_life_expectation": 56.7
},
{
"country": "Malawi",
"year": 2015,
"avg_life_expectation": 58.3,
"female_life_expectation": 59.9,
"male_life_expectation": 56.7
},
{
"country": "Malawi",
"year": 2014,
"avg_life_expectation": 57.6,
"female_life_expectation": 59.2,
"male_life_expectation": 56.1
},
{
"country": "Malawi",
"year": 2013,
"avg_life_expectation": 56.7,
"female_life_expectation": 58.2,
"male_life_expectation": 55.2
},
{
"country": "Malawi",
"year": 2012,
"avg_life_expectation": 55.3,
"female_life_expectation": 56.7,
"male_life_expectation": 54
},
{
"country": "Malawi",
"year": 2011,
"avg_life_expectation": 54.1,
"female_life_expectation": 55.3,
"male_life_expectation": 52.9
},
{
"country": "Malawi",
"year": 2010,
"avg_life_expectation": 52.9,
"female_life_expectation": 54,
"male_life_expectation": 51.7
},
{
"country": "Malawi",
"year": 2009,
"avg_life_expectation": 51.5,
"female_life_expectation": 52.4,
"male_life_expectation": 50.6
},
{
"country": "Malawi",
"year": 2008,
"avg_life_expectation": 50,
"female_life_expectation": 50.7,
"male_life_expectation": 49.2
},
{
"country": "Malawi",
"year": 2007,
"avg_life_expectation": 48.5,
"female_life_expectation": 48.9,
"male_life_expectation": 48
},
{
"country": "Malawi",
"year": 2006,
"avg_life_expectation": 47.1,
"female_life_expectation": 47.3,
"male_life_expectation": 46.8
},
{
"country": "Malawi",
"year": 2005,
"avg_life_expectation": 46,
"female_life_expectation": 46.1,
"male_life_expectation": 45.9
},
{
"country": "Malawi",
"year": 2004,
"avg_life_expectation": 45.1,
"female_life_expectation": 45.2,
"male_life_expectation": 45.1
},
{
"country": "Malawi",
"year": 2003,
"avg_life_expectation": 44.6,
"female_life_expectation": 44.7,
"male_life_expectation": 44.4
},
{
"country": "Malawi",
"year": 2002,
"avg_life_expectation": 44,
"female_life_expectation": 44.2,
"male_life_expectation": 43.7
},
{
"country": "Malawi",
"year": 2001,
"avg_life_expectation": 43.5,
"female_life_expectation": 43.8,
"male_life_expectation": 43.1
},
{
"country": "Malawi",
"year": 2000,
"avg_life_expectation": 43.1,
"female_life_expectation": 43.6,
"male_life_expectation": 42.6
},
{
"country": "Malaysia",
"year": 2015,
"avg_life_expectation": 75,
"female_life_expectation": 77.3,
"male_life_expectation": 72.7
},
{
"country": "Malaysia",
"year": 2014,
"avg_life_expectation": 74.8,
"female_life_expectation": 77.1,
"male_life_expectation": 72.5
},
{
"country": "Malaysia",
"year": 2013,
"avg_life_expectation": 74.6,
"female_life_expectation": 77,
"male_life_expectation": 72.3
},
{
"country": "Malaysia",
"year": 2012,
"avg_life_expectation": 74.5,
"female_life_expectation": 76.8,
"male_life_expectation": 72.2
},
{
"country": "Malaysia",
"year": 2011,
"avg_life_expectation": 74.3,
"female_life_expectation": 76.7,
"male_life_expectation": 72.1
},
{
"country": "Malaysia",
"year": 2010,
"avg_life_expectation": 74.1,
"female_life_expectation": 76.5,
"male_life_expectation": 71.9
},
{
"country": "Malaysia",
"year": 2009,
"avg_life_expectation": 74,
"female_life_expectation": 76.4,
"male_life_expectation": 71.8
},
{
"country": "Malaysia",
"year": 2008,
"avg_life_expectation": 73.8,
"female_life_expectation": 76.3,
"male_life_expectation": 71.6
},
{
"country": "Malaysia",
"year": 2007,
"avg_life_expectation": 73.7,
"female_life_expectation": 76.1,
"male_life_expectation": 71.5
},
{
"country": "Malaysia",
"year": 2006,
"avg_life_expectation": 73.6,
"female_life_expectation": 75.9,
"male_life_expectation": 71.4
},
{
"country": "Malaysia",
"year": 2005,
"avg_life_expectation": 73.4,
"female_life_expectation": 75.8,
"male_life_expectation": 71.2
},
{
"country": "Malaysia",
"year": 2004,
"avg_life_expectation": 73.2,
"female_life_expectation": 75.6,
"male_life_expectation": 71.1
},
{
"country": "Malaysia",
"year": 2003,
"avg_life_expectation": 73.1,
"female_life_expectation": 75.4,
"male_life_expectation": 71
},
{
"country": "Malaysia",
"year": 2002,
"avg_life_expectation": 72.9,
"female_life_expectation": 75.2,
"male_life_expectation": 70.8
},
{
"country": "Malaysia",
"year": 2001,
"avg_life_expectation": 72.7,
"female_life_expectation": 75.1,
"male_life_expectation": 70.5
},
{
"country": "Malaysia",
"year": 2000,
"avg_life_expectation": 72.4,
"female_life_expectation": 74.9,
"male_life_expectation": 70.2
},
{
"country": "Maldives",
"year": 2015,
"avg_life_expectation": 78.5,
"female_life_expectation": 80.2,
"male_life_expectation": 76.9
},
{
"country": "Maldives",
"year": 2014,
"avg_life_expectation": 78.2,
"female_life_expectation": 79.8,
"male_life_expectation": 76.6
},
{
"country": "Maldives",
"year": 2013,
"avg_life_expectation": 77.9,
"female_life_expectation": 79.5,
"male_life_expectation": 76.4
},
{
"country": "Maldives",
"year": 2012,
"avg_life_expectation": 77.6,
"female_life_expectation": 79,
"male_life_expectation": 76.2
},
{
"country": "Maldives",
"year": 2011,
"avg_life_expectation": 77.3,
"female_life_expectation": 78.7,
"male_life_expectation": 76
},
{
"country": "Maldives",
"year": 2010,
"avg_life_expectation": 76.7,
"female_life_expectation": 78,
"male_life_expectation": 75.6
},
{
"country": "Maldives",
"year": 2009,
"avg_life_expectation": 76.3,
"female_life_expectation": 77.5,
"male_life_expectation": 75.2
},
{
"country": "Maldives",
"year": 2008,
"avg_life_expectation": 75.9,
"female_life_expectation": 77.1,
"male_life_expectation": 74.8
},
{
"country": "Maldives",
"year": 2007,
"avg_life_expectation": 75.4,
"female_life_expectation": 76.7,
"male_life_expectation": 74.3
},
{
"country": "Maldives",
"year": 2006,
"avg_life_expectation": 75,
"female_life_expectation": 76.4,
"male_life_expectation": 73.8
},
{
"country": "Maldives",
"year": 2005,
"avg_life_expectation": 74.3,
"female_life_expectation": 75.7,
"male_life_expectation": 73.1
},
{
"country": "Maldives",
"year": 2004,
"avg_life_expectation": 73.4,
"female_life_expectation": 75,
"male_life_expectation": 72.2
},
{
"country": "Maldives",
"year": 2003,
"avg_life_expectation": 72.7,
"female_life_expectation": 74.2,
"male_life_expectation": 71.6
},
{
"country": "Maldives",
"year": 2002,
"avg_life_expectation": 71.8,
"female_life_expectation": 73.2,
"male_life_expectation": 70.8
},
{
"country": "Maldives",
"year": 2001,
"avg_life_expectation": 70.8,
"female_life_expectation": 72,
"male_life_expectation": 69.9
},
{
"country": "Maldives",
"year": 2000,
"avg_life_expectation": 69.6,
"female_life_expectation": 70.4,
"male_life_expectation": 68.9
},
{
"country": "Mali",
"year": 2015,
"avg_life_expectation": 58.2,
"female_life_expectation": 58.3,
"male_life_expectation": 58.2
},
{
"country": "Mali",
"year": 2014,
"avg_life_expectation": 57.8,
"female_life_expectation": 57.8,
"male_life_expectation": 57.7
},
{
"country": "Mali",
"year": 2013,
"avg_life_expectation": 57.3,
"female_life_expectation": 57.5,
"male_life_expectation": 57
},
{
"country": "Mali",
"year": 2012,
"avg_life_expectation": 57.2,
"female_life_expectation": 57.3,
"male_life_expectation": 57
},
{
"country": "Mali",
"year": 2011,
"avg_life_expectation": 56.8,
"female_life_expectation": 56.9,
"male_life_expectation": 56.8
},
{
"country": "Mali",
"year": 2010,
"avg_life_expectation": 56.5,
"female_life_expectation": 56.6,
"male_life_expectation": 56.3
},
{
"country": "Mali",
"year": 2009,
"avg_life_expectation": 56,
"female_life_expectation": 56.1,
"male_life_expectation": 55.8
},
{
"country": "Mali",
"year": 2008,
"avg_life_expectation": 55.5,
"female_life_expectation": 55.7,
"male_life_expectation": 55.4
},
{
"country": "Mali",
"year": 2007,
"avg_life_expectation": 55,
"female_life_expectation": 55.2,
"male_life_expectation": 54.8
},
{
"country": "Mali",
"year": 2006,
"avg_life_expectation": 54.3,
"female_life_expectation": 54.4,
"male_life_expectation": 54.1
},
{
"country": "Mali",
"year": 2005,
"avg_life_expectation": 53.6,
"female_life_expectation": 53.8,
"male_life_expectation": 53.5
},
{
"country": "Mali",
"year": 2004,
"avg_life_expectation": 52.8,
"female_life_expectation": 52.9,
"male_life_expectation": 52.6
},
{
"country": "Mali",
"year": 2003,
"avg_life_expectation": 52,
"female_life_expectation": 52.1,
"male_life_expectation": 51.9
},
{
"country": "Mali",
"year": 2002,
"avg_life_expectation": 51.2,
"female_life_expectation": 51.4,
"male_life_expectation": 51.1
},
{
"country": "Mali",
"year": 2001,
"avg_life_expectation": 50.5,
"female_life_expectation": 50.7,
"male_life_expectation": 50.4
},
{
"country": "Mali",
"year": 2000,
"avg_life_expectation": 49.8,
"female_life_expectation": 50,
"male_life_expectation": 49.6
},
{
"country": "Malta",
"year": 2015,
"avg_life_expectation": 81.7,
"female_life_expectation": 83.7,
"male_life_expectation": 79.7
},
{
"country": "Malta",
"year": 2014,
"avg_life_expectation": 81.4,
"female_life_expectation": 83.5,
"male_life_expectation": 79.4
},
{
"country": "Malta",
"year": 2013,
"avg_life_expectation": 81.1,
"female_life_expectation": 83.1,
"male_life_expectation": 79
},
{
"country": "Malta",
"year": 2012,
"avg_life_expectation": 81,
"female_life_expectation": 83,
"male_life_expectation": 78.9
},
{
"country": "Malta",
"year": 2011,
"avg_life_expectation": 80.7,
"female_life_expectation": 82.7,
"male_life_expectation": 78.6
},
{
"country": "Malta",
"year": 2010,
"avg_life_expectation": 80.3,
"female_life_expectation": 82.3,
"male_life_expectation": 78.1
},
{
"country": "Malta",
"year": 2009,
"avg_life_expectation": 80.2,
"female_life_expectation": 82.3,
"male_life_expectation": 77.9
},
{
"country": "Malta",
"year": 2008,
"avg_life_expectation": 80,
"female_life_expectation": 82.2,
"male_life_expectation": 77.6
},
{
"country": "Malta",
"year": 2007,
"avg_life_expectation": 79.6,
"female_life_expectation": 81.9,
"male_life_expectation": 77.1
},
{
"country": "Malta",
"year": 2006,
"avg_life_expectation": 79.3,
"female_life_expectation": 81.6,
"male_life_expectation": 76.9
},
{
"country": "Malta",
"year": 2005,
"avg_life_expectation": 79,
"female_life_expectation": 81.2,
"male_life_expectation": 76.5
},
{
"country": "Malta",
"year": 2004,
"avg_life_expectation": 78.7,
"female_life_expectation": 80.9,
"male_life_expectation": 76.3
},
{
"country": "Malta",
"year": 2003,
"avg_life_expectation": 78.5,
"female_life_expectation": 80.6,
"male_life_expectation": 76.3
},
{
"country": "Malta",
"year": 2002,
"avg_life_expectation": 78.2,
"female_life_expectation": 80.2,
"male_life_expectation": 76.1
},
{
"country": "Malta",
"year": 2001,
"avg_life_expectation": 77.8,
"female_life_expectation": 79.8,
"male_life_expectation": 75.7
},
{
"country": "Malta",
"year": 2000,
"avg_life_expectation": 77.5,
"female_life_expectation": 79.5,
"male_life_expectation": 75.4
},
{
"country": "Marshall Islands",
"year": 2013,
"avg_life_expectation": "",
"female_life_expectation": "",
"male_life_expectation": ""
},
{
"country": "Mauritania",
"year": 2015,
"avg_life_expectation": 63.1,
"female_life_expectation": 64.6,
"male_life_expectation": 61.6
},
{
"country": "Mauritania",
"year": 2014,
"avg_life_expectation": 63,
"female_life_expectation": 64.4,
"male_life_expectation": 61.5
},
{
"country": "Mauritania",
"year": 2013,
"avg_life_expectation": 62.7,
"female_life_expectation": 64.2,
"male_life_expectation": 61.3
},
{
"country": "Mauritania",
"year": 2012,
"avg_life_expectation": 62.5,
"female_life_expectation": 64,
"male_life_expectation": 61.1
},
{
"country": "Mauritania",
"year": 2011,
"avg_life_expectation": 62.2,
"female_life_expectation": 63.7,
"male_life_expectation": 60.8
},
{
"country": "Mauritania",
"year": 2010,
"avg_life_expectation": 62,
"female_life_expectation": 63.5,
"male_life_expectation": 60.5
},
{
"country": "Mauritania",
"year": 2009,
"avg_life_expectation": 61.7,
"female_life_expectation": 63.2,
"male_life_expectation": 60.2
},
{
"country": "Mauritania",
"year": 2008,
"avg_life_expectation": 61.4,
"female_life_expectation": 63,
"male_life_expectation": 59.9
},
{
"country": "Mauritania",
"year": 2007,
"avg_life_expectation": 61.2,
"female_life_expectation": 62.7,
"male_life_expectation": 59.6
},
{
"country": "Mauritania",
"year": 2006,
"avg_life_expectation": 60.9,
"female_life_expectation": 62.5,
"male_life_expectation": 59.3
},
{
"country": "Mauritania",
"year": 2005,
"avg_life_expectation": 60.6,
"female_life_expectation": 62.3,
"male_life_expectation": 59
},
{
"country": "Mauritania",
"year": 2004,
"avg_life_expectation": 60.4,
"female_life_expectation": 62.1,
"male_life_expectation": 58.8
},
{
"country": "Mauritania",
"year": 2003,
"avg_life_expectation": 60.3,
"female_life_expectation": 61.9,
"male_life_expectation": 58.6
},
{
"country": "Mauritania",
"year": 2002,
"avg_life_expectation": 60.2,
"female_life_expectation": 61.8,
"male_life_expectation": 58.5
},
{
"country": "Mauritania",
"year": 2001,
"avg_life_expectation": 60.1,
"female_life_expectation": 61.7,
"male_life_expectation": 58.5
},
{
"country": "Mauritania",
"year": 2000,
"avg_life_expectation": 60,
"female_life_expectation": 61.6,
"male_life_expectation": 58.4
},
{
"country": "Mauritius",
"year": 2015,
"avg_life_expectation": 74.6,
"female_life_expectation": 77.8,
"male_life_expectation": 71.4
},
{
"country": "Mauritius",
"year": 2014,
"avg_life_expectation": 74.2,
"female_life_expectation": 77.4,
"male_life_expectation": 71
},
{
"country": "Mauritius",
"year": 2013,
"avg_life_expectation": 74.1,
"female_life_expectation": 77.4,
"male_life_expectation": 70.9
},
{
"country": "Mauritius",
"year": 2012,
"avg_life_expectation": 73.9,
"female_life_expectation": 77,
"male_life_expectation": 70.9
},
{
"country": "Mauritius",
"year": 2011,
"avg_life_expectation": 73.6,
"female_life_expectation": 77.4,
"male_life_expectation": 70.1
},
{
"country": "Mauritius",
"year": 2010,
"avg_life_expectation": 73.3,
"female_life_expectation": 76.6,
"male_life_expectation": 70.1
},
{
"country": "Mauritius",
"year": 2009,
"avg_life_expectation": 72.8,
"female_life_expectation": 76.4,
"male_life_expectation": 69.4
},
{
"country": "Mauritius",
"year": 2008,
"avg_life_expectation": 72.7,
"female_life_expectation": 76.4,
"male_life_expectation": 69.3
},
{
"country": "Mauritius",
"year": 2007,
"avg_life_expectation": 72.9,
"female_life_expectation": 76.3,
"male_life_expectation": 69.6
},
{
"country": "Mauritius",
"year": 2006,
"avg_life_expectation": 71.8,
"female_life_expectation": 75,
"male_life_expectation": 68.7
},
{
"country": "Mauritius",
"year": 2005,
"avg_life_expectation": 72.1,
"female_life_expectation": 75.5,
"male_life_expectation": 68.8
},
{
"country": "Mauritius",
"year": 2004,
"avg_life_expectation": 71.9,
"female_life_expectation": 75.3,
"male_life_expectation": 68.8
},
{
"country": "Mauritius",
"year": 2003,
"avg_life_expectation": 71.5,
"female_life_expectation": 74.8,
"male_life_expectation": 68.4
},
{
"country": "Mauritius",
"year": 2002,
"avg_life_expectation": 71.5,
"female_life_expectation": 75,
"male_life_expectation": 68.2
},
{
"country": "Mauritius",
"year": 2001,
"avg_life_expectation": 71.5,
"female_life_expectation": 74.8,
"male_life_expectation": 68.3
},
{
"country": "Mauritius",
"year": 2000,
"avg_life_expectation": 71,
"female_life_expectation": 74.3,
"male_life_expectation": 67.8
},
{
"country": "Mexico",
"year": 2015,
"avg_life_expectation": 76.7,
"female_life_expectation": 79.5,
"male_life_expectation": 73.9
},
{
"country": "Mexico",
"year": 2014,
"avg_life_expectation": 76.6,
"female_life_expectation": 79.4,
"male_life_expectation": 73.8
},
{
"country": "Mexico",
"year": 2013,
"avg_life_expectation": 76.6,
"female_life_expectation": 79.3,
"male_life_expectation": 74
},
{
"country": "Mexico",
"year": 2012,
"avg_life_expectation": 76.3,
"female_life_expectation": 79.1,
"male_life_expectation": 73.6
},
{
"country": "Mexico",
"year": 2011,
"avg_life_expectation": 76.1,
"female_life_expectation": 78.9,
"male_life_expectation": 73.3
},
{
"country": "Mexico",
"year": 2010,
"avg_life_expectation": 75.6,
"female_life_expectation": 78.4,
"male_life_expectation": 72.8
},
{
"country": "Mexico",
"year": 2009,
"avg_life_expectation": 75.7,
"female_life_expectation": 78.4,
"male_life_expectation": 73
},
{
"country": "Mexico",
"year": 2008,
"avg_life_expectation": 75.6,
"female_life_expectation": 78.3,
"male_life_expectation": 72.9
},
{
"country": "Mexico",
"year": 2007,
"avg_life_expectation": 76,
"female_life_expectation": 78.5,
"male_life_expectation": 73.5
},
{
"country": "Mexico",
"year": 2006,
"avg_life_expectation": 75.8,
"female_life_expectation": 78.3,
"male_life_expectation": 73.2
},
{
"country": "Mexico",
"year": 2005,
"avg_life_expectation": 75.3,
"female_life_expectation": 77.8,
"male_life_expectation": 72.8
},
{
"country": "Mexico",
"year": 2004,
"avg_life_expectation": 75.4,
"female_life_expectation": 77.9,
"male_life_expectation": 73
},
{
"country": "Mexico",
"year": 2003,
"avg_life_expectation": 75,
"female_life_expectation": 77.4,
"male_life_expectation": 72.6
},
{
"country": "Mexico",
"year": 2002,
"avg_life_expectation": 75,
"female_life_expectation": 77.5,
"male_life_expectation": 72.5
},
{
"country": "Mexico",
"year": 2001,
"avg_life_expectation": 75,
"female_life_expectation": 77.4,
"male_life_expectation": 72.6
},
{
"country": "Mexico",
"year": 2000,
"avg_life_expectation": 74.8,
"female_life_expectation": 77.2,
"male_life_expectation": 72.4
},
{
"country": "Micronesia (Federated States of)",
"year": 2015,
"avg_life_expectation": 69.4,
"female_life_expectation": 70.6,
"male_life_expectation": 68.1
},
{
"country": "Micronesia (Federated States of)",
"year": 2014,
"avg_life_expectation": 69.4,
"female_life_expectation": 70.6,
"male_life_expectation": 68.2
},
{
"country": "Micronesia (Federated States of)",
"year": 2013,
"avg_life_expectation": 69.2,
"female_life_expectation": 70.4,
"male_life_expectation": 68
},
{
"country": "Micronesia (Federated States of)",
"year": 2012,
"avg_life_expectation": 69,
"female_life_expectation": 70.2,
"male_life_expectation": 67.8
},
{
"country": "Micronesia (Federated States of)",
"year": 2011,
"avg_life_expectation": 68.9,
"female_life_expectation": 70,
"male_life_expectation": 67.7
},
{
"country": "Micronesia (Federated States of)",
"year": 2010,
"avg_life_expectation": 68.7,
"female_life_expectation": 69.9,
"male_life_expectation": 67.5
},
{
"country": "Micronesia (Federated States of)",
"year": 2009,
"avg_life_expectation": 68.5,
"female_life_expectation": 69.7,
"male_life_expectation": 67.4
},
{
"country": "Micronesia (Federated States of)",
"year": 2008,
"avg_life_expectation": 68.4,
"female_life_expectation": 69.5,
"male_life_expectation": 67.3
},
{
"country": "Micronesia (Federated States of)",
"year": 2007,
"avg_life_expectation": 68.2,
"female_life_expectation": 69.3,
"male_life_expectation": 67.1
},
{
"country": "Micronesia (Federated States of)",
"year": 2006,
"avg_life_expectation": 68,
"female_life_expectation": 69.2,
"male_life_expectation": 66.9
},
{
"country": "Micronesia (Federated States of)",
"year": 2005,
"avg_life_expectation": 67.9,
"female_life_expectation": 69,
"male_life_expectation": 66.8
},
{
"country": "Micronesia (Federated States of)",
"year": 2004,
"avg_life_expectation": 67.7,
"female_life_expectation": 68.8,
"male_life_expectation": 66.6
},
{
"country": "Micronesia (Federated States of)",
"year": 2003,
"avg_life_expectation": 67.5,
"female_life_expectation": 68.6,
"male_life_expectation": 66.4
},
{
"country": "Micronesia (Federated States of)",
"year": 2002,
"avg_life_expectation": 66.2,
"female_life_expectation": 67.5,
"male_life_expectation": 65
},
{
"country": "Micronesia (Federated States of)",
"year": 2001,
"avg_life_expectation": 67.2,
"female_life_expectation": 68.2,
"male_life_expectation": 66.1
},
{
"country": "Micronesia (Federated States of)",
"year": 2000,
"avg_life_expectation": 67,
"female_life_expectation": 68.1,
"male_life_expectation": 66
},
{
"country": "Monaco",
"year": 2013,
"avg_life_expectation": "",
"female_life_expectation": "",
"male_life_expectation": ""
},
{
"country": "Mongolia",
"year": 2015,
"avg_life_expectation": 68.8,
"female_life_expectation": 73.2,
"male_life_expectation": 64.7
},
{
"country": "Mongolia",
"year": 2014,
"avg_life_expectation": 68.4,
"female_life_expectation": 72.8,
"male_life_expectation": 64.3
},
{
"country": "Mongolia",
"year": 2013,
"avg_life_expectation": 68.1,
"female_life_expectation": 72.5,
"male_life_expectation": 64
},
{
"country": "Mongolia",
"year": 2012,
"avg_life_expectation": 67.8,
"female_life_expectation": 72.2,
"male_life_expectation": 63.7
},
{
"country": "Mongolia",
"year": 2011,
"avg_life_expectation": 67.3,
"female_life_expectation": 71.7,
"male_life_expectation": 63.3
},
{
"country": "Mongolia",
"year": 2010,
"avg_life_expectation": 66.3,
"female_life_expectation": 70.6,
"male_life_expectation": 62.4
},
{
"country": "Mongolia",
"year": 2009,
"avg_life_expectation": 66.9,
"female_life_expectation": 70.9,
"male_life_expectation": 63.2
},
{
"country": "Mongolia",
"year": 2008,
"avg_life_expectation": 67.4,
"female_life_expectation": 71.6,
"male_life_expectation": 63.6
},
{
"country": "Mongolia",
"year": 2007,
"avg_life_expectation": 65.9,
"female_life_expectation": 70.7,
"male_life_expectation": 61.6
},
{
"country": "Mongolia",
"year": 2006,
"avg_life_expectation": 65,
"female_life_expectation": 69.6,
"male_life_expectation": 60.9
},
{
"country": "Mongolia",
"year": 2005,
"avg_life_expectation": 64.5,
"female_life_expectation": 69.2,
"male_life_expectation": 60.4
},
{
"country": "Mongolia",
"year": 2004,
"avg_life_expectation": 64,
"female_life_expectation": 68.7,
"male_life_expectation": 59.9
},
{
"country": "Mongolia",
"year": 2003,
"avg_life_expectation": 64,
"female_life_expectation": 68.1,
"male_life_expectation": 60.3
},
{
"country": "Mongolia",
"year": 2002,
"avg_life_expectation": 63.8,
"female_life_expectation": 67.3,
"male_life_expectation": 60.6
},
{
"country": "Mongolia",
"year": 2001,
"avg_life_expectation": 63.2,
"female_life_expectation": 66.4,
"male_life_expectation": 60.1
},
{
"country": "Mongolia",
"year": 2000,
"avg_life_expectation": 62.8,
"female_life_expectation": 65.7,
"male_life_expectation": 60
},
{
"country": "Montenegro",
"year": 2015,
"avg_life_expectation": 76.1,
"female_life_expectation": 78.1,
"male_life_expectation": 74.1
},
{
"country": "Montenegro",
"year": 2014,
"avg_life_expectation": 75.9,
"female_life_expectation": 77.9,
"male_life_expectation": 74
},
{
"country": "Montenegro",
"year": 2013,
"avg_life_expectation": 75.8,
"female_life_expectation": 77.7,
"male_life_expectation": 73.8
},
{
"country": "Montenegro",
"year": 2012,
"avg_life_expectation": 75.6,
"female_life_expectation": 77.6,
"male_life_expectation": 73.6
},
{
"country": "Montenegro",
"year": 2011,
"avg_life_expectation": 75.4,
"female_life_expectation": 77.4,
"male_life_expectation": 73.2
},
{
"country": "Montenegro",
"year": 2010,
"avg_life_expectation": 75.3,
"female_life_expectation": 77.4,
"male_life_expectation": 73.1
},
{
"country": "Montenegro",
"year": 2009,
"avg_life_expectation": 75,
"female_life_expectation": 77.2,
"male_life_expectation": 72.8
},
{
"country": "Montenegro",
"year": 2008,
"avg_life_expectation": 74.6,
"female_life_expectation": 76.8,
"male_life_expectation": 72.3
},
{
"country": "Montenegro",
"year": 2007,
"avg_life_expectation": 74.2,
"female_life_expectation": 76.7,
"male_life_expectation": 71.8
},
{
"country": "Montenegro",
"year": 2006,
"avg_life_expectation": 73.8,
"female_life_expectation": 76.4,
"male_life_expectation": 71.3
},
{
"country": "Montenegro",
"year": 2005,
"avg_life_expectation": 73.6,
"female_life_expectation": 76.4,
"male_life_expectation": 70.9
},
{
"country": "Montenegro",
"year": 2004,
"avg_life_expectation": 73.5,
"female_life_expectation": 76.2,
"male_life_expectation": 70.8
},
{
"country": "Montenegro",
"year": 2003,
"avg_life_expectation": 73.5,
"female_life_expectation": 76.2,
"male_life_expectation": 70.8
},
{
"country": "Montenegro",
"year": 2002,
"avg_life_expectation": 73.4,
"female_life_expectation": 76,
"male_life_expectation": 70.7
},
{
"country": "Montenegro",
"year": 2001,
"avg_life_expectation": 73.3,
"female_life_expectation": 76,
"male_life_expectation": 70.6
},
{
"country": "Montenegro",
"year": 2000,
"avg_life_expectation": 73,
"female_life_expectation": 75.6,
"male_life_expectation": 70.4
},
{
"country": "Morocco",
"year": 2015,
"avg_life_expectation": 74.3,
"female_life_expectation": 75.4,
"male_life_expectation": 73.3
},
{
"country": "Morocco",
"year": 2014,
"avg_life_expectation": 74.1,
"female_life_expectation": 75.1,
"male_life_expectation": 73.1
},
{
"country": "Morocco",
"year": 2013,
"avg_life_expectation": 73.9,
"female_life_expectation": 74.9,
"male_life_expectation": 72.9
},
{
"country": "Morocco",
"year": 2012,
"avg_life_expectation": 73.6,
"female_life_expectation": 74.6,
"male_life_expectation": 72.6
},
{
"country": "Morocco",
"year": 2011,
"avg_life_expectation": 73.3,
"female_life_expectation": 74.3,
"male_life_expectation": 72.2
},
{
"country": "Morocco",
"year": 2010,
"avg_life_expectation": 72.8,
"female_life_expectation": 74,
"male_life_expectation": 71.7
},
{
"country": "Morocco",
"year": 2009,
"avg_life_expectation": 72.3,
"female_life_expectation": 73.5,
"male_life_expectation": 71.1
},
{
"country": "Morocco",
"year": 2008,
"avg_life_expectation": 71.8,
"female_life_expectation": 73.1,
"male_life_expectation": 70.5
},
{
"country": "Morocco",
"year": 2007,
"avg_life_expectation": 71.4,
"female_life_expectation": 72.8,
"male_life_expectation": 70.1
},
{
"country": "Morocco",
"year": 2006,
"avg_life_expectation": 71,
"female_life_expectation": 72.4,
"male_life_expectation": 69.6
},
{
"country": "Morocco",
"year": 2005,
"avg_life_expectation": 70.7,
"female_life_expectation": 72.1,
"male_life_expectation": 69.2
},
{
"country": "Morocco",
"year": 2004,
"avg_life_expectation": 70.2,
"female_life_expectation": 71.7,
"male_life_expectation": 68.7
},
{
"country": "Morocco",
"year": 2003,
"avg_life_expectation": 69.9,
"female_life_expectation": 71.4,
"male_life_expectation": 68.4
},
{
"country": "Morocco",
"year": 2002,
"avg_life_expectation": 69.5,
"female_life_expectation": 71,
"male_life_expectation": 67.9
},
{
"country": "Morocco",
"year": 2001,
"avg_life_expectation": 69,
"female_life_expectation": 70.6,
"male_life_expectation": 67.4
},
{
"country": "Morocco",
"year": 2000,
"avg_life_expectation": 68.6,
"female_life_expectation": 70.2,
"male_life_expectation": 66.9
},
{
"country": "Mozambique",
"year": 2015,
"avg_life_expectation": 57.6,
"female_life_expectation": 59.4,
"male_life_expectation": 55.7
},
{
"country": "Mozambique",
"year": 2014,
"avg_life_expectation": 56.7,
"female_life_expectation": 58.3,
"male_life_expectation": 54.9
},
{
"country": "Mozambique",
"year": 2013,
"avg_life_expectation": 55.3,
"female_life_expectation": 56.7,
"male_life_expectation": 53.7
},
{
"country": "Mozambique",
"year": 2012,
"avg_life_expectation": 54.8,
"female_life_expectation": 56.1,
"male_life_expectation": 53.4
},
{
"country": "Mozambique",
"year": 2011,
"avg_life_expectation": 54.3,
"female_life_expectation": 55.7,
"male_life_expectation": 52.9
},
{
"country": "Mozambique",
"year": 2010,
"avg_life_expectation": 54,
"female_life_expectation": 55.2,
"male_life_expectation": 52.5
},
{
"country": "Mozambique",
"year": 2009,
"avg_life_expectation": 53.8,
"female_life_expectation": 55.1,
"male_life_expectation": 52.4
},
{
"country": "Mozambique",
"year": 2008,
"avg_life_expectation": 53.2,
"female_life_expectation": 54.5,
"male_life_expectation": 51.8
},
{
"country": "Mozambique",
"year": 2007,
"avg_life_expectation": 52.1,
"female_life_expectation": 53.2,
"male_life_expectation": 50.8
},
{
"country": "Mozambique",
"year": 2006,
"avg_life_expectation": 51.2,
"female_life_expectation": 52.3,
"male_life_expectation": 50
},
{
"country": "Mozambique",
"year": 2005,
"avg_life_expectation": 50.8,
"female_life_expectation": 52,
"male_life_expectation": 49.4
},
{
"country": "Mozambique",
"year": 2004,
"avg_life_expectation": 50.4,
"female_life_expectation": 51.7,
"male_life_expectation": 49
},
{
"country": "Mozambique",
"year": 2003,
"avg_life_expectation": 50.1,
"female_life_expectation": 51.5,
"male_life_expectation": 48.6
},
{
"country": "Mozambique",
"year": 2002,
"avg_life_expectation": 49.8,
"female_life_expectation": 51.3,
"male_life_expectation": 48.3
},
{
"country": "Mozambique",
"year": 2001,
"avg_life_expectation": 49.5,
"female_life_expectation": 51,
"male_life_expectation": 48
},
{
"country": "Mozambique",
"year": 2000,
"avg_life_expectation": 49,
"female_life_expectation": 50.5,
"male_life_expectation": 47.5
},
{
"country": "Myanmar",
"year": 2015,
"avg_life_expectation": 66.6,
"female_life_expectation": 68.5,
"male_life_expectation": 64.6
},
{
"country": "Myanmar",
"year": 2014,
"avg_life_expectation": 66.4,
"female_life_expectation": 68.3,
"male_life_expectation": 64.4
},
{
"country": "Myanmar",
"year": 2013,
"avg_life_expectation": 66.2,
"female_life_expectation": 68,
"male_life_expectation": 64.2
},
{
"country": "Myanmar",
"year": 2012,
"avg_life_expectation": 65.9,
"female_life_expectation": 67.8,
"male_life_expectation": 63.9
},
{
"country": "Myanmar",
"year": 2011,
"avg_life_expectation": 65.6,
"female_life_expectation": 67.5,
"male_life_expectation": 63.7
},
{
"country": "Myanmar",
"year": 2010,
"avg_life_expectation": 65.4,
"female_life_expectation": 67.3,
"male_life_expectation": 63.5
},
{
"country": "Myanmar",
"year": 2009,
"avg_life_expectation": 65.2,
"female_life_expectation": 67,
"male_life_expectation": 63.3
},
{
"country": "Myanmar",
"year": 2008,
"avg_life_expectation": 59.2,
"female_life_expectation": 61.7,
"male_life_expectation": 56.6
},
{
"country": "Myanmar",
"year": 2007,
"avg_life_expectation": 64.5,
"female_life_expectation": 66.3,
"male_life_expectation": 62.7
},
{
"country": "Myanmar",
"year": 2006,
"avg_life_expectation": 64.2,
"female_life_expectation": 66,
"male_life_expectation": 62.4
},
{
"country": "Myanmar",
"year": 2005,
"avg_life_expectation": 63.9,
"female_life_expectation": 65.7,
"male_life_expectation": 62
},
{
"country": "Myanmar",
"year": 2004,
"avg_life_expectation": 63.5,
"female_life_expectation": 65.4,
"male_life_expectation": 61.6
},
{
"country": "Myanmar",
"year": 2003,
"avg_life_expectation": 63.2,
"female_life_expectation": 65.1,
"male_life_expectation": 61.3
},
{
"country": "Myanmar",
"year": 2002,
"avg_life_expectation": 62.8,
"female_life_expectation": 64.8,
"male_life_expectation": 60.9
},
{
"country": "Myanmar",
"year": 2001,
"avg_life_expectation": 62.5,
"female_life_expectation": 64.4,
"male_life_expectation": 60.5
},
{
"country": "Myanmar",
"year": 2000,
"avg_life_expectation": 62.1,
"female_life_expectation": 64.1,
"male_life_expectation": 60.2
},
{
"country": "Namibia",
"year": 2015,
"avg_life_expectation": 65.8,
"female_life_expectation": 68.3,
"male_life_expectation": 63.1
},
{
"country": "Namibia",
"year": 2014,
"avg_life_expectation": 65.9,
"female_life_expectation": 68.5,
"male_life_expectation": 63.1
},
{
"country": "Namibia",
"year": 2013,
"avg_life_expectation": 66.1,
"female_life_expectation": 68.3,
"male_life_expectation": 63.6
},
{
"country": "Namibia",
"year": 2012,
"avg_life_expectation": 65.8,
"female_life_expectation": 67.8,
"male_life_expectation": 63.7
},
{
"country": "Namibia",
"year": 2011,
"avg_life_expectation": 64.3,
"female_life_expectation": 66.2,
"male_life_expectation": 62.4
},
{
"country": "Namibia",
"year": 2010,
"avg_life_expectation": 63,
"female_life_expectation": 64.6,
"male_life_expectation": 61.3
},
{
"country": "Namibia",
"year": 2009,
"avg_life_expectation": 62.4,
"female_life_expectation": 64,
"male_life_expectation": 60.7
},
{
"country": "Namibia",
"year": 2008,
"avg_life_expectation": 61.7,
"female_life_expectation": 63.1,
"male_life_expectation": 60.2
},
{
"country": "Namibia",
"year": 2007,
"avg_life_expectation": 60,
"female_life_expectation": 61,
"male_life_expectation": 58.9
},
{
"country": "Namibia",
"year": 2006,
"avg_life_expectation": 57,
"female_life_expectation": 57.6,
"male_life_expectation": 56.3
},
{
"country": "Namibia",
"year": 2005,
"avg_life_expectation": 55.1,
"female_life_expectation": 55.6,
"male_life_expectation": 54.5
},
{
"country": "Namibia",
"year": 2004,
"avg_life_expectation": 54.7,
"female_life_expectation": 55.3,
"male_life_expectation": 54.1
},
{
"country": "Namibia",
"year": 2003,
"avg_life_expectation": 55,
"female_life_expectation": 55.7,
"male_life_expectation": 54.3
},
{
"country": "Namibia",
"year": 2002,
"avg_life_expectation": 55.7,
"female_life_expectation": 56.4,
"male_life_expectation": 54.8
},
{
"country": "Namibia",
"year": 2001,
"avg_life_expectation": 56.5,
"female_life_expectation": 57.5,
"male_life_expectation": 55.6
},
{
"country": "Namibia",
"year": 2000,
"avg_life_expectation": 57.4,
"female_life_expectation": 58.5,
"male_life_expectation": 56.2
},
{
"country": "Nauru",
"year": 2013,
"avg_life_expectation": "",
"female_life_expectation": "",
"male_life_expectation": ""
},
{
"country": "Nepal",
"year": 2015,
"avg_life_expectation": 69.2,
"female_life_expectation": 70.8,
"male_life_expectation": 67.7
},
{
"country": "Nepal",
"year": 2014,
"avg_life_expectation": 69.6,
"female_life_expectation": 71,
"male_life_expectation": 68.2
},
{
"country": "Nepal",
"year": 2013,
"avg_life_expectation": 69.3,
"female_life_expectation": 70.7,
"male_life_expectation": 67.9
},
{
"country": "Nepal",
"year": 2012,
"avg_life_expectation": 68.9,
"female_life_expectation": 70.3,
"male_life_expectation": 67.6
},
{
"country": "Nepal",
"year": 2011,
"avg_life_expectation": 68.4,
"female_life_expectation": 69.8,
"male_life_expectation": 67.1
},
{
"country": "Nepal",
"year": 2010,
"avg_life_expectation": 68,
"female_life_expectation": 69.4,
"male_life_expectation": 66.7
},
{
"country": "Nepal",
"year": 2009,
"avg_life_expectation": 67.5,
"female_life_expectation": 68.9,
"male_life_expectation": 66.2
},
{
"country": "Nepal",
"year": 2008,
"avg_life_expectation": 67,
"female_life_expectation": 68.4,
"male_life_expectation": 65.8
},
{
"country": "Nepal",
"year": 2007,
"avg_life_expectation": 66.6,
"female_life_expectation": 67.9,
"male_life_expectation": 65.3
},
{
"country": "Nepal",
"year": 2006,
"avg_life_expectation": 66,
"female_life_expectation": 67.3,
"male_life_expectation": 64.7
},
{
"country": "Nepal",
"year": 2005,
"avg_life_expectation": 65.4,
"female_life_expectation": 66.7,
"male_life_expectation": 64.1
},
{
"country": "Nepal",
"year": 2004,
"avg_life_expectation": 64.7,
"female_life_expectation": 66,
"male_life_expectation": 63.3
},
{
"country": "Nepal",
"year": 2003,
"avg_life_expectation": 64.3,
"female_life_expectation": 65.5,
"male_life_expectation": 63.1
},
{
"country": "Nepal",
"year": 2002,
"avg_life_expectation": 63.1,
"female_life_expectation": 64.6,
"male_life_expectation": 61.7
},
{
"country": "Nepal",
"year": 2001,
"avg_life_expectation": 63.2,
"female_life_expectation": 64.2,
"male_life_expectation": 62.1
},
{
"country": "Nepal",
"year": 2000,
"avg_life_expectation": 62.5,
"female_life_expectation": 63.5,
"male_life_expectation": 61.5
},
{
"country": "Netherlands",
"year": 2015,
"avg_life_expectation": 81.9,
"female_life_expectation": 83.6,
"male_life_expectation": 80
},
{
"country": "Netherlands",
"year": 2014,
"avg_life_expectation": 81.7,
"female_life_expectation": 83.5,
"male_life_expectation": 79.8
},
{
"country": "Netherlands",
"year": 2013,
"avg_life_expectation": 81.4,
"female_life_expectation": 83.2,
"male_life_expectation": 79.4
},
{
"country": "Netherlands",
"year": 2012,
"avg_life_expectation": 81.1,
"female_life_expectation": 83,
"male_life_expectation": 79.1
},
{
"country": "Netherlands",
"year": 2011,
"avg_life_expectation": 81.1,
"female_life_expectation": 82.9,
"male_life_expectation": 79.2
},
{
"country": "Netherlands",
"year": 2010,
"avg_life_expectation": 80.8,
"female_life_expectation": 82.7,
"male_life_expectation": 78.7
},
{
"country": "Netherlands",
"year": 2009,
"avg_life_expectation": 80.6,
"female_life_expectation": 82.6,
"male_life_expectation": 78.5
},
{
"country": "Netherlands",
"year": 2008,
"avg_life_expectation": 80.3,
"female_life_expectation": 82.3,
"male_life_expectation": 78.2
},
{
"country": "Netherlands",
"year": 2007,
"avg_life_expectation": 80.2,
"female_life_expectation": 82.2,
"male_life_expectation": 78
},
{
"country": "Netherlands",
"year": 2006,
"avg_life_expectation": 79.8,
"female_life_expectation": 81.8,
"male_life_expectation": 77.6
},
{
"country": "Netherlands",
"year": 2005,
"avg_life_expectation": 79.4,
"female_life_expectation": 81.6,
"male_life_expectation": 77.1
},
{
"country": "Netherlands",
"year": 2004,
"avg_life_expectation": 79.2,
"female_life_expectation": 81.4,
"male_life_expectation": 76.8
},
{
"country": "Netherlands",
"year": 2003,
"avg_life_expectation": 78.7,
"female_life_expectation": 80.9,
"male_life_expectation": 76.3
},
{
"country": "Netherlands",
"year": 2002,
"avg_life_expectation": 78.4,
"female_life_expectation": 80.7,
"male_life_expectation": 76
},
{
"country": "Netherlands",
"year": 2001,
"avg_life_expectation": 78.3,
"female_life_expectation": 80.7,
"male_life_expectation": 75.8
},
{
"country": "Netherlands",
"year": 2000,
"avg_life_expectation": 78.1,
"female_life_expectation": 80.6,
"male_life_expectation": 75.5
},
{
"country": "New Zealand",
"year": 2015,
"avg_life_expectation": 81.6,
"female_life_expectation": 83.3,
"male_life_expectation": 80
},
{
"country": "New Zealand",
"year": 2014,
"avg_life_expectation": 81.5,
"female_life_expectation": 83.1,
"male_life_expectation": 79.8
},
{
"country": "New Zealand",
"year": 2013,
"avg_life_expectation": 81.3,
"female_life_expectation": 83,
"male_life_expectation": 79.5
},
{
"country": "New Zealand",
"year": 2012,
"avg_life_expectation": 81.1,
"female_life_expectation": 82.8,
"male_life_expectation": 79.3
},
{
"country": "New Zealand",
"year": 2011,
"avg_life_expectation": 80.6,
"female_life_expectation": 82.4,
"male_life_expectation": 78.9
},
{
"country": "New Zealand",
"year": 2010,
"avg_life_expectation": 80.9,
"female_life_expectation": 82.8,
"male_life_expectation": 79
},
{
"country": "New Zealand",
"year": 2009,
"avg_life_expectation": 80.5,
"female_life_expectation": 82.4,
"male_life_expectation": 78.4
},
{
"country": "New Zealand",
"year": 2008,
"avg_life_expectation": 80.1,
"female_life_expectation": 82.1,
"male_life_expectation": 78.2
},
{
"country": "New Zealand",
"year": 2007,
"avg_life_expectation": 80.1,
"female_life_expectation": 82.2,
"male_life_expectation": 77.9
},
{
"country": "New Zealand",
"year": 2006,
"avg_life_expectation": 79.9,
"female_life_expectation": 81.9,
"male_life_expectation": 77.8
},
{
"country": "New Zealand",
"year": 2005,
"avg_life_expectation": 79.9,
"female_life_expectation": 82.1,
"male_life_expectation": 77.7
},
{
"country": "New Zealand",
"year": 2004,
"avg_life_expectation": 79.2,
"female_life_expectation": 81.4,
"male_life_expectation": 77.1
},
{
"country": "New Zealand",
"year": 2003,
"avg_life_expectation": 79.1,
"female_life_expectation": 81.3,
"male_life_expectation": 76.8
},
{
"country": "New Zealand",
"year": 2002,
"avg_life_expectation": 78.7,
"female_life_expectation": 81,
"male_life_expectation": 76.4
},
{
"country": "New Zealand",
"year": 2001,
"avg_life_expectation": 78.5,
"female_life_expectation": 80.8,
"male_life_expectation": 76
},
{
"country": "New Zealand",
"year": 2000,
"avg_life_expectation": 78.6,
"female_life_expectation": 81.2,
"male_life_expectation": 75.9
},
{
"country": "Nicaragua",
"year": 2015,
"avg_life_expectation": 74.8,
"female_life_expectation": 77.9,
"male_life_expectation": 71.5
},
{
"country": "Nicaragua",
"year": 2014,
"avg_life_expectation": 74.5,
"female_life_expectation": 77.7,
"male_life_expectation": 71.3
},
{
"country": "Nicaragua",
"year": 2013,
"avg_life_expectation": 73.9,
"female_life_expectation": 77.1,
"male_life_expectation": 70.6
},
{
"country": "Nicaragua",
"year": 2012,
"avg_life_expectation": 73.9,
"female_life_expectation": 77.3,
"male_life_expectation": 70.5
},
{
"country": "Nicaragua",
"year": 2011,
"avg_life_expectation": 74.5,
"female_life_expectation": 77.3,
"male_life_expectation": 71.6
},
{
"country": "Nicaragua",
"year": 2010,
"avg_life_expectation": 73.2,
"female_life_expectation": 76.1,
"male_life_expectation": 70.2
},
{
"country": "Nicaragua",
"year": 2009,
"avg_life_expectation": 73.2,
"female_life_expectation": 76.2,
"male_life_expectation": 70.1
},
{
"country": "Nicaragua",
"year": 2008,
"avg_life_expectation": 72.5,
"female_life_expectation": 75.7,
"male_life_expectation": 69.3
},
{
"country": "Nicaragua",
"year": 2007,
"avg_life_expectation": 72.5,
"female_life_expectation": 75.5,
"male_life_expectation": 69.4
},
{
"country": "Nicaragua",
"year": 2006,
"avg_life_expectation": 73,
"female_life_expectation": 76.1,
"male_life_expectation": 69.8
},
{
"country": "Nicaragua",
"year": 2005,
"avg_life_expectation": 71.2,
"female_life_expectation": 74.5,
"male_life_expectation": 67.8
},
{
"country": "Nicaragua",
"year": 2004,
"avg_life_expectation": 71,
"female_life_expectation": 74,
"male_life_expectation": 67.8
},
{
"country": "Nicaragua",
"year": 2003,
"avg_life_expectation": 70.6,
"female_life_expectation": 73.7,
"male_life_expectation": 67.6
},
{
"country": "Nicaragua",
"year": 2002,
"avg_life_expectation": 70.5,
"female_life_expectation": 73.3,
"male_life_expectation": 67.7
},
{
"country": "Nicaragua",
"year": 2001,
"avg_life_expectation": 70.3,
"female_life_expectation": 73,
"male_life_expectation": 67.6
},
{
"country": "Nicaragua",
"year": 2000,
"avg_life_expectation": 70.3,
"female_life_expectation": 73.3,
"male_life_expectation": 67.3
},
{
"country": "Niger",
"year": 2015,
"avg_life_expectation": 61.8,
"female_life_expectation": 62.8,
"male_life_expectation": 60.9
},
{
"country": "Niger",
"year": 2014,
"avg_life_expectation": 61.4,
"female_life_expectation": 62.4,
"male_life_expectation": 60.5
},
{
"country": "Niger",
"year": 2013,
"avg_life_expectation": 60.9,
"female_life_expectation": 61.9,
"male_life_expectation": 60
},
{
"country": "Niger",
"year": 2012,
"avg_life_expectation": 60.3,
"female_life_expectation": 61.2,
"male_life_expectation": 59.4
},
{
"country": "Niger",
"year": 2011,
"avg_life_expectation": 59.4,
"female_life_expectation": 60.1,
"male_life_expectation": 58.7
},
{
"country": "Niger",
"year": 2010,
"avg_life_expectation": 58.2,
"female_life_expectation": 58.8,
"male_life_expectation": 57.8
},
{
"country": "Niger",
"year": 2009,
"avg_life_expectation": 57.1,
"female_life_expectation": 57.4,
"male_life_expectation": 56.8
},
{
"country": "Niger",
"year": 2008,
"avg_life_expectation": 56,
"female_life_expectation": 56.2,
"male_life_expectation": 55.9
},
{
"country": "Niger",
"year": 2007,
"avg_life_expectation": 55.2,
"female_life_expectation": 55.3,
"male_life_expectation": 55.1
},
{
"country": "Niger",
"year": 2006,
"avg_life_expectation": 54.5,
"female_life_expectation": 54.6,
"male_life_expectation": 54.4
},
{
"country": "Niger",
"year": 2005,
"avg_life_expectation": 53.7,
"female_life_expectation": 53.8,
"male_life_expectation": 53.7
},
{
"country": "Niger",
"year": 2004,
"avg_life_expectation": 52.9,
"female_life_expectation": 53,
"male_life_expectation": 52.9
},
{
"country": "Niger",
"year": 2003,
"avg_life_expectation": 52.1,
"female_life_expectation": 52.2,
"male_life_expectation": 52.1
},
{
"country": "Niger",
"year": 2002,
"avg_life_expectation": 51.4,
"female_life_expectation": 51.4,
"male_life_expectation": 51.3
},
{
"country": "Niger",
"year": 2001,
"avg_life_expectation": 50.6,
"female_life_expectation": 50.7,
"male_life_expectation": 50.6
},
{
"country": "Niger",
"year": 2000,
"avg_life_expectation": 50,
"female_life_expectation": 50,
"male_life_expectation": 49.9
},
{
"country": "Nigeria",
"year": 2015,
"avg_life_expectation": 54.5,
"female_life_expectation": 55.6,
"male_life_expectation": 53.4
},
{
"country": "Nigeria",
"year": 2014,
"avg_life_expectation": 53.6,
"female_life_expectation": 54.7,
"male_life_expectation": 52.6
},
{
"country": "Nigeria",
"year": 2013,
"avg_life_expectation": 53.2,
"female_life_expectation": 54.2,
"male_life_expectation": 52.2
},
{
"country": "Nigeria",
"year": 2012,
"avg_life_expectation": 52.7,
"female_life_expectation": 53.5,
"male_life_expectation": 51.8
},
{
"country": "Nigeria",
"year": 2011,
"avg_life_expectation": 52.3,
"female_life_expectation": 53.1,
"male_life_expectation": 51.5
},
{
"country": "Nigeria",
"year": 2010,
"avg_life_expectation": 52,
"female_life_expectation": 52.9,
"male_life_expectation": 51.2
},
{
"country": "Nigeria",
"year": 2009,
"avg_life_expectation": 51.6,
"female_life_expectation": 52.4,
"male_life_expectation": 50.7
},
{
"country": "Nigeria",
"year": 2008,
"avg_life_expectation": 50.9,
"female_life_expectation": 51.7,
"male_life_expectation": 50.1
},
{
"country": "Nigeria",
"year": 2007,
"avg_life_expectation": 50.5,
"female_life_expectation": 51.3,
"male_life_expectation": 49.7
},
{
"country": "Nigeria",
"year": 2006,
"avg_life_expectation": 49.8,
"female_life_expectation": 50.7,
"male_life_expectation": 49
},
{
"country": "Nigeria",
"year": 2005,
"avg_life_expectation": 49.2,
"female_life_expectation": 50.1,
"male_life_expectation": 48.4
},
{
"country": "Nigeria",
"year": 2004,
"avg_life_expectation": 48.5,
"female_life_expectation": 49.4,
"male_life_expectation": 47.7
},
{
"country": "Nigeria",
"year": 2003,
"avg_life_expectation": 48.1,
"female_life_expectation": 49,
"male_life_expectation": 47.2
},
{
"country": "Nigeria",
"year": 2002,
"avg_life_expectation": 47.7,
"female_life_expectation": 48.6,
"male_life_expectation": 46.8
},
{
"country": "Nigeria",
"year": 2001,
"avg_life_expectation": 47.4,
"female_life_expectation": 48.3,
"male_life_expectation": 46.4
},
{
"country": "Nigeria",
"year": 2000,
"avg_life_expectation": 47.1,
"female_life_expectation": 48.1,
"male_life_expectation": 46.2
},
{
"country": "Niue",
"year": 2013,
"avg_life_expectation": "",
"female_life_expectation": "",
"male_life_expectation": ""
},
{
"country": "Norway",
"year": 2015,
"avg_life_expectation": 81.8,
"female_life_expectation": 83.7,
"male_life_expectation": 79.8
},
{
"country": "Norway",
"year": 2014,
"avg_life_expectation": 81.6,
"female_life_expectation": 83.6,
"male_life_expectation": 79.6
},
{
"country": "Norway",
"year": 2013,
"avg_life_expectation": 81.5,
"female_life_expectation": 83.5,
"male_life_expectation": 79.4
},
{
"country": "Norway",
"year": 2012,
"avg_life_expectation": 81.3,
"female_life_expectation": 83.3,
"male_life_expectation": 79.2
},
{
"country": "Norway",
"year": 2011,
"avg_life_expectation": 81.1,
"female_life_expectation": 83.3,
"male_life_expectation": 78.9
},
{
"country": "Norway",
"year": 2010,
"avg_life_expectation": 81,
"female_life_expectation": 83.1,
"male_life_expectation": 78.8
},
{
"country": "Norway",
"year": 2009,
"avg_life_expectation": 80.9,
"female_life_expectation": 83.1,
"male_life_expectation": 78.6
},
{
"country": "Norway",
"year": 2008,
"avg_life_expectation": 80.6,
"female_life_expectation": 82.9,
"male_life_expectation": 78.3
},
{
"country": "Norway",
"year": 2007,
"avg_life_expectation": 80.5,
"female_life_expectation": 82.7,
"male_life_expectation": 78.2
},
{
"country": "Norway",
"year": 2006,
"avg_life_expectation": 80.4,
"female_life_expectation": 82.6,
"male_life_expectation": 78
},
{
"country": "Norway",
"year": 2005,
"avg_life_expectation": 80.1,
"female_life_expectation": 82.5,
"male_life_expectation": 77.6
},
{
"country": "Norway",
"year": 2004,
"avg_life_expectation": 79.8,
"female_life_expectation": 82.3,
"male_life_expectation": 77.3
},
{
"country": "Norway",
"year": 2003,
"avg_life_expectation": 79.4,
"female_life_expectation": 81.9,
"male_life_expectation": 76.9
},
{
"country": "Norway",
"year": 2002,
"avg_life_expectation": 78.9,
"female_life_expectation": 81.5,
"male_life_expectation": 76.2
},
{
"country": "Norway",
"year": 2001,
"avg_life_expectation": 78.8,
"female_life_expectation": 81.5,
"male_life_expectation": 76
},
{
"country": "Norway",
"year": 2000,
"avg_life_expectation": 78.5,
"female_life_expectation": 81.3,
"male_life_expectation": 75.7
},
{
"country": "Oman",
"year": 2015,
"avg_life_expectation": 76.6,
"female_life_expectation": 79.2,
"male_life_expectation": 75
},
{
"country": "Oman",
"year": 2014,
"avg_life_expectation": 76.4,
"female_life_expectation": 79,
"male_life_expectation": 74.7
},
{
"country": "Oman",
"year": 2013,
"avg_life_expectation": 76.2,
"female_life_expectation": 78.8,
"male_life_expectation": 74.5
},
{
"country": "Oman",
"year": 2012,
"avg_life_expectation": 76,
"female_life_expectation": 78.6,
"male_life_expectation": 74.2
},
{
"country": "Oman",
"year": 2011,
"avg_life_expectation": 75.8,
"female_life_expectation": 78.4,
"male_life_expectation": 74
},
{
"country": "Oman",
"year": 2010,
"avg_life_expectation": 75.6,
"female_life_expectation": 78.1,
"male_life_expectation": 73.7
},
{
"country": "Oman",
"year": 2009,
"avg_life_expectation": 75.4,
"female_life_expectation": 77.9,
"male_life_expectation": 73.5
},
{
"country": "Oman",
"year": 2008,
"avg_life_expectation": 75.2,
"female_life_expectation": 77.7,
"male_life_expectation": 73.3
},
{
"country": "Oman",
"year": 2007,
"avg_life_expectation": 74.9,
"female_life_expectation": 77.3,
"male_life_expectation": 72.9
},
{
"country": "Oman",
"year": 2006,
"avg_life_expectation": 74.7,
"female_life_expectation": 77.1,
"male_life_expectation": 72.8
},
{
"country": "Oman",
"year": 2005,
"avg_life_expectation": 74.3,
"female_life_expectation": 76.8,
"male_life_expectation": 72.4
},
{
"country": "Oman",
"year": 2004,
"avg_life_expectation": 74,
"female_life_expectation": 76.4,
"male_life_expectation": 72.1
},
{
"country": "Oman",
"year": 2003,
"avg_life_expectation": 73.6,
"female_life_expectation": 76,
"male_life_expectation": 71.7
},
{
"country": "Oman",
"year": 2002,
"avg_life_expectation": 73.3,
"female_life_expectation": 75.6,
"male_life_expectation": 71.4
},
{
"country": "Oman",
"year": 2001,
"avg_life_expectation": 72.9,
"female_life_expectation": 75.3,
"male_life_expectation": 71.1
},
{
"country": "Oman",
"year": 2000,
"avg_life_expectation": 72.6,
"female_life_expectation": 74.9,
"male_life_expectation": 70.7
},
{
"country": "Pakistan",
"year": 2015,
"avg_life_expectation": 66.4,
"female_life_expectation": 67.5,
"male_life_expectation": 65.5
},
{
"country": "Pakistan",
"year": 2014,
"avg_life_expectation": 66.2,
"female_life_expectation": 67.2,
"male_life_expectation": 65.2
},
{
"country": "Pakistan",
"year": 2013,
"avg_life_expectation": 66,
"female_life_expectation": 67,
"male_life_expectation": 65.1
},
{
"country": "Pakistan",
"year": 2012,
"avg_life_expectation": 65.7,
"female_life_expectation": 66.7,
"male_life_expectation": 64.8
},
{
"country": "Pakistan",
"year": 2011,
"avg_life_expectation": 65.5,
"female_life_expectation": 66.5,
"male_life_expectation": 64.6
},
{
"country": "Pakistan",
"year": 2010,
"avg_life_expectation": 65.1,
"female_life_expectation": 66.1,
"male_life_expectation": 64.1
},
{
"country": "Pakistan",
"year": 2009,
"avg_life_expectation": 64.8,
"female_life_expectation": 65.9,
"male_life_expectation": 63.9
},
{
"country": "Pakistan",
"year": 2008,
"avg_life_expectation": 64.6,
"female_life_expectation": 65.7,
"male_life_expectation": 63.7
},
{
"country": "Pakistan",
"year": 2007,
"avg_life_expectation": 64.4,
"female_life_expectation": 65.4,
"male_life_expectation": 63.5
},
{
"country": "Pakistan",
"year": 2006,
"avg_life_expectation": 64.2,
"female_life_expectation": 65.2,
"male_life_expectation": 63.3
},
{
"country": "Pakistan",
"year": 2005,
"avg_life_expectation": 62.9,
"female_life_expectation": 64,
"male_life_expectation": 61.9
},
{
"country": "Pakistan",
"year": 2004,
"avg_life_expectation": 63.7,
"female_life_expectation": 64.6,
"male_life_expectation": 62.9
},
{
"country": "Pakistan",
"year": 2003,
"avg_life_expectation": 63.5,
"female_life_expectation": 64.4,
"male_life_expectation": 62.7
},
{
"country": "Pakistan",
"year": 2002,
"avg_life_expectation": 63.2,
"female_life_expectation": 64.1,
"male_life_expectation": 62.4
},
{
"country": "Pakistan",
"year": 2001,
"avg_life_expectation": 63,
"female_life_expectation": 63.9,
"male_life_expectation": 62.2
},
{
"country": "Pakistan",
"year": 2000,
"avg_life_expectation": 62.8,
"female_life_expectation": 63.6,
"male_life_expectation": 62
},
{
"country": "Palau",
"year": 2013,
"avg_life_expectation": "",
"female_life_expectation": "",
"male_life_expectation": ""
},
{
"country": "Panama",
"year": 2015,
"avg_life_expectation": 77.8,
"female_life_expectation": 81.1,
"male_life_expectation": 74.7
},
{
"country": "Panama",
"year": 2014,
"avg_life_expectation": 77.6,
"female_life_expectation": 80.9,
"male_life_expectation": 74.6
},
{
"country": "Panama",
"year": 2013,
"avg_life_expectation": 77.5,
"female_life_expectation": 80.4,
"male_life_expectation": 74.7
},
{
"country": "Panama",
"year": 2012,
"avg_life_expectation": 77.2,
"female_life_expectation": 80.5,
"male_life_expectation": 74.2
},
{
"country": "Panama",
"year": 2011,
"avg_life_expectation": 77.3,
"female_life_expectation": 80.4,
"male_life_expectation": 74.3
},
{
"country": "Panama",
"year": 2010,
"avg_life_expectation": 76.5,
"female_life_expectation": 79.8,
"male_life_expectation": 73.5
},
{
"country": "Panama",
"year": 2009,
"avg_life_expectation": 76.8,
"female_life_expectation": 80.1,
"male_life_expectation": 73.7
},
{
"country": "Panama",
"year": 2008,
"avg_life_expectation": 76.5,
"female_life_expectation": 79.6,
"male_life_expectation": 73.6
},
{
"country": "Panama",
"year": 2007,
"avg_life_expectation": 76.4,
"female_life_expectation": 79.4,
"male_life_expectation": 73.7
},
{
"country": "Panama",
"year": 2006,
"avg_life_expectation": 76.2,
"female_life_expectation": 78.9,
"male_life_expectation": 73.6
},
{
"country": "Panama",
"year": 2005,
"avg_life_expectation": 75.8,
"female_life_expectation": 78.2,
"male_life_expectation": 73.4
},
{
"country": "Panama",
"year": 2004,
"avg_life_expectation": 75.8,
"female_life_expectation": 78.4,
"male_life_expectation": 73.4
},
{
"country": "Panama",
"year": 2003,
"avg_life_expectation": 75.5,
"female_life_expectation": 78.3,
"male_life_expectation": 72.9
},
{
"country": "Panama",
"year": 2002,
"avg_life_expectation": 75.7,
"female_life_expectation": 78.4,
"male_life_expectation": 73.3
},
{
"country": "Panama",
"year": 2001,
"avg_life_expectation": 75.5,
"female_life_expectation": 78.3,
"male_life_expectation": 73
},
{
"country": "Panama",
"year": 2000,
"avg_life_expectation": 75.7,
"female_life_expectation": 78.4,
"male_life_expectation": 73.2
},
{
"country": "Papua New Guinea",
"year": 2015,
"avg_life_expectation": 62.9,
"female_life_expectation": 65.4,
"male_life_expectation": 60.6
},
{
"country": "Papua New Guinea",
"year": 2014,
"avg_life_expectation": 62.7,
"female_life_expectation": 65.2,
"male_life_expectation": 60.3
},
{
"country": "Papua New Guinea",
"year": 2013,
"avg_life_expectation": 62.4,
"female_life_expectation": 64.9,
"male_life_expectation": 60.1
},
{
"country": "Papua New Guinea",
"year": 2012,
"avg_life_expectation": 62.2,
"female_life_expectation": 64.7,
"male_life_expectation": 59.8
},
{
"country": "Papua New Guinea",
"year": 2011,
"avg_life_expectation": 62,
"female_life_expectation": 64.5,
"male_life_expectation": 59.7
},
{
"country": "Papua New Guinea",
"year": 2010,
"avg_life_expectation": 61.8,
"female_life_expectation": 64.3,
"male_life_expectation": 59.5
},
{
"country": "Papua New Guinea",
"year": 2009,
"avg_life_expectation": 61.6,
"female_life_expectation": 64.1,
"male_life_expectation": 59.3
},
{
"country": "Papua New Guinea",
"year": 2008,
"avg_life_expectation": 61.4,
"female_life_expectation": 63.8,
"male_life_expectation": 59.1
},
{
"country": "Papua New Guinea",
"year": 2007,
"avg_life_expectation": 61.1,
"female_life_expectation": 63.5,
"male_life_expectation": 58.8
},
{
"country": "Papua New Guinea",
"year": 2006,
"avg_life_expectation": 60.8,
"female_life_expectation": 63.2,
"male_life_expectation": 58.5
},
{
"country": "Papua New Guinea",
"year": 2005,
"avg_life_expectation": 60.4,
"female_life_expectation": 62.8,
"male_life_expectation": 58.1
},
{
"country": "Papua New Guinea",
"year": 2004,
"avg_life_expectation": 59.9,
"female_life_expectation": 62.4,
"male_life_expectation": 57.7
},
{
"country": "Papua New Guinea",
"year": 2003,
"avg_life_expectation": 59.6,
"female_life_expectation": 62,
"male_life_expectation": 57.4
},
{
"country": "Papua New Guinea",
"year": 2002,
"avg_life_expectation": 59.3,
"female_life_expectation": 61.7,
"male_life_expectation": 57.1
},
{
"country": "Papua New Guinea",
"year": 2001,
"avg_life_expectation": 59.1,
"female_life_expectation": 61.5,
"male_life_expectation": 56.9
},
{
"country": "Papua New Guinea",
"year": 2000,
"avg_life_expectation": 58.9,
"female_life_expectation": 61.3,
"male_life_expectation": 56.7
},
{
"country": "Paraguay",
"year": 2015,
"avg_life_expectation": 74,
"female_life_expectation": 76,
"male_life_expectation": 72.2
},
{
"country": "Paraguay",
"year": 2014,
"avg_life_expectation": 73.9,
"female_life_expectation": 75.9,
"male_life_expectation": 72
},
{
"country": "Paraguay",
"year": 2013,
"avg_life_expectation": 73.8,
"female_life_expectation": 75.7,
"male_life_expectation": 71.9
},
{
"country": "Paraguay",
"year": 2012,
"avg_life_expectation": 73.6,
"female_life_expectation": 75.6,
"male_life_expectation": 71.8
},
{
"country": "Paraguay",
"year": 2011,
"avg_life_expectation": 73.4,
"female_life_expectation": 75.4,
"male_life_expectation": 71.6
},
{
"country": "Paraguay",
"year": 2010,
"avg_life_expectation": 73.2,
"female_life_expectation": 75.2,
"male_life_expectation": 71.4
},
{
"country": "Paraguay",
"year": 2009,
"avg_life_expectation": 73,
"female_life_expectation": 74.9,
"male_life_expectation": 71.1
},
{
"country": "Paraguay",
"year": 2008,
"avg_life_expectation": 72.7,
"female_life_expectation": 74.7,
"male_life_expectation": 70.9
},
{
"country": "Paraguay",
"year": 2007,
"avg_life_expectation": 72.5,
"female_life_expectation": 74.5,
"male_life_expectation": 70.7
},
{
"country": "Paraguay",
"year": 2006,
"avg_life_expectation": 72.3,
"female_life_expectation": 74.3,
"male_life_expectation": 70.5
},
{
"country": "Paraguay",
"year": 2005,
"avg_life_expectation": 72.1,
"female_life_expectation": 74.1,
"male_life_expectation": 70.3
},
{
"country": "Paraguay",
"year": 2004,
"avg_life_expectation": 71.9,
"female_life_expectation": 73.9,
"male_life_expectation": 70.1
},
{
"country": "Paraguay",
"year": 2003,
"avg_life_expectation": 71.7,
"female_life_expectation": 73.7,
"male_life_expectation": 69.9
},
{
"country": "Paraguay",
"year": 2002,
"avg_life_expectation": 71.5,
"female_life_expectation": 73.5,
"male_life_expectation": 69.7
},
{
"country": "Paraguay",
"year": 2001,
"avg_life_expectation": 71.2,
"female_life_expectation": 73.2,
"male_life_expectation": 69.3
},
{
"country": "Paraguay",
"year": 2000,
"avg_life_expectation": 70.9,
"female_life_expectation": 73,
"male_life_expectation": 69
},
{
"country": "Peru",
"year": 2015,
"avg_life_expectation": 75.5,
"female_life_expectation": 78,
"male_life_expectation": 73.1
},
{
"country": "Peru",
"year": 2014,
"avg_life_expectation": 75.3,
"female_life_expectation": 77.8,
"male_life_expectation": 72.8
},
{
"country": "Peru",
"year": 2013,
"avg_life_expectation": 75.3,
"female_life_expectation": 77.7,
"male_life_expectation": 72.9
},
{
"country": "Peru",
"year": 2012,
"avg_life_expectation": 74.9,
"female_life_expectation": 77.4,
"male_life_expectation": 72.4
},
{
"country": "Peru",
"year": 2011,
"avg_life_expectation": 74.5,
"female_life_expectation": 77,
"male_life_expectation": 72
},
{
"country": "Peru",
"year": 2010,
"avg_life_expectation": 73.7,
"female_life_expectation": 76.3,
"male_life_expectation": 71.2
},
{
"country": "Peru",
"year": 2009,
"avg_life_expectation": 73.8,
"female_life_expectation": 76.4,
"male_life_expectation": 71.3
},
{
"country": "Peru",
"year": 2008,
"avg_life_expectation": 73.9,
"female_life_expectation": 76.4,
"male_life_expectation": 71.4
},
{
"country": "Peru",
"year": 2007,
"avg_life_expectation": 74,
"female_life_expectation": 76.5,
"male_life_expectation": 71.5
},
{
"country": "Peru",
"year": 2006,
"avg_life_expectation": 74.2,
"female_life_expectation": 76.7,
"male_life_expectation": 71.8
},
{
"country": "Peru",
"year": 2005,
"avg_life_expectation": 72.8,
"female_life_expectation": 75.3,
"male_life_expectation": 70.3
},
{
"country": "Peru",
"year": 2004,
"avg_life_expectation": 72.2,
"female_life_expectation": 74.6,
"male_life_expectation": 69.9
},
{
"country": "Peru",
"year": 2003,
"avg_life_expectation": 72.1,
"female_life_expectation": 74.6,
"male_life_expectation": 69.8
},
{
"country": "Peru",
"year": 2002,
"avg_life_expectation": 72.6,
"female_life_expectation": 74.9,
"male_life_expectation": 70.2
},
{
"country": "Peru",
"year": 2001,
"avg_life_expectation": 72.4,
"female_life_expectation": 74.7,
"male_life_expectation": 70.1
},
{
"country": "Peru",
"year": 2000,
"avg_life_expectation": 71.4,
"female_life_expectation": 73.9,
"male_life_expectation": 68.9
},
{
"country": "Philippines",
"year": 2015,
"avg_life_expectation": 68.5,
"female_life_expectation": 72,
"male_life_expectation": 65.3
},
{
"country": "Philippines",
"year": 2014,
"avg_life_expectation": 68.4,
"female_life_expectation": 71.8,
"male_life_expectation": 65.2
},
{
"country": "Philippines",
"year": 2013,
"avg_life_expectation": 68.1,
"female_life_expectation": 71.5,
"male_life_expectation": 64.9
},
{
"country": "Philippines",
"year": 2012,
"avg_life_expectation": 68.1,
"female_life_expectation": 71.5,
"male_life_expectation": 65
},
{
"country": "Philippines",
"year": 2011,
"avg_life_expectation": 68,
"female_life_expectation": 71.3,
"male_life_expectation": 64.9
},
{
"country": "Philippines",
"year": 2010,
"avg_life_expectation": 67.9,
"female_life_expectation": 71.2,
"male_life_expectation": 64.8
},
{
"country": "Philippines",
"year": 2009,
"avg_life_expectation": 68,
"female_life_expectation": 71,
"male_life_expectation": 65.2
},
{
"country": "Philippines",
"year": 2008,
"avg_life_expectation": 67.5,
"female_life_expectation": 71,
"male_life_expectation": 64.3
},
{
"country": "Philippines",
"year": 2007,
"avg_life_expectation": 67.5,
"female_life_expectation": 71,
"male_life_expectation": 64.3
},
{
"country": "Philippines",
"year": 2006,
"avg_life_expectation": 67.3,
"female_life_expectation": 70.6,
"male_life_expectation": 64.2
},
{
"country": "Philippines",
"year": 2005,
"avg_life_expectation": 67,
"female_life_expectation": 70.3,
"male_life_expectation": 63.9
},
{
"country": "Philippines",
"year": 2004,
"avg_life_expectation": 67.3,
"female_life_expectation": 70.6,
"male_life_expectation": 64.2
},
{
"country": "Philippines",
"year": 2003,
"avg_life_expectation": 67.2,
"female_life_expectation": 70.4,
"male_life_expectation": 64.1
},
{
"country": "Philippines",
"year": 2002,
"avg_life_expectation": 66.8,
"female_life_expectation": 69.9,
"male_life_expectation": 63.9
},
{
"country": "Philippines",
"year": 2001,
"avg_life_expectation": 66.8,
"female_life_expectation": 70,
"male_life_expectation": 63.9
},
{
"country": "Philippines",
"year": 2000,
"avg_life_expectation": 66.8,
"female_life_expectation": 69.9,
"male_life_expectation": 63.9
},
{
"country": "Poland",
"year": 2015,
"avg_life_expectation": 77.5,
"female_life_expectation": 81.3,
"male_life_expectation": 73.6
},
{
"country": "Poland",
"year": 2014,
"avg_life_expectation": 77.3,
"female_life_expectation": 81.2,
"male_life_expectation": 73.4
},
{
"country": "Poland",
"year": 2013,
"avg_life_expectation": 77.1,
"female_life_expectation": 80.9,
"male_life_expectation": 73.1
},
{
"country": "Poland",
"year": 2012,
"avg_life_expectation": 76.8,
"female_life_expectation": 80.7,
"male_life_expectation": 72.8
},
{
"country": "Poland",
"year": 2011,
"avg_life_expectation": 76.7,
"female_life_expectation": 80.7,
"male_life_expectation": 72.6
},
{
"country": "Poland",
"year": 2010,
"avg_life_expectation": 76.3,
"female_life_expectation": 80.4,
"male_life_expectation": 72.1
},
{
"country": "Poland",
"year": 2009,
"avg_life_expectation": 75.7,
"female_life_expectation": 79.9,
"male_life_expectation": 71.6
},
{
"country": "Poland",
"year": 2008,
"avg_life_expectation": 75.5,
"female_life_expectation": 79.9,
"male_life_expectation": 71.3
},
{
"country": "Poland",
"year": 2007,
"avg_life_expectation": 75.3,
"female_life_expectation": 79.7,
"male_life_expectation": 71
},
{
"country": "Poland",
"year": 2006,
"avg_life_expectation": 75.2,
"female_life_expectation": 79.6,
"male_life_expectation": 70.9
},
{
"country": "Poland",
"year": 2005,
"avg_life_expectation": 75,
"female_life_expectation": 79.3,
"male_life_expectation": 70.7
},
{
"country": "Poland",
"year": 2004,
"avg_life_expectation": 74.9,
"female_life_expectation": 79.2,
"male_life_expectation": 70.6
},
{
"country": "Poland",
"year": 2003,
"avg_life_expectation": 74.7,
"female_life_expectation": 78.9,
"male_life_expectation": 70.5
},
{
"country": "Poland",
"year": 2002,
"avg_life_expectation": 74.5,
"female_life_expectation": 78.8,
"male_life_expectation": 70.3
},
{
"country": "Poland",
"year": 2001,
"avg_life_expectation": 74.2,
"female_life_expectation": 78.3,
"male_life_expectation": 70
},
{
"country": "Poland",
"year": 2000,
"avg_life_expectation": 73.7,
"female_life_expectation": 77.9,
"male_life_expectation": 69.5
},
{
"country": "Portugal",
"year": 2015,
"avg_life_expectation": 81.1,
"female_life_expectation": 83.9,
"male_life_expectation": 78.2
},
{
"country": "Portugal",
"year": 2014,
"avg_life_expectation": 80.9,
"female_life_expectation": 83.7,
"male_life_expectation": 77.9
},
{
"country": "Portugal",
"year": 2013,
"avg_life_expectation": 80.6,
"female_life_expectation": 83.5,
"male_life_expectation": 77.5
},
{
"country": "Portugal",
"year": 2012,
"avg_life_expectation": 80.3,
"female_life_expectation": 83.1,
"male_life_expectation": 77.2
},
{
"country": "Portugal",
"year": 2011,
"avg_life_expectation": 80.2,
"female_life_expectation": 83.1,
"male_life_expectation": 77.1
},
{
"country": "Portugal",
"year": 2010,
"avg_life_expectation": 79.6,
"female_life_expectation": 82.6,
"male_life_expectation": 76.4
},
{
"country": "Portugal",
"year": 2009,
"avg_life_expectation": 79.3,
"female_life_expectation": 82.3,
"male_life_expectation": 76.2
},
{
"country": "Portugal",
"year": 2008,
"avg_life_expectation": 79,
"female_life_expectation": 82,
"male_life_expectation": 75.9
},
{
"country": "Portugal",
"year": 2007,
"avg_life_expectation": 78.7,
"female_life_expectation": 81.8,
"male_life_expectation": 75.5
},
{
"country": "Portugal",
"year": 2006,
"avg_life_expectation": 78.5,
"female_life_expectation": 81.8,
"male_life_expectation": 75.1
},
{
"country": "Portugal",
"year": 2005,
"avg_life_expectation": 77.7,
"female_life_expectation": 81,
"male_life_expectation": 74.5
},
{
"country": "Portugal",
"year": 2004,
"avg_life_expectation": 78,
"female_life_expectation": 81.3,
"male_life_expectation": 74.7
},
{
"country": "Portugal",
"year": 2003,
"avg_life_expectation": 77.3,
"female_life_expectation": 80.5,
"male_life_expectation": 74
},
{
"country": "Portugal",
"year": 2002,
"avg_life_expectation": 77.2,
"female_life_expectation": 80.6,
"male_life_expectation": 73.7
},
{
"country": "Portugal",
"year": 2001,
"avg_life_expectation": 76.9,
"female_life_expectation": 80.3,
"male_life_expectation": 73.4
},
{
"country": "Portugal",
"year": 2000,
"avg_life_expectation": 76.6,
"female_life_expectation": 80.1,
"male_life_expectation": 73.1
},
{
"country": "Qatar",
"year": 2015,
"avg_life_expectation": 78.2,
"female_life_expectation": 80,
"male_life_expectation": 77.4
},
{
"country": "Qatar",
"year": 2014,
"avg_life_expectation": 78.1,
"female_life_expectation": 79.9,
"male_life_expectation": 77.3
},
{
"country": "Qatar",
"year": 2013,
"avg_life_expectation": 77.9,
"female_life_expectation": 79.8,
"male_life_expectation": 77.1
},
{
"country": "Qatar",
"year": 2012,
"avg_life_expectation": 77.8,
"female_life_expectation": 79.6,
"male_life_expectation": 76.9
},
{
"country": "Qatar",
"year": 2011,
"avg_life_expectation": 77.5,
"female_life_expectation": 79.4,
"male_life_expectation": 76.7
},
{
"country": "Qatar",
"year": 2010,
"avg_life_expectation": 77.3,
"female_life_expectation": 79.2,
"male_life_expectation": 76.4
},
{
"country": "Qatar",
"year": 2009,
"avg_life_expectation": 77,
"female_life_expectation": 78.9,
"male_life_expectation": 76.1
},
{
"country": "Qatar",
"year": 2008,
"avg_life_expectation": 76.8,
"female_life_expectation": 78.7,
"male_life_expectation": 75.9
},
{
"country": "Qatar",
"year": 2007,
"avg_life_expectation": 76.7,
"female_life_expectation": 78.6,
"male_life_expectation": 75.8
},
{
"country": "Qatar",
"year": 2006,
"avg_life_expectation": 76.6,
"female_life_expectation": 78.5,
"male_life_expectation": 75.7
},
{
"country": "Qatar",
"year": 2005,
"avg_life_expectation": 76.6,
"female_life_expectation": 78.4,
"male_life_expectation": 75.7
},
{
"country": "Qatar",
"year": 2004,
"avg_life_expectation": 76.6,
"female_life_expectation": 78.3,
"male_life_expectation": 75.6
},
{
"country": "Qatar",
"year": 2003,
"avg_life_expectation": 76.5,
"female_life_expectation": 78.2,
"male_life_expectation": 75.6
},
{
"country": "Qatar",
"year": 2002,
"avg_life_expectation": 76.4,
"female_life_expectation": 78.1,
"male_life_expectation": 75.5
},
{
"country": "Qatar",
"year": 2001,
"avg_life_expectation": 76.3,
"female_life_expectation": 77.9,
"male_life_expectation": 75.4
},
{
"country": "Qatar",
"year": 2000,
"avg_life_expectation": 76.2,
"female_life_expectation": 77.8,
"male_life_expectation": 75.3
},
{
"country": "Republic of Korea",
"year": 2015,
"avg_life_expectation": 82.3,
"female_life_expectation": 85.5,
"male_life_expectation": 78.8
},
{
"country": "Republic of Korea",
"year": 2014,
"avg_life_expectation": 82,
"female_life_expectation": 85.2,
"male_life_expectation": 78.5
},
{
"country": "Republic of Korea",
"year": 2013,
"avg_life_expectation": 81.7,
"female_life_expectation": 84.9,
"male_life_expectation": 78.2
},
{
"country": "Republic of Korea",
"year": 2012,
"avg_life_expectation": 81.2,
"female_life_expectation": 84.4,
"male_life_expectation": 77.7
},
{
"country": "Republic of Korea",
"year": 2011,
"avg_life_expectation": 81.1,
"female_life_expectation": 84.4,
"male_life_expectation": 77.6
},
{
"country": "Republic of Korea",
"year": 2010,
"avg_life_expectation": 80.7,
"female_life_expectation": 84,
"male_life_expectation": 77.2
},
{
"country": "Republic of Korea",
"year": 2009,
"avg_life_expectation": 80.6,
"female_life_expectation": 83.9,
"male_life_expectation": 77.1
},
{
"country": "Republic of Korea",
"year": 2008,
"avg_life_expectation": 80.3,
"female_life_expectation": 83.5,
"male_life_expectation": 76.8
},
{
"country": "Republic of Korea",
"year": 2007,
"avg_life_expectation": 79.8,
"female_life_expectation": 83,
"male_life_expectation": 76.4
},
{
"country": "Republic of Korea",
"year": 2006,
"avg_life_expectation": 79.4,
"female_life_expectation": 82.6,
"male_life_expectation": 76
},
{
"country": "Republic of Korea",
"year": 2005,
"avg_life_expectation": 78.7,
"female_life_expectation": 81.9,
"male_life_expectation": 75.3
},
{
"country": "Republic of Korea",
"year": 2004,
"avg_life_expectation": 78.2,
"female_life_expectation": 81.5,
"male_life_expectation": 74.6
},
{
"country": "Republic of Korea",
"year": 2003,
"avg_life_expectation": 77.6,
"female_life_expectation": 81,
"male_life_expectation": 74.1
},
{
"country": "Republic of Korea",
"year": 2002,
"avg_life_expectation": 77.1,
"female_life_expectation": 80.4,
"male_life_expectation": 73.6
},
{
"country": "Republic of Korea",
"year": 2001,
"avg_life_expectation": 76.7,
"female_life_expectation": 80.2,
"male_life_expectation": 73.1
},
{
"country": "Republic of Korea",
"year": 2000,
"avg_life_expectation": 76,
"female_life_expectation": 79.5,
"male_life_expectation": 72.3
},
{
"country": "Republic of Moldova",
"year": 2015,
"avg_life_expectation": 72.1,
"female_life_expectation": 76.2,
"male_life_expectation": 67.9
},
{
"country": "Republic of Moldova",
"year": 2014,
"avg_life_expectation": 71.8,
"female_life_expectation": 75.9,
"male_life_expectation": 67.6
},
{
"country": "Republic of Moldova",
"year": 2013,
"avg_life_expectation": 71.7,
"female_life_expectation": 75.8,
"male_life_expectation": 67.6
},
{
"country": "Republic of Moldova",
"year": 2012,
"avg_life_expectation": 70.9,
"female_life_expectation": 75.1,
"male_life_expectation": 66.8
},
{
"country": "Republic of Moldova",
"year": 2011,
"avg_life_expectation": 70.7,
"female_life_expectation": 74.7,
"male_life_expectation": 66.7
},
{
"country": "Republic of Moldova",
"year": 2010,
"avg_life_expectation": 68.8,
"female_life_expectation": 73,
"male_life_expectation": 64.7
},
{
"country": "Republic of Moldova",
"year": 2009,
"avg_life_expectation": 69,
"female_life_expectation": 72.9,
"male_life_expectation": 65.1
},
{
"country": "Republic of Moldova",
"year": 2008,
"avg_life_expectation": 68.9,
"female_life_expectation": 72.6,
"male_life_expectation": 65.1
},
{
"country": "Republic of Moldova",
"year": 2007,
"avg_life_expectation": 68.3,
"female_life_expectation": 72,
"male_life_expectation": 64.6
},
{
"country": "Republic of Moldova",
"year": 2006,
"avg_life_expectation": 68,
"female_life_expectation": 71.8,
"male_life_expectation": 64.1
},
{
"country": "Republic of Moldova",
"year": 2005,
"avg_life_expectation": 67.3,
"female_life_expectation": 71.3,
"male_life_expectation": 63.3
},
{
"country": "Republic of Moldova",
"year": 2004,
"avg_life_expectation": 68,
"female_life_expectation": 72,
"male_life_expectation": 64
},
{
"country": "Republic of Moldova",
"year": 2003,
"avg_life_expectation": 67.6,
"female_life_expectation": 71.3,
"male_life_expectation": 63.8
},
{
"country": "Republic of Moldova",
"year": 2002,
"avg_life_expectation": 67.5,
"female_life_expectation": 71.4,
"male_life_expectation": 63.6
},
{
"country": "Republic of Moldova",
"year": 2001,
"avg_life_expectation": 67.6,
"female_life_expectation": 71.5,
"male_life_expectation": 63.7
},
{
"country": "Republic of Moldova",
"year": 2000,
"avg_life_expectation": 67.1,
"female_life_expectation": 71,
"male_life_expectation": 63.2
},
{
"country": "Romania",
"year": 2015,
"avg_life_expectation": 75,
"female_life_expectation": 78.8,
"male_life_expectation": 71.4
},
{
"country": "Romania",
"year": 2014,
"avg_life_expectation": 74.8,
"female_life_expectation": 78.6,
"male_life_expectation": 71.2
},
{
"country": "Romania",
"year": 2013,
"avg_life_expectation": 74.6,
"female_life_expectation": 78.3,
"male_life_expectation": 71
},
{
"country": "Romania",
"year": 2012,
"avg_life_expectation": 74.4,
"female_life_expectation": 78,
"male_life_expectation": 70.8
},
{
"country": "Romania",
"year": 2011,
"avg_life_expectation": 74.3,
"female_life_expectation": 77.9,
"male_life_expectation": 70.7
},
{
"country": "Romania",
"year": 2010,
"avg_life_expectation": 73.4,
"female_life_expectation": 77.2,
"male_life_expectation": 69.7
},
{
"country": "Romania",
"year": 2009,
"avg_life_expectation": 73.1,
"female_life_expectation": 77,
"male_life_expectation": 69.4
},
{
"country": "Romania",
"year": 2008,
"avg_life_expectation": 73.1,
"female_life_expectation": 76.9,
"male_life_expectation": 69.4
},
{
"country": "Romania",
"year": 2007,
"avg_life_expectation": 72.9,
"female_life_expectation": 76.5,
"male_life_expectation": 69.4
},
{
"country": "Romania",
"year": 2006,
"avg_life_expectation": 72.5,
"female_life_expectation": 76,
"male_life_expectation": 69
},
{
"country": "Romania",
"year": 2005,
"avg_life_expectation": 71.9,
"female_life_expectation": 75.5,
"male_life_expectation": 68.5
},
{
"country": "Romania",
"year": 2004,
"avg_life_expectation": 71.7,
"female_life_expectation": 75.5,
"male_life_expectation": 68.2
},
{
"country": "Romania",
"year": 2003,
"avg_life_expectation": 71.1,
"female_life_expectation": 74.9,
"male_life_expectation": 67.5
},
{
"country": "Romania",
"year": 2002,
"avg_life_expectation": 70.7,
"female_life_expectation": 74.5,
"male_life_expectation": 67.1
},
{
"country": "Romania",
"year": 2001,
"avg_life_expectation": 70.8,
"female_life_expectation": 74.5,
"male_life_expectation": 67.1
},
{
"country": "Romania",
"year": 2000,
"avg_life_expectation": 70.7,
"female_life_expectation": 74.3,
"male_life_expectation": 67.2
},
{
"country": "Russian Federation",
"year": 2015,
"avg_life_expectation": 70.5,
"female_life_expectation": 76.3,
"male_life_expectation": 64.7
},
{
"country": "Russian Federation",
"year": 2014,
"avg_life_expectation": 70.3,
"female_life_expectation": 76.1,
"male_life_expectation": 64.5
},
{
"country": "Russian Federation",
"year": 2013,
"avg_life_expectation": 70,
"female_life_expectation": 75.9,
"male_life_expectation": 64.2
},
{
"country": "Russian Federation",
"year": 2012,
"avg_life_expectation": 69.6,
"female_life_expectation": 75.6,
"male_life_expectation": 63.7
},
{
"country": "Russian Federation",
"year": 2011,
"avg_life_expectation": 69.4,
"female_life_expectation": 75.4,
"male_life_expectation": 63.5
},
{
"country": "Russian Federation",
"year": 2010,
"avg_life_expectation": 68.4,
"female_life_expectation": 74.6,
"male_life_expectation": 62.4
},
{
"country": "Russian Federation",
"year": 2009,
"avg_life_expectation": 68.2,
"female_life_expectation": 74.5,
"male_life_expectation": 62.2
},
{
"country": "Russian Federation",
"year": 2008,
"avg_life_expectation": 67.5,
"female_life_expectation": 74,
"male_life_expectation": 61.3
},
{
"country": "Russian Federation",
"year": 2007,
"avg_life_expectation": 67.3,
"female_life_expectation": 73.8,
"male_life_expectation": 61.1
},
{
"country": "Russian Federation",
"year": 2006,
"avg_life_expectation": 66.4,
"female_life_expectation": 73.1,
"male_life_expectation": 60.2
},
{
"country": "Russian Federation",
"year": 2005,
"avg_life_expectation": 65,
"female_life_expectation": 72.1,
"male_life_expectation": 58.6
},
{
"country": "Russian Federation",
"year": 2004,
"avg_life_expectation": 64.9,
"female_life_expectation": 72,
"male_life_expectation": 58.6
},
{
"country": "Russian Federation",
"year": 2003,
"avg_life_expectation": 64.6,
"female_life_expectation": 71.7,
"male_life_expectation": 58.3
},
{
"country": "Russian Federation",
"year": 2002,
"avg_life_expectation": 64.8,
"female_life_expectation": 71.8,
"male_life_expectation": 58.5
},
{
"country": "Russian Federation",
"year": 2001,
"avg_life_expectation": 65.1,
"female_life_expectation": 72,
"male_life_expectation": 58.8
},
{
"country": "Russian Federation",
"year": 2000,
"avg_life_expectation": 65,
"female_life_expectation": 72,
"male_life_expectation": 58.7
},
{
"country": "Rwanda",
"year": 2015,
"avg_life_expectation": 66.1,
"female_life_expectation": 71.1,
"male_life_expectation": 60.9
},
{
"country": "Rwanda",
"year": 2014,
"avg_life_expectation": 65.7,
"female_life_expectation": 70.8,
"male_life_expectation": 60.5
},
{
"country": "Rwanda",
"year": 2013,
"avg_life_expectation": 65.2,
"female_life_expectation": 70.3,
"male_life_expectation": 60
},
{
"country": "Rwanda",
"year": 2012,
"avg_life_expectation": 64.6,
"female_life_expectation": 69.8,
"male_life_expectation": 59.4
},
{
"country": "Rwanda",
"year": 2011,
"avg_life_expectation": 63.8,
"female_life_expectation": 69.1,
"male_life_expectation": 58.5
},
{
"country": "Rwanda",
"year": 2010,
"avg_life_expectation": 62.8,
"female_life_expectation": 68.1,
"male_life_expectation": 57.5
},
{
"country": "Rwanda",
"year": 2009,
"avg_life_expectation": 61,
"female_life_expectation": 66.7,
"male_life_expectation": 55.4
},
{
"country": "Rwanda",
"year": 2008,
"avg_life_expectation": 60.8,
"female_life_expectation": 66.2,
"male_life_expectation": 55.4
},
{
"country": "Rwanda",
"year": 2007,
"avg_life_expectation": 59.6,
"female_life_expectation": 65.1,
"male_life_expectation": 54.1
},
{
"country": "Rwanda",
"year": 2006,
"avg_life_expectation": 57.6,
"female_life_expectation": 63.1,
"male_life_expectation": 52.3
},
{
"country": "Rwanda",
"year": 2005,
"avg_life_expectation": 55.3,
"female_life_expectation": 60.6,
"male_life_expectation": 50.2
},
{
"country": "Rwanda",
"year": 2004,
"avg_life_expectation": 53.4,
"female_life_expectation": 58.6,
"male_life_expectation": 48.4
},
{
"country": "Rwanda",
"year": 2003,
"avg_life_expectation": 52,
"female_life_expectation": 57.3,
"male_life_expectation": 47
},
{
"country": "Rwanda",
"year": 2002,
"avg_life_expectation": 50.7,
"female_life_expectation": 56,
"male_life_expectation": 45.7
},
{
"country": "Rwanda",
"year": 2001,
"avg_life_expectation": 48.6,
"female_life_expectation": 54.4,
"male_life_expectation": 43.4
},
{
"country": "Rwanda",
"year": 2000,
"avg_life_expectation": 48.3,
"female_life_expectation": 53.8,
"male_life_expectation": 43.3
},
{
"country": "Saint Kitts and Nevis",
"year": 2013,
"avg_life_expectation": "",
"female_life_expectation": "",
"male_life_expectation": ""
},
{
"country": "Saint Lucia",
"year": 2015,
"avg_life_expectation": 75.2,
"female_life_expectation": 77.9,
"male_life_expectation": 72.6
},
{
"country": "Saint Lucia",
"year": 2014,
"avg_life_expectation": 75,
"female_life_expectation": 77.7,
"male_life_expectation": 72.4
},
{
"country": "Saint Lucia",
"year": 2013,
"avg_life_expectation": 74.8,
"female_life_expectation": 77.5,
"male_life_expectation": 72.2
},
{
"country": "Saint Lucia",
"year": 2012,
"avg_life_expectation": 74.7,
"female_life_expectation": 77.4,
"male_life_expectation": 72.2
},
{
"country": "Saint Lucia",
"year": 2011,
"avg_life_expectation": 74.6,
"female_life_expectation": 77.3,
"male_life_expectation": 72
},
{
"country": "Saint Lucia",
"year": 2010,
"avg_life_expectation": 74.2,
"female_life_expectation": 76.9,
"male_life_expectation": 71.6
},
{
"country": "Saint Lucia",
"year": 2009,
"avg_life_expectation": 74.3,
"female_life_expectation": 77,
"male_life_expectation": 71.7
},
{
"country": "Saint Lucia",
"year": 2008,
"avg_life_expectation": 74.1,
"female_life_expectation": 76.8,
"male_life_expectation": 71.6
},
{
"country": "Saint Lucia",
"year": 2007,
"avg_life_expectation": 73.9,
"female_life_expectation": 76.5,
"male_life_expectation": 71.4
},
{
"country": "Saint Lucia",
"year": 2006,
"avg_life_expectation": 73.5,
"female_life_expectation": 76,
"male_life_expectation": 71.1
},
{
"country": "Saint Lucia",
"year": 2005,
"avg_life_expectation": 73.1,
"female_life_expectation": 75.3,
"male_life_expectation": 70.8
},
{
"country": "Saint Lucia",
"year": 2004,
"avg_life_expectation": 72.6,
"female_life_expectation": 74.7,
"male_life_expectation": 70.6
},
{
"country": "Saint Lucia",
"year": 2003,
"avg_life_expectation": 72.2,
"female_life_expectation": 74.2,
"male_life_expectation": 70.3
},
{
"country": "Saint Lucia",
"year": 2002,
"avg_life_expectation": 72,
"female_life_expectation": 73.9,
"male_life_expectation": 70.1
},
{
"country": "Saint Lucia",
"year": 2001,
"avg_life_expectation": 71.8,
"female_life_expectation": 73.7,
"male_life_expectation": 69.9
},
{
"country": "Saint Lucia",
"year": 2000,
"avg_life_expectation": 71.6,
"female_life_expectation": 73.5,
"male_life_expectation": 69.6
},
{
"country": "Saint Vincent and the Grenadines",
"year": 2015,
"avg_life_expectation": 73.2,
"female_life_expectation": 75.2,
"male_life_expectation": 71.3
},
{
"country": "Saint Vincent and the Grenadines",
"year": 2014,
"avg_life_expectation": 73.1,
"female_life_expectation": 75.1,
"male_life_expectation": 71.2
},
{
"country": "Saint Vincent and the Grenadines",
"year": 2013,
"avg_life_expectation": 72.7,
"female_life_expectation": 74.7,
"male_life_expectation": 70.8
},
{
"country": "Saint Vincent and the Grenadines",
"year": 2012,
"avg_life_expectation": 72.8,
"female_life_expectation": 74.8,
"male_life_expectation": 71
},
{
"country": "Saint Vincent and the Grenadines",
"year": 2011,
"avg_life_expectation": 72.7,
"female_life_expectation": 74.6,
"male_life_expectation": 70.8
},
{
"country": "Saint Vincent and the Grenadines",
"year": 2010,
"avg_life_expectation": 72.5,
"female_life_expectation": 74.4,
"male_life_expectation": 70.7
},
{
"country": "Saint Vincent and the Grenadines",
"year": 2009,
"avg_life_expectation": 72.3,
"female_life_expectation": 74.2,
"male_life_expectation": 70.5
},
{
"country": "Saint Vincent and the Grenadines",
"year": 2008,
"avg_life_expectation": 72.1,
"female_life_expectation": 74,
"male_life_expectation": 70.3
},
{
"country": "Saint Vincent and the Grenadines",
"year": 2007,
"avg_life_expectation": 71.9,
"female_life_expectation": 73.9,
"male_life_expectation": 70.1
},
{
"country": "Saint Vincent and the Grenadines",
"year": 2006,
"avg_life_expectation": 71.7,
"female_life_expectation": 73.7,
"male_life_expectation": 69.8
},
{
"country": "Saint Vincent and the Grenadines",
"year": 2005,
"avg_life_expectation": 71.4,
"female_life_expectation": 73.6,
"male_life_expectation": 69.4
},
{
"country": "Saint Vincent and the Grenadines",
"year": 2004,
"avg_life_expectation": 71.2,
"female_life_expectation": 73.5,
"male_life_expectation": 69.1
},
{
"country": "Saint Vincent and the Grenadines",
"year": 2003,
"avg_life_expectation": 71,
"female_life_expectation": 73.4,
"male_life_expectation": 68.8
},
{
"country": "Saint Vincent and the Grenadines",
"year": 2002,
"avg_life_expectation": 70.9,
"female_life_expectation": 73.2,
"male_life_expectation": 68.7
},
{
"country": "Saint Vincent and the Grenadines",
"year": 2001,
"avg_life_expectation": 70.9,
"female_life_expectation": 73.2,
"male_life_expectation": 68.8
},
{
"country": "Saint Vincent and the Grenadines",
"year": 2000,
"avg_life_expectation": 70.9,
"female_life_expectation": 73.1,
"male_life_expectation": 68.9
},
{
"country": "Samoa",
"year": 2015,
"avg_life_expectation": 74,
"female_life_expectation": 77.5,
"male_life_expectation": 70.9
},
{
"country": "Samoa",
"year": 2014,
"avg_life_expectation": 73.8,
"female_life_expectation": 77.3,
"male_life_expectation": 70.7
},
{
"country": "Samoa",
"year": 2013,
"avg_life_expectation": 73.6,
"female_life_expectation": 77.1,
"male_life_expectation": 70.5
},
{
"country": "Samoa",
"year": 2012,
"avg_life_expectation": 73.2,
"female_life_expectation": 76.7,
"male_life_expectation": 70.1
},
{
"country": "Samoa",
"year": 2011,
"avg_life_expectation": 73,
"female_life_expectation": 76.5,
"male_life_expectation": 69.9
},
{
"country": "Samoa",
"year": 2010,
"avg_life_expectation": 72.6,
"female_life_expectation": 76.1,
"male_life_expectation": 69.6
},
{
"country": "Samoa",
"year": 2009,
"avg_life_expectation": 70.6,
"female_life_expectation": 74.2,
"male_life_expectation": 67.5
},
{
"country": "Samoa",
"year": 2008,
"avg_life_expectation": 72.5,
"female_life_expectation": 75.9,
"male_life_expectation": 69.5
},
{
"country": "Samoa",
"year": 2007,
"avg_life_expectation": 72.2,
"female_life_expectation": 75.6,
"male_life_expectation": 69.2
},
{
"country": "Samoa",
"year": 2006,
"avg_life_expectation": 72,
"female_life_expectation": 75.4,
"male_life_expectation": 69
},
{
"country": "Samoa",
"year": 2005,
"avg_life_expectation": 71.6,
"female_life_expectation": 75,
"male_life_expectation": 68.6
},
{
"country": "Samoa",
"year": 2004,
"avg_life_expectation": 71.4,
"female_life_expectation": 74.9,
"male_life_expectation": 68.4
},
{
"country": "Samoa",
"year": 2003,
"avg_life_expectation": 70.9,
"female_life_expectation": 74.4,
"male_life_expectation": 67.9
},
{
"country": "Samoa",
"year": 2002,
"avg_life_expectation": 70.6,
"female_life_expectation": 74.1,
"male_life_expectation": 67.6
},
{
"country": "Samoa",
"year": 2001,
"avg_life_expectation": 70.5,
"female_life_expectation": 74,
"male_life_expectation": 67.5
},
{
"country": "Samoa",
"year": 2000,
"avg_life_expectation": 70.2,
"female_life_expectation": 73.7,
"male_life_expectation": 67.2
},
{
"country": "San Marino",
"year": 2013,
"avg_life_expectation": "",
"female_life_expectation": "",
"male_life_expectation": ""
},
{
"country": "Sao Tome and Principe",
"year": 2015,
"avg_life_expectation": 67.5,
"female_life_expectation": 69.4,
"male_life_expectation": 65.6
},
{
"country": "Sao Tome and Principe",
"year": 2014,
"avg_life_expectation": 67.3,
"female_life_expectation": 69.2,
"male_life_expectation": 65.5
},
{
"country": "Sao Tome and Principe",
"year": 2013,
"avg_life_expectation": 67.1,
"female_life_expectation": 69,
"male_life_expectation": 65.3
},
{
"country": "Sao Tome and Principe",
"year": 2012,
"avg_life_expectation": 66.9,
"female_life_expectation": 68.7,
"male_life_expectation": 65.1
},
{
"country": "Sao Tome and Principe",
"year": 2011,
"avg_life_expectation": 66.6,
"female_life_expectation": 68.4,
"male_life_expectation": 64.7
},
{
"country": "Sao Tome and Principe",
"year": 2010,
"avg_life_expectation": 66.2,
"female_life_expectation": 68.1,
"male_life_expectation": 64.3
},
{
"country": "Sao Tome and Principe",
"year": 2009,
"avg_life_expectation": 65.8,
"female_life_expectation": 67.8,
"male_life_expectation": 63.8
},
{
"country": "Sao Tome and Principe",
"year": 2008,
"avg_life_expectation": 65.4,
"female_life_expectation": 67.4,
"male_life_expectation": 63.4
},
{
"country": "Sao Tome and Principe",
"year": 2007,
"avg_life_expectation": 65.1,
"female_life_expectation": 67.1,
"male_life_expectation": 63.1
},
{
"country": "Sao Tome and Principe",
"year": 2006,
"avg_life_expectation": 64.7,
"female_life_expectation": 66.7,
"male_life_expectation": 62.7
},
{
"country": "Sao Tome and Principe",
"year": 2005,
"avg_life_expectation": 64.3,
"female_life_expectation": 66.2,
"male_life_expectation": 62.3
},
{
"country": "Sao Tome and Principe",
"year": 2004,
"avg_life_expectation": 63.8,
"female_life_expectation": 65.7,
"male_life_expectation": 61.9
},
{
"country": "Sao Tome and Principe",
"year": 2003,
"avg_life_expectation": 63.4,
"female_life_expectation": 65.3,
"male_life_expectation": 61.6
},
{
"country": "Sao Tome and Principe",
"year": 2002,
"avg_life_expectation": 63.1,
"female_life_expectation": 64.9,
"male_life_expectation": 61.2
},
{
"country": "Sao Tome and Principe",
"year": 2001,
"avg_life_expectation": 62.8,
"female_life_expectation": 64.7,
"male_life_expectation": 61
},
{
"country": "Sao Tome and Principe",
"year": 2000,
"avg_life_expectation": 62.6,
"female_life_expectation": 64.4,
"male_life_expectation": 60.8
},
{
"country": "Saudi Arabia",
"year": 2015,
"avg_life_expectation": 74.5,
"female_life_expectation": 76,
"male_life_expectation": 73.2
},
{
"country": "Saudi Arabia",
"year": 2014,
"avg_life_expectation": 74.4,
"female_life_expectation": 75.9,
"male_life_expectation": 73.1
},
{
"country": "Saudi Arabia",
"year": 2013,
"avg_life_expectation": 74.3,
"female_life_expectation": 75.7,
"male_life_expectation": 72.9
},
{
"country": "Saudi Arabia",
"year": 2012,
"avg_life_expectation": 74.1,
"female_life_expectation": 75.5,
"male_life_expectation": 72.8
},
{
"country": "Saudi Arabia",
"year": 2011,
"avg_life_expectation": 73.9,
"female_life_expectation": 75.3,
"male_life_expectation": 72.6
},
{
"country": "Saudi Arabia",
"year": 2010,
"avg_life_expectation": 73.7,
"female_life_expectation": 75.1,
"male_life_expectation": 72.4
},
{
"country": "Saudi Arabia",
"year": 2009,
"avg_life_expectation": 73.4,
"female_life_expectation": 74.8,
"male_life_expectation": 72.1
},
{
"country": "Saudi Arabia",
"year": 2008,
"avg_life_expectation": 73.3,
"female_life_expectation": 74.7,
"male_life_expectation": 72
},
{
"country": "Saudi Arabia",
"year": 2007,
"avg_life_expectation": 73.2,
"female_life_expectation": 74.6,
"male_life_expectation": 71.9
},
{
"country": "Saudi Arabia",
"year": 2006,
"avg_life_expectation": 73.2,
"female_life_expectation": 74.6,
"male_life_expectation": 71.8
},
{
"country": "Saudi Arabia",
"year": 2005,
"avg_life_expectation": 73.1,
"female_life_expectation": 74.6,
"male_life_expectation": 71.8
},
{
"country": "Saudi Arabia",
"year": 2004,
"avg_life_expectation": 73.1,
"female_life_expectation": 74.6,
"male_life_expectation": 71.7
},
{
"country": "Saudi Arabia",
"year": 2003,
"avg_life_expectation": 73,
"female_life_expectation": 74.6,
"male_life_expectation": 71.6
},
{
"country": "Saudi Arabia",
"year": 2002,
"avg_life_expectation": 72.9,
"female_life_expectation": 74.6,
"male_life_expectation": 71.5
},
{
"country": "Saudi Arabia",
"year": 2001,
"avg_life_expectation": 72.8,
"female_life_expectation": 74.5,
"male_life_expectation": 71.3
},
{
"country": "Saudi Arabia",
"year": 2000,
"avg_life_expectation": 72.6,
"female_life_expectation": 74.4,
"male_life_expectation": 71
},
{
"country": "Senegal",
"year": 2015,
"avg_life_expectation": 66.7,
"female_life_expectation": 68.6,
"male_life_expectation": 64.6
},
{
"country": "Senegal",
"year": 2014,
"avg_life_expectation": 66.4,
"female_life_expectation": 68.3,
"male_life_expectation": 64.3
},
{
"country": "Senegal",
"year": 2013,
"avg_life_expectation": 66,
"female_life_expectation": 67.9,
"male_life_expectation": 64
},
{
"country": "Senegal",
"year": 2012,
"avg_life_expectation": 65.6,
"female_life_expectation": 67.4,
"male_life_expectation": 63.6
},
{
"country": "Senegal",
"year": 2011,
"avg_life_expectation": 64.9,
"female_life_expectation": 66.7,
"male_life_expectation": 63.1
},
{
"country": "Senegal",
"year": 2010,
"avg_life_expectation": 64.3,
"female_life_expectation": 65.8,
"male_life_expectation": 62.6
},
{
"country": "Senegal",
"year": 2009,
"avg_life_expectation": 63.5,
"female_life_expectation": 64.9,
"male_life_expectation": 62
},
{
"country": "Senegal",
"year": 2008,
"avg_life_expectation": 62.8,
"female_life_expectation": 64,
"male_life_expectation": 61.4
},
{
"country": "Senegal",
"year": 2007,
"avg_life_expectation": 62.1,
"female_life_expectation": 63.3,
"male_life_expectation": 60.7
},
{
"country": "Senegal",
"year": 2006,
"avg_life_expectation": 61.3,
"female_life_expectation": 62.6,
"male_life_expectation": 59.9
},
{
"country": "Senegal",
"year": 2005,
"avg_life_expectation": 60.5,
"female_life_expectation": 61.9,
"male_life_expectation": 59
},
{
"country": "Senegal",
"year": 2004,
"avg_life_expectation": 59.7,
"female_life_expectation": 61.2,
"male_life_expectation": 58.1
},
{
"country": "Senegal",
"year": 2003,
"avg_life_expectation": 59,
"female_life_expectation": 60.5,
"male_life_expectation": 57.3
},
{
"country": "Senegal",
"year": 2002,
"avg_life_expectation": 58.4,
"female_life_expectation": 60,
"male_life_expectation": 56.8
},
{
"country": "Senegal",
"year": 2001,
"avg_life_expectation": 57.9,
"female_life_expectation": 59.4,
"male_life_expectation": 56.3
},
{
"country": "Senegal",
"year": 2000,
"avg_life_expectation": 57.5,
"female_life_expectation": 59,
"male_life_expectation": 56
},
{
"country": "Serbia",
"year": 2015,
"avg_life_expectation": 75.6,
"female_life_expectation": 78.4,
"male_life_expectation": 72.9
},
{
"country": "Serbia",
"year": 2014,
"avg_life_expectation": 75.4,
"female_life_expectation": 78.2,
"male_life_expectation": 72.7
},
{
"country": "Serbia",
"year": 2013,
"avg_life_expectation": 75.3,
"female_life_expectation": 78.1,
"male_life_expectation": 72.5
},
{
"country": "Serbia",
"year": 2012,
"avg_life_expectation": 74.9,
"female_life_expectation": 77.7,
"male_life_expectation": 72.2
},
{
"country": "Serbia",
"year": 2011,
"avg_life_expectation": 74.6,
"female_life_expectation": 77.4,
"male_life_expectation": 71.9
},
{
"country": "Serbia",
"year": 2010,
"avg_life_expectation": 74.4,
"female_life_expectation": 77.1,
"male_life_expectation": 71.8
},
{
"country": "Serbia",
"year": 2009,
"avg_life_expectation": 74.1,
"female_life_expectation": 76.9,
"male_life_expectation": 71.4
},
{
"country": "Serbia",
"year": 2008,
"avg_life_expectation": 74,
"female_life_expectation": 76.8,
"male_life_expectation": 71.4
},
{
"country": "Serbia",
"year": 2007,
"avg_life_expectation": 73.8,
"female_life_expectation": 76.6,
"male_life_expectation": 71.1
},
{
"country": "Serbia",
"year": 2006,
"avg_life_expectation": 73.6,
"female_life_expectation": 76.4,
"male_life_expectation": 70.9
},
{
"country": "Serbia",
"year": 2005,
"avg_life_expectation": 73,
"female_life_expectation": 75.8,
"male_life_expectation": 70.3
},
{
"country": "Serbia",
"year": 2004,
"avg_life_expectation": 73,
"female_life_expectation": 76,
"male_life_expectation": 70.2
},
{
"country": "Serbia",
"year": 2003,
"avg_life_expectation": 73,
"female_life_expectation": 75.8,
"male_life_expectation": 70.2
},
{
"country": "Serbia",
"year": 2002,
"avg_life_expectation": 72.9,
"female_life_expectation": 75.8,
"male_life_expectation": 70.1
},
{
"country": "Serbia",
"year": 2001,
"avg_life_expectation": 73.1,
"female_life_expectation": 76,
"male_life_expectation": 70.2
},
{
"country": "Serbia",
"year": 2000,
"avg_life_expectation": 72.6,
"female_life_expectation": 75.6,
"male_life_expectation": 69.7
},
{
"country": "Seychelles",
"year": 2015,
"avg_life_expectation": 73.2,
"female_life_expectation": 78,
"male_life_expectation": 69.1
},
{
"country": "Seychelles",
"year": 2014,
"avg_life_expectation": 73,
"female_life_expectation": 77.8,
"male_life_expectation": 69
},
{
"country": "Seychelles",
"year": 2013,
"avg_life_expectation": 72.9,
"female_life_expectation": 77.7,
"male_life_expectation": 68.8
},
{
"country": "Seychelles",
"year": 2012,
"avg_life_expectation": 72.7,
"female_life_expectation": 77.6,
"male_life_expectation": 68.7
},
{
"country": "Seychelles",
"year": 2011,
"avg_life_expectation": 72.6,
"female_life_expectation": 77.4,
"male_life_expectation": 68.5
},
{
"country": "Seychelles",
"year": 2010,
"avg_life_expectation": 72.4,
"female_life_expectation": 77.3,
"male_life_expectation": 68.3
},
{
"country": "Seychelles",
"year": 2009,
"avg_life_expectation": 72.3,
"female_life_expectation": 77.1,
"male_life_expectation": 68.2
},
{
"country": "Seychelles",
"year": 2008,
"avg_life_expectation": 72.2,
"female_life_expectation": 77,
"male_life_expectation": 68.1
},
{
"country": "Seychelles",
"year": 2007,
"avg_life_expectation": 72.2,
"female_life_expectation": 76.9,
"male_life_expectation": 68
},
{
"country": "Seychelles",
"year": 2006,
"avg_life_expectation": 72.2,
"female_life_expectation": 76.8,
"male_life_expectation": 68
},
{
"country": "Seychelles",
"year": 2005,
"avg_life_expectation": 72.2,
"female_life_expectation": 76.8,
"male_life_expectation": 68
},
{
"country": "Seychelles",
"year": 2004,
"avg_life_expectation": 72.1,
"female_life_expectation": 76.6,
"male_life_expectation": 68
},
{
"country": "Seychelles",
"year": 2003,
"avg_life_expectation": 72.1,
"female_life_expectation": 76.6,
"male_life_expectation": 68
},
{
"country": "Seychelles",
"year": 2002,
"avg_life_expectation": 72.1,
"female_life_expectation": 76.6,
"male_life_expectation": 68
},
{
"country": "Seychelles",
"year": 2001,
"avg_life_expectation": 72,
"female_life_expectation": 76.5,
"male_life_expectation": 67.9
},
{
"country": "Seychelles",
"year": 2000,
"avg_life_expectation": 71.8,
"female_life_expectation": 76.4,
"male_life_expectation": 67.7
},
{
"country": "Sierra Leone",
"year": 2015,
"avg_life_expectation": 50.1,
"female_life_expectation": 50.8,
"male_life_expectation": 49.3
},
{
"country": "Sierra Leone",
"year": 2014,
"avg_life_expectation": 48.1,
"female_life_expectation": 48.8,
"male_life_expectation": 47.4
},
{
"country": "Sierra Leone",
"year": 2013,
"avg_life_expectation": 50.4,
"female_life_expectation": 51,
"male_life_expectation": 49.8
},
{
"country": "Sierra Leone",
"year": 2012,
"avg_life_expectation": 49.7,
"female_life_expectation": 50.3,
"male_life_expectation": 49.2
},
{
"country": "Sierra Leone",
"year": 2011,
"avg_life_expectation": 48.9,
"female_life_expectation": 49.5,
"male_life_expectation": 48.3
},
{
"country": "Sierra Leone",
"year": 2010,
"avg_life_expectation": 48.1,
"female_life_expectation": 48.7,
"male_life_expectation": 47.4
},
{
"country": "Sierra Leone",
"year": 2009,
"avg_life_expectation": 47.1,
"female_life_expectation": 47.8,
"male_life_expectation": 46.4
},
{
"country": "Sierra Leone",
"year": 2008,
"avg_life_expectation": 46.2,
"female_life_expectation": 46.9,
"male_life_expectation": 45.5
},
{
"country": "Sierra Leone",
"year": 2007,
"avg_life_expectation": 45.3,
"female_life_expectation": 46.2,
"male_life_expectation": 44.5
},
{
"country": "Sierra Leone",
"year": 2006,
"avg_life_expectation": 44.3,
"female_life_expectation": 45.4,
"male_life_expectation": 43.3
},
{
"country": "Sierra Leone",
"year": 2005,
"avg_life_expectation": 43.3,
"female_life_expectation": 44.5,
"male_life_expectation": 42
},
{
"country": "Sierra Leone",
"year": 2004,
"avg_life_expectation": 42.3,
"female_life_expectation": 43.8,
"male_life_expectation": 40.9
},
{
"country": "Sierra Leone",
"year": 2003,
"avg_life_expectation": 41.5,
"female_life_expectation": 43,
"male_life_expectation": 40
},
{
"country": "Sierra Leone",
"year": 2002,
"avg_life_expectation": 40.8,
"female_life_expectation": 42.2,
"male_life_expectation": 39.5
},
{
"country": "Sierra Leone",
"year": 2001,
"avg_life_expectation": 40.1,
"female_life_expectation": 41,
"male_life_expectation": 39.1
},
{
"country": "Sierra Leone",
"year": 2000,
"avg_life_expectation": 39,
"female_life_expectation": 39.5,
"male_life_expectation": 38.4
},
{
"country": "Singapore",
"year": 2015,
"avg_life_expectation": 83.1,
"female_life_expectation": 86.1,
"male_life_expectation": 80
},
{
"country": "Singapore",
"year": 2014,
"avg_life_expectation": 82.9,
"female_life_expectation": 85.9,
"male_life_expectation": 79.8
},
{
"country": "Singapore",
"year": 2013,
"avg_life_expectation": 82.7,
"female_life_expectation": 85.7,
"male_life_expectation": 79.6
},
{
"country": "Singapore",
"year": 2012,
"avg_life_expectation": 82.5,
"female_life_expectation": 85.5,
"male_life_expectation": 79.4
},
{
"country": "Singapore",
"year": 2011,
"avg_life_expectation": 82.2,
"female_life_expectation": 85.1,
"male_life_expectation": 79.3
},
{
"country": "Singapore",
"year": 2010,
"avg_life_expectation": 82,
"female_life_expectation": 84.7,
"male_life_expectation": 79.2
},
{
"country": "Singapore",
"year": 2009,
"avg_life_expectation": 81.7,
"female_life_expectation": 84.2,
"male_life_expectation": 79.1
},
{
"country": "Singapore",
"year": 2008,
"avg_life_expectation": 81.4,
"female_life_expectation": 83.8,
"male_life_expectation": 78.9
},
{
"country": "Singapore",
"year": 2007,
"avg_life_expectation": 81.1,
"female_life_expectation": 83.4,
"male_life_expectation": 78.7
},
{
"country": "Singapore",
"year": 2006,
"avg_life_expectation": 80.7,
"female_life_expectation": 83.1,
"male_life_expectation": 78.3
},
{
"country": "Singapore",
"year": 2005,
"avg_life_expectation": 80.2,
"female_life_expectation": 82.6,
"male_life_expectation": 77.8
},
{
"country": "Singapore",
"year": 2004,
"avg_life_expectation": 79.7,
"female_life_expectation": 82.2,
"male_life_expectation": 77.2
},
{
"country": "Singapore",
"year": 2003,
"avg_life_expectation": 79.3,
"female_life_expectation": 81.8,
"male_life_expectation": 76.7
},
{
"country": "Singapore",
"year": 2002,
"avg_life_expectation": 79,
"female_life_expectation": 81.6,
"male_life_expectation": 76.4
},
{
"country": "Singapore",
"year": 2001,
"avg_life_expectation": 78.7,
"female_life_expectation": 81.2,
"male_life_expectation": 76.2
},
{
"country": "Singapore",
"year": 2000,
"avg_life_expectation": 78.3,
"female_life_expectation": 80.9,
"male_life_expectation": 75.9
},
{
"country": "Slovakia",
"year": 2015,
"avg_life_expectation": 76.7,
"female_life_expectation": 80.2,
"male_life_expectation": 72.9
},
{
"country": "Slovakia",
"year": 2014,
"avg_life_expectation": 76.4,
"female_life_expectation": 80.1,
"male_life_expectation": 72.7
},
{
"country": "Slovakia",
"year": 2013,
"avg_life_expectation": 76.1,
"female_life_expectation": 79.7,
"male_life_expectation": 72.3
},
{
"country": "Slovakia",
"year": 2012,
"avg_life_expectation": 75.8,
"female_life_expectation": 79.5,
"male_life_expectation": 72
},
{
"country": "Slovakia",
"year": 2011,
"avg_life_expectation": 75.6,
"female_life_expectation": 79.3,
"male_life_expectation": 71.8
},
{
"country": "Slovakia",
"year": 2010,
"avg_life_expectation": 75.1,
"female_life_expectation": 78.9,
"male_life_expectation": 71.3
},
{
"country": "Slovakia",
"year": 2009,
"avg_life_expectation": 75,
"female_life_expectation": 78.8,
"male_life_expectation": 71.2
},
{
"country": "Slovakia",
"year": 2008,
"avg_life_expectation": 74.7,
"female_life_expectation": 78.7,
"male_life_expectation": 70.6
},
{
"country": "Slovakia",
"year": 2007,
"avg_life_expectation": 74.4,
"female_life_expectation": 78.2,
"male_life_expectation": 70.4
},
{
"country": "Slovakia",
"year": 2006,
"avg_life_expectation": 74.3,
"female_life_expectation": 78.2,
"male_life_expectation": 70.2
},
{
"country": "Slovakia",
"year": 2005,
"avg_life_expectation": 74,
"female_life_expectation": 77.9,
"male_life_expectation": 70
},
{
"country": "Slovakia",
"year": 2004,
"avg_life_expectation": 74.1,
"female_life_expectation": 78,
"male_life_expectation": 70.2
},
{
"country": "Slovakia",
"year": 2003,
"avg_life_expectation": 73.8,
"female_life_expectation": 77.8,
"male_life_expectation": 69.7
},
{
"country": "Slovakia",
"year": 2002,
"avg_life_expectation": 73.7,
"female_life_expectation": 77.7,
"male_life_expectation": 69.6
},
{
"country": "Slovakia",
"year": 2001,
"avg_life_expectation": 73.3,
"female_life_expectation": 77.4,
"male_life_expectation": 69.2
},
{
"country": "Slovakia",
"year": 2000,
"avg_life_expectation": 73,
"female_life_expectation": 77.1,
"male_life_expectation": 68.9
},
{
"country": "Slovenia",
"year": 2015,
"avg_life_expectation": 80.8,
"female_life_expectation": 83.7,
"male_life_expectation": 77.9
},
{
"country": "Slovenia",
"year": 2014,
"avg_life_expectation": 80.7,
"female_life_expectation": 83.6,
"male_life_expectation": 77.7
},
{
"country": "Slovenia",
"year": 2013,
"avg_life_expectation": 80.5,
"female_life_expectation": 83.5,
"male_life_expectation": 77.4
},
{
"country": "Slovenia",
"year": 2012,
"avg_life_expectation": 80.2,
"female_life_expectation": 83.2,
"male_life_expectation": 77.1
},
{
"country": "Slovenia",
"year": 2011,
"avg_life_expectation": 79.8,
"female_life_expectation": 83,
"male_life_expectation": 76.6
},
{
"country": "Slovenia",
"year": 2010,
"avg_life_expectation": 79.5,
"female_life_expectation": 82.7,
"male_life_expectation": 76.2
},
{
"country": "Slovenia",
"year": 2009,
"avg_life_expectation": 79.1,
"female_life_expectation": 82.3,
"male_life_expectation": 75.8
},
{
"country": "Slovenia",
"year": 2008,
"avg_life_expectation": 78.9,
"female_life_expectation": 82.3,
"male_life_expectation": 75.5
},
{
"country": "Slovenia",
"year": 2007,
"avg_life_expectation": 78.3,
"female_life_expectation": 81.9,
"male_life_expectation": 74.6
},
{
"country": "Slovenia",
"year": 2006,
"avg_life_expectation": 78.1,
"female_life_expectation": 81.8,
"male_life_expectation": 74.3
},
{
"country": "Slovenia",
"year": 2005,
"avg_life_expectation": 77.5,
"female_life_expectation": 80.9,
"male_life_expectation": 73.9
},
{
"country": "Slovenia",
"year": 2004,
"avg_life_expectation": 77.2,
"female_life_expectation": 80.8,
"male_life_expectation": 73.5
},
{
"country": "Slovenia",
"year": 2003,
"avg_life_expectation": 76.5,
"female_life_expectation": 80.3,
"male_life_expectation": 72.5
},
{
"country": "Slovenia",
"year": 2002,
"avg_life_expectation": 76.6,
"female_life_expectation": 80.4,
"male_life_expectation": 72.6
},
{
"country": "Slovenia",
"year": 2001,
"avg_life_expectation": 76.2,
"female_life_expectation": 80.2,
"male_life_expectation": 72.2
},
{
"country": "Slovenia",
"year": 2000,
"avg_life_expectation": 76,
"female_life_expectation": 79.7,
"male_life_expectation": 72.2
},
{
"country": "Solomon Islands",
"year": 2015,
"avg_life_expectation": 69.2,
"female_life_expectation": 70.8,
"male_life_expectation": 67.9
},
{
"country": "Solomon Islands",
"year": 2014,
"avg_life_expectation": 68.8,
"female_life_expectation": 70.4,
"male_life_expectation": 67.4
},
{
"country": "Solomon Islands",
"year": 2013,
"avg_life_expectation": 68.8,
"female_life_expectation": 70.4,
"male_life_expectation": 67.5
},
{
"country": "Solomon Islands",
"year": 2012,
"avg_life_expectation": 68.7,
"female_life_expectation": 70.2,
"male_life_expectation": 67.3
},
{
"country": "Solomon Islands",
"year": 2011,
"avg_life_expectation": 68.5,
"female_life_expectation": 70,
"male_life_expectation": 67.2
},
{
"country": "Solomon Islands",
"year": 2010,
"avg_life_expectation": 68.3,
"female_life_expectation": 69.8,
"male_life_expectation": 67
},
{
"country": "Solomon Islands",
"year": 2009,
"avg_life_expectation": 68.1,
"female_life_expectation": 69.5,
"male_life_expectation": 66.8
},
{
"country": "Solomon Islands",
"year": 2008,
"avg_life_expectation": 68,
"female_life_expectation": 69.4,
"male_life_expectation": 66.7
},
{
"country": "Solomon Islands",
"year": 2007,
"avg_life_expectation": 67.6,
"female_life_expectation": 69,
"male_life_expectation": 66.2
},
{
"country": "Solomon Islands",
"year": 2006,
"avg_life_expectation": 67.6,
"female_life_expectation": 69.1,
"male_life_expectation": 66.3
},
{
"country": "Solomon Islands",
"year": 2005,
"avg_life_expectation": 67.4,
"female_life_expectation": 68.9,
"male_life_expectation": 66
},
{
"country": "Solomon Islands",
"year": 2004,
"avg_life_expectation": 67.1,
"female_life_expectation": 68.7,
"male_life_expectation": 65.7
},
{
"country": "Solomon Islands",
"year": 2003,
"avg_life_expectation": 66.8,
"female_life_expectation": 68.5,
"male_life_expectation": 65.4
},
{
"country": "Solomon Islands",
"year": 2002,
"avg_life_expectation": 66.5,
"female_life_expectation": 68.2,
"male_life_expectation": 65.1
},
{
"country": "Solomon Islands",
"year": 2001,
"avg_life_expectation": 66.2,
"female_life_expectation": 67.7,
"male_life_expectation": 64.8
},
{
"country": "Solomon Islands",
"year": 2000,
"avg_life_expectation": 65.8,
"female_life_expectation": 67.2,
"male_life_expectation": 64.5
},
{
"country": "Somalia",
"year": 2015,
"avg_life_expectation": 55,
"female_life_expectation": 56.6,
"male_life_expectation": 53.5
},
{
"country": "Somalia",
"year": 2014,
"avg_life_expectation": 54.3,
"female_life_expectation": 56,
"male_life_expectation": 52.7
},
{
"country": "Somalia",
"year": 2013,
"avg_life_expectation": 54.2,
"female_life_expectation": 55.7,
"male_life_expectation": 52.7
},
{
"country": "Somalia",
"year": 2012,
"avg_life_expectation": 53.1,
"female_life_expectation": 54.9,
"male_life_expectation": 51.3
},
{
"country": "Somalia",
"year": 2011,
"avg_life_expectation": 53.1,
"female_life_expectation": 54.7,
"male_life_expectation": 51.5
},
{
"country": "Somalia",
"year": 2010,
"avg_life_expectation": 52.4,
"female_life_expectation": 54.1,
"male_life_expectation": 50.8
},
{
"country": "Somalia",
"year": 2009,
"avg_life_expectation": 52.2,
"female_life_expectation": 53.8,
"male_life_expectation": 50.7
},
{
"country": "Somalia",
"year": 2008,
"avg_life_expectation": 51.9,
"female_life_expectation": 53.5,
"male_life_expectation": 50.4
},
{
"country": "Somalia",
"year": 2007,
"avg_life_expectation": 51.5,
"female_life_expectation": 53.1,
"male_life_expectation": 50
},
{
"country": "Somalia",
"year": 2006,
"avg_life_expectation": 51.5,
"female_life_expectation": 52.9,
"male_life_expectation": 50.1
},
{
"country": "Somalia",
"year": 2005,
"avg_life_expectation": 51.6,
"female_life_expectation": 52.9,
"male_life_expectation": 50.3
},
{
"country": "Somalia",
"year": 2004,
"avg_life_expectation": 51.2,
"female_life_expectation": 52.6,
"male_life_expectation": 49.8
},
{
"country": "Somalia",
"year": 2003,
"avg_life_expectation": 51.1,
"female_life_expectation": 52.5,
"male_life_expectation": 49.7
},
{
"country": "Somalia",
"year": 2002,
"avg_life_expectation": 50.8,
"female_life_expectation": 52.3,
"male_life_expectation": 49.4
},
{
"country": "Somalia",
"year": 2001,
"avg_life_expectation": 50.7,
"female_life_expectation": 52.1,
"male_life_expectation": 49.3
},
{
"country": "Somalia",
"year": 2000,
"avg_life_expectation": 50.5,
"female_life_expectation": 51.8,
"male_life_expectation": 49.1
},
{
"country": "South Africa",
"year": 2015,
"avg_life_expectation": 62.9,
"female_life_expectation": 66.2,
"male_life_expectation": 59.3
},
{
"country": "South Africa",
"year": 2014,
"avg_life_expectation": 62,
"female_life_expectation": 65.5,
"male_life_expectation": 58.4
},
{
"country": "South Africa",
"year": 2013,
"avg_life_expectation": 60.9,
"female_life_expectation": 64.3,
"male_life_expectation": 57.4
},
{
"country": "South Africa",
"year": 2012,
"avg_life_expectation": 59.2,
"female_life_expectation": 62.1,
"male_life_expectation": 56.2
},
{
"country": "South Africa",
"year": 2011,
"avg_life_expectation": 58.9,
"female_life_expectation": 61.4,
"male_life_expectation": 56.1
},
{
"country": "South Africa",
"year": 2010,
"avg_life_expectation": 58,
"female_life_expectation": 60.3,
"male_life_expectation": 55.5
},
{
"country": "South Africa",
"year": 2009,
"avg_life_expectation": 56.5,
"female_life_expectation": 58.6,
"male_life_expectation": 54.2
},
{
"country": "South Africa",
"year": 2008,
"avg_life_expectation": 55.3,
"female_life_expectation": 57.2,
"male_life_expectation": 53.2
},
{
"country": "South Africa",
"year": 2007,
"avg_life_expectation": 54.5,
"female_life_expectation": 56.3,
"male_life_expectation": 52.6
},
{
"country": "South Africa",
"year": 2006,
"avg_life_expectation": 54,
"female_life_expectation": 55.7,
"male_life_expectation": 52.2
},
{
"country": "South Africa",
"year": 2005,
"avg_life_expectation": 53.8,
"female_life_expectation": 55.5,
"male_life_expectation": 51.9
},
{
"country": "South Africa",
"year": 2004,
"avg_life_expectation": 53.7,
"female_life_expectation": 55.4,
"male_life_expectation": 51.8
},
{
"country": "South Africa",
"year": 2003,
"avg_life_expectation": 54,
"female_life_expectation": 55.9,
"male_life_expectation": 52
},
{
"country": "South Africa",
"year": 2002,
"avg_life_expectation": 54.9,
"female_life_expectation": 57.1,
"male_life_expectation": 52.6
},
{
"country": "South Africa",
"year": 2001,
"avg_life_expectation": 56,
"female_life_expectation": 58.5,
"male_life_expectation": 53.5
},
{
"country": "South Africa",
"year": 2000,
"avg_life_expectation": 57.3,
"female_life_expectation": 60.1,
"male_life_expectation": 54.6
},
{
"country": "South Sudan",
"year": 2015,
"avg_life_expectation": 57.3,
"female_life_expectation": 58.6,
"male_life_expectation": 56.1
},
{
"country": "South Sudan",
"year": 2014,
"avg_life_expectation": 56.6,
"female_life_expectation": 58,
"male_life_expectation": 55.3
},
{
"country": "South Sudan",
"year": 2013,
"avg_life_expectation": 56.4,
"female_life_expectation": 57.5,
"male_life_expectation": 55.2
},
{
"country": "South Sudan",
"year": 2012,
"avg_life_expectation": 56,
"female_life_expectation": 57.1,
"male_life_expectation": 55
},
{
"country": "South Sudan",
"year": 2011,
"avg_life_expectation": 55.4,
"female_life_expectation": 56.5,
"male_life_expectation": 54.4
},
{
"country": "South Sudan",
"year": 2010,
"avg_life_expectation": 55,
"female_life_expectation": 56,
"male_life_expectation": 54.1
},
{
"country": "South Sudan",
"year": 2009,
"avg_life_expectation": 54.3,
"female_life_expectation": 55.3,
"male_life_expectation": 53.3
},
{
"country": "South Sudan",
"year": 2008,
"avg_life_expectation": 53.6,
"female_life_expectation": 54.7,
"male_life_expectation": 52.6
},
{
"country": "South Sudan",
"year": 2007,
"avg_life_expectation": 53.1,
"female_life_expectation": 54.1,
"male_life_expectation": 52
},
{
"country": "South Sudan",
"year": 2006,
"avg_life_expectation": 52.5,
"female_life_expectation": 53.6,
"male_life_expectation": 51.4
},
{
"country": "South Sudan",
"year": 2005,
"avg_life_expectation": 51.9,
"female_life_expectation": 53,
"male_life_expectation": 50.9
},
{
"country": "South Sudan",
"year": 2004,
"avg_life_expectation": 51.4,
"female_life_expectation": 52.5,
"male_life_expectation": 50.3
},
{
"country": "South Sudan",
"year": 2003,
"avg_life_expectation": 50.8,
"female_life_expectation": 52,
"male_life_expectation": 49.6
},
{
"country": "South Sudan",
"year": 2002,
"avg_life_expectation": 50.2,
"female_life_expectation": 51.4,
"male_life_expectation": 49
},
{
"country": "South Sudan",
"year": 2001,
"avg_life_expectation": 49.6,
"female_life_expectation": 50.8,
"male_life_expectation": 48.4
},
{
"country": "South Sudan",
"year": 2000,
"avg_life_expectation": 48.9,
"female_life_expectation": 50.2,
"male_life_expectation": 47.7
},
{
"country": "Spain",
"year": 2015,
"avg_life_expectation": 82.8,
"female_life_expectation": 85.5,
"male_life_expectation": 80.1
},
{
"country": "Spain",
"year": 2014,
"avg_life_expectation": 82.6,
"female_life_expectation": 85.3,
"male_life_expectation": 79.8
},
{
"country": "Spain",
"year": 2013,
"avg_life_expectation": 82.4,
"female_life_expectation": 85.1,
"male_life_expectation": 79.6
},
{
"country": "Spain",
"year": 2012,
"avg_life_expectation": 82,
"female_life_expectation": 84.8,
"male_life_expectation": 79.1
},
{
"country": "Spain",
"year": 2011,
"avg_life_expectation": 82.1,
"female_life_expectation": 85,
"male_life_expectation": 79.1
},
{
"country": "Spain",
"year": 2010,
"avg_life_expectation": 81.9,
"female_life_expectation": 85,
"male_life_expectation": 78.9
},
{
"country": "Spain",
"year": 2009,
"avg_life_expectation": 81.6,
"female_life_expectation": 84.7,
"male_life_expectation": 78.5
},
{
"country": "Spain",
"year": 2008,
"avg_life_expectation": 81.3,
"female_life_expectation": 84.4,
"male_life_expectation": 78.1
},
{
"country": "Spain",
"year": 2007,
"avg_life_expectation": 80.9,
"female_life_expectation": 84.2,
"male_life_expectation": 77.7
},
{
"country": "Spain",
"year": 2006,
"avg_life_expectation": 80.8,
"female_life_expectation": 84.1,
"male_life_expectation": 77.5
},
{
"country": "Spain",
"year": 2005,
"avg_life_expectation": 80.1,
"female_life_expectation": 83.4,
"male_life_expectation": 76.8
},
{
"country": "Spain",
"year": 2004,
"avg_life_expectation": 80.1,
"female_life_expectation": 83.4,
"male_life_expectation": 76.7
},
{
"country": "Spain",
"year": 2003,
"avg_life_expectation": 79.4,
"female_life_expectation": 82.8,
"male_life_expectation": 76.1
},
{
"country": "Spain",
"year": 2002,
"avg_life_expectation": 79.5,
"female_life_expectation": 82.9,
"male_life_expectation": 76.1
},
{
"country": "Spain",
"year": 2001,
"avg_life_expectation": 79.4,
"female_life_expectation": 82.8,
"male_life_expectation": 75.9
},
{
"country": "Spain",
"year": 2000,
"avg_life_expectation": 79.1,
"female_life_expectation": 82.5,
"male_life_expectation": 75.6
},
{
"country": "Sri Lanka",
"year": 2015,
"avg_life_expectation": 74.9,
"female_life_expectation": 78.3,
"male_life_expectation": 71.6
},
{
"country": "Sri Lanka",
"year": 2014,
"avg_life_expectation": 74.7,
"female_life_expectation": 78.1,
"male_life_expectation": 71.3
},
{
"country": "Sri Lanka",
"year": 2013,
"avg_life_expectation": 74.6,
"female_life_expectation": 77.9,
"male_life_expectation": 71.2
},
{
"country": "Sri Lanka",
"year": 2012,
"avg_life_expectation": 74.5,
"female_life_expectation": 77.9,
"male_life_expectation": 71.1
},
{
"country": "Sri Lanka",
"year": 2011,
"avg_life_expectation": 74.5,
"female_life_expectation": 78,
"male_life_expectation": 71
},
{
"country": "Sri Lanka",
"year": 2010,
"avg_life_expectation": 74.5,
"female_life_expectation": 78.1,
"male_life_expectation": 70.9
},
{
"country": "Sri Lanka",
"year": 2009,
"avg_life_expectation": 71.8,
"female_life_expectation": 76.9,
"male_life_expectation": 67.1
},
{
"country": "Sri Lanka",
"year": 2008,
"avg_life_expectation": 72.3,
"female_life_expectation": 77.2,
"male_life_expectation": 67.7
},
{
"country": "Sri Lanka",
"year": 2007,
"avg_life_expectation": 73.7,
"female_life_expectation": 77.9,
"male_life_expectation": 69.8
},
{
"country": "Sri Lanka",
"year": 2006,
"avg_life_expectation": 73.8,
"female_life_expectation": 77.9,
"male_life_expectation": 69.9
},
{
"country": "Sri Lanka",
"year": 2005,
"avg_life_expectation": 74.2,
"female_life_expectation": 78,
"male_life_expectation": 70.7
},
{
"country": "Sri Lanka",
"year": 2004,
"avg_life_expectation": 69.1,
"female_life_expectation": 73.2,
"male_life_expectation": 65.3
},
{
"country": "Sri Lanka",
"year": 2003,
"avg_life_expectation": 73.9,
"female_life_expectation": 77.6,
"male_life_expectation": 70.5
},
{
"country": "Sri Lanka",
"year": 2002,
"avg_life_expectation": 73.7,
"female_life_expectation": 77.2,
"male_life_expectation": 70.3
},
{
"country": "Sri Lanka",
"year": 2001,
"avg_life_expectation": 72.7,
"female_life_expectation": 76.3,
"male_life_expectation": 69.4
},
{
"country": "Sri Lanka",
"year": 2000,
"avg_life_expectation": 71.5,
"female_life_expectation": 75.1,
"male_life_expectation": 68.2
},
{
"country": "Sudan",
"year": 2015,
"avg_life_expectation": 64.1,
"female_life_expectation": 65.9,
"male_life_expectation": 62.4
},
{
"country": "Sudan",
"year": 2014,
"avg_life_expectation": 63.8,
"female_life_expectation": 65.6,
"male_life_expectation": 62.1
},
{
"country": "Sudan",
"year": 2013,
"avg_life_expectation": 63.5,
"female_life_expectation": 65.3,
"male_life_expectation": 61.7
},
{
"country": "Sudan",
"year": 2012,
"avg_life_expectation": 63.2,
"female_life_expectation": 65,
"male_life_expectation": 61.4
},
{
"country": "Sudan",
"year": 2011,
"avg_life_expectation": 62.7,
"female_life_expectation": 64.6,
"male_life_expectation": 60.9
},
{
"country": "Sudan",
"year": 2010,
"avg_life_expectation": 62.5,
"female_life_expectation": 64.3,
"male_life_expectation": 60.7
},
{
"country": "Sudan",
"year": 2009,
"avg_life_expectation": 62,
"female_life_expectation": 63.9,
"male_life_expectation": 60.3
},
{
"country": "Sudan",
"year": 2008,
"avg_life_expectation": 61.8,
"female_life_expectation": 63.5,
"male_life_expectation": 60.1
},
{
"country": "Sudan",
"year": 2007,
"avg_life_expectation": 61.4,
"female_life_expectation": 63.2,
"male_life_expectation": 59.7
},
{
"country": "Sudan",
"year": 2006,
"avg_life_expectation": 61,
"female_life_expectation": 62.8,
"male_life_expectation": 59.2
},
{
"country": "Sudan",
"year": 2005,
"avg_life_expectation": 60.7,
"female_life_expectation": 62.5,
"male_life_expectation": 59
},
{
"country": "Sudan",
"year": 2004,
"avg_life_expectation": 59.7,
"female_life_expectation": 61.8,
"male_life_expectation": 57.7
},
{
"country": "Sudan",
"year": 2003,
"avg_life_expectation": 59.6,
"female_life_expectation": 61.5,
"male_life_expectation": 57.7
},
{
"country": "Sudan",
"year": 2002,
"avg_life_expectation": 59.4,
"female_life_expectation": 61.2,
"male_life_expectation": 57.6
},
{
"country": "Sudan",
"year": 2001,
"avg_life_expectation": 58.9,
"female_life_expectation": 60.8,
"male_life_expectation": 57.1
},
{
"country": "Sudan",
"year": 2000,
"avg_life_expectation": 58.6,
"female_life_expectation": 60.4,
"male_life_expectation": 56.8
},
{
"country": "Suriname",
"year": 2015,
"avg_life_expectation": 71.6,
"female_life_expectation": 74.7,
"male_life_expectation": 68.6
},
{
"country": "Suriname",
"year": 2014,
"avg_life_expectation": 71.4,
"female_life_expectation": 74.5,
"male_life_expectation": 68.4
},
{
"country": "Suriname",
"year": 2013,
"avg_life_expectation": 71.2,
"female_life_expectation": 74.4,
"male_life_expectation": 68.3
},
{
"country": "Suriname",
"year": 2012,
"avg_life_expectation": 71.3,
"female_life_expectation": 74.4,
"male_life_expectation": 68.4
},
{
"country": "Suriname",
"year": 2011,
"avg_life_expectation": 70.6,
"female_life_expectation": 73.9,
"male_life_expectation": 67.5
},
{
"country": "Suriname",
"year": 2010,
"avg_life_expectation": 70.3,
"female_life_expectation": 73.6,
"male_life_expectation": 67.1
},
{
"country": "Suriname",
"year": 2009,
"avg_life_expectation": 70,
"female_life_expectation": 73.3,
"male_life_expectation": 66.8
},
{
"country": "Suriname",
"year": 2008,
"avg_life_expectation": 69.8,
"female_life_expectation": 73.1,
"male_life_expectation": 66.8
},
{
"country": "Suriname",
"year": 2007,
"avg_life_expectation": 69.5,
"female_life_expectation": 72.8,
"male_life_expectation": 66.4
},
{
"country": "Suriname",
"year": 2006,
"avg_life_expectation": 69.3,
"female_life_expectation": 72.8,
"male_life_expectation": 66
},
{
"country": "Suriname",
"year": 2005,
"avg_life_expectation": 68.9,
"female_life_expectation": 72.5,
"male_life_expectation": 65.5
},
{
"country": "Suriname",
"year": 2004,
"avg_life_expectation": 68.3,
"female_life_expectation": 72.1,
"male_life_expectation": 64.9
},
{
"country": "Suriname",
"year": 2003,
"avg_life_expectation": 68,
"female_life_expectation": 71.5,
"male_life_expectation": 64.8
},
{
"country": "Suriname",
"year": 2002,
"avg_life_expectation": 67.9,
"female_life_expectation": 71.3,
"male_life_expectation": 64.8
},
{
"country": "Suriname",
"year": 2001,
"avg_life_expectation": 67.7,
"female_life_expectation": 71.1,
"male_life_expectation": 64.6
},
{
"country": "Suriname",
"year": 2000,
"avg_life_expectation": 67.4,
"female_life_expectation": 70.8,
"male_life_expectation": 64.2
},
{
"country": "Swaziland",
"year": 2015,
"avg_life_expectation": 58.9,
"female_life_expectation": 61.1,
"male_life_expectation": 56.6
},
{
"country": "Swaziland",
"year": 2014,
"avg_life_expectation": 58.4,
"female_life_expectation": 60.7,
"male_life_expectation": 55.9
},
{
"country": "Swaziland",
"year": 2013,
"avg_life_expectation": 57.6,
"female_life_expectation": 60.1,
"male_life_expectation": 55
},
{
"country": "Swaziland",
"year": 2012,
"avg_life_expectation": 56.5,
"female_life_expectation": 59.1,
"male_life_expectation": 53.8
},
{
"country": "Swaziland",
"year": 2011,
"avg_life_expectation": 55,
"female_life_expectation": 57.5,
"male_life_expectation": 52.6
},
{
"country": "Swaziland",
"year": 2010,
"avg_life_expectation": 53.6,
"female_life_expectation": 55.7,
"male_life_expectation": 51.5
},
{
"country": "Swaziland",
"year": 2009,
"avg_life_expectation": 52.6,
"female_life_expectation": 54.6,
"male_life_expectation": 50.4
},
{
"country": "Swaziland",
"year": 2008,
"avg_life_expectation": 51.4,
"female_life_expectation": 53.5,
"male_life_expectation": 49.2
},
{
"country": "Swaziland",
"year": 2007,
"avg_life_expectation": 50,
"female_life_expectation": 51.2,
"male_life_expectation": 48.7
},
{
"country": "Swaziland",
"year": 2006,
"avg_life_expectation": 47.8,
"female_life_expectation": 48.6,
"male_life_expectation": 46.9
},
{
"country": "Swaziland",
"year": 2005,
"avg_life_expectation": 46,
"female_life_expectation": 46.7,
"male_life_expectation": 45.2
},
{
"country": "Swaziland",
"year": 2004,
"avg_life_expectation": 45.6,
"female_life_expectation": 46.4,
"male_life_expectation": 44.8
},
{
"country": "Swaziland",
"year": 2003,
"avg_life_expectation": 45.9,
"female_life_expectation": 46.8,
"male_life_expectation": 44.9
},
{
"country": "Swaziland",
"year": 2002,
"avg_life_expectation": 46.4,
"female_life_expectation": 47.5,
"male_life_expectation": 45.3
},
{
"country": "Swaziland",
"year": 2001,
"avg_life_expectation": 47.1,
"female_life_expectation": 48.4,
"male_life_expectation": 45.9
},
{
"country": "Swaziland",
"year": 2000,
"avg_life_expectation": 48.4,
"female_life_expectation": 49.8,
"male_life_expectation": 47
},
{
"country": "Sweden",
"year": 2015,
"avg_life_expectation": 82.4,
"female_life_expectation": 84,
"male_life_expectation": 80.7
},
{
"country": "Sweden",
"year": 2014,
"avg_life_expectation": 82.3,
"female_life_expectation": 84.1,
"male_life_expectation": 80.6
},
{
"country": "Sweden",
"year": 2013,
"avg_life_expectation": 81.9,
"female_life_expectation": 83.7,
"male_life_expectation": 80.2
},
{
"country": "Sweden",
"year": 2012,
"avg_life_expectation": 81.7,
"female_life_expectation": 83.5,
"male_life_expectation": 80
},
{
"country": "Sweden",
"year": 2011,
"avg_life_expectation": 81.7,
"female_life_expectation": 83.6,
"male_life_expectation": 79.8
},
{
"country": "Sweden",
"year": 2010,
"avg_life_expectation": 81.5,
"female_life_expectation": 83.5,
"male_life_expectation": 79.5
},
{
"country": "Sweden",
"year": 2009,
"avg_life_expectation": 81.4,
"female_life_expectation": 83.4,
"male_life_expectation": 79.3
},
{
"country": "Sweden",
"year": 2008,
"avg_life_expectation": 81.1,
"female_life_expectation": 83.2,
"male_life_expectation": 79
},
{
"country": "Sweden",
"year": 2007,
"avg_life_expectation": 80.9,
"female_life_expectation": 83,
"male_life_expectation": 78.9
},
{
"country": "Sweden",
"year": 2006,
"avg_life_expectation": 80.8,
"female_life_expectation": 82.9,
"male_life_expectation": 78.6
},
{
"country": "Sweden",
"year": 2005,
"avg_life_expectation": 80.5,
"female_life_expectation": 82.7,
"male_life_expectation": 78.3
},
{
"country": "Sweden",
"year": 2004,
"avg_life_expectation": 80.3,
"female_life_expectation": 82.5,
"male_life_expectation": 78.1
},
{
"country": "Sweden",
"year": 2003,
"avg_life_expectation": 80.2,
"female_life_expectation": 82.4,
"male_life_expectation": 77.9
},
{
"country": "Sweden",
"year": 2002,
"avg_life_expectation": 79.9,
"female_life_expectation": 82.1,
"male_life_expectation": 77.7
},
{
"country": "Sweden",
"year": 2001,
"avg_life_expectation": 79.8,
"female_life_expectation": 82.1,
"male_life_expectation": 77.5
},
{
"country": "Sweden",
"year": 2000,
"avg_life_expectation": 79.6,
"female_life_expectation": 81.9,
"male_life_expectation": 77.3
},
{
"country": "Switzerland",
"year": 2015,
"avg_life_expectation": 83.4,
"female_life_expectation": 85.3,
"male_life_expectation": 81.3
},
{
"country": "Switzerland",
"year": 2014,
"avg_life_expectation": 83.2,
"female_life_expectation": 85.1,
"male_life_expectation": 81.1
},
{
"country": "Switzerland",
"year": 2013,
"avg_life_expectation": 83,
"female_life_expectation": 85,
"male_life_expectation": 80.8
},
{
"country": "Switzerland",
"year": 2012,
"avg_life_expectation": 82.7,
"female_life_expectation": 84.7,
"male_life_expectation": 80.5
},
{
"country": "Switzerland",
"year": 2011,
"avg_life_expectation": 82.6,
"female_life_expectation": 84.8,
"male_life_expectation": 80.3
},
{
"country": "Switzerland",
"year": 2010,
"avg_life_expectation": 82.3,
"female_life_expectation": 84.5,
"male_life_expectation": 80
},
{
"country": "Switzerland",
"year": 2009,
"avg_life_expectation": 82.1,
"female_life_expectation": 84.3,
"male_life_expectation": 79.6
},
{
"country": "Switzerland",
"year": 2008,
"avg_life_expectation": 82,
"female_life_expectation": 84.3,
"male_life_expectation": 79.5
},
{
"country": "Switzerland",
"year": 2007,
"avg_life_expectation": 81.7,
"female_life_expectation": 84,
"male_life_expectation": 79.2
},
{
"country": "Switzerland",
"year": 2006,
"avg_life_expectation": 81.5,
"female_life_expectation": 83.9,
"male_life_expectation": 78.9
},
{
"country": "Switzerland",
"year": 2005,
"avg_life_expectation": 81.1,
"female_life_expectation": 83.6,
"male_life_expectation": 78.5
},
{
"country": "Switzerland",
"year": 2004,
"avg_life_expectation": 81,
"female_life_expectation": 83.5,
"male_life_expectation": 78.4
},
{
"country": "Switzerland",
"year": 2003,
"avg_life_expectation": 80.5,
"female_life_expectation": 83,
"male_life_expectation": 77.8
},
{
"country": "Switzerland",
"year": 2002,
"avg_life_expectation": 80.4,
"female_life_expectation": 82.9,
"male_life_expectation": 77.6
},
{
"country": "Switzerland",
"year": 2001,
"avg_life_expectation": 80.2,
"female_life_expectation": 82.9,
"male_life_expectation": 77.3
},
{
"country": "Switzerland",
"year": 2000,
"avg_life_expectation": 79.7,
"female_life_expectation": 82.5,
"male_life_expectation": 76.8
},
{
"country": "Syrian Arab Republic",
"year": 2015,
"avg_life_expectation": 64.5,
"female_life_expectation": 69.9,
"male_life_expectation": 59.9
},
{
"country": "Syrian Arab Republic",
"year": 2014,
"avg_life_expectation": 64.4,
"female_life_expectation": 69.7,
"male_life_expectation": 59.9
},
{
"country": "Syrian Arab Republic",
"year": 2013,
"avg_life_expectation": 63.6,
"female_life_expectation": 69.1,
"male_life_expectation": 59
},
{
"country": "Syrian Arab Republic",
"year": 2012,
"avg_life_expectation": 62.8,
"female_life_expectation": 68.4,
"male_life_expectation": 58
},
{
"country": "Syrian Arab Republic",
"year": 2011,
"avg_life_expectation": 71.7,
"female_life_expectation": 74.4,
"male_life_expectation": 69.3
},
{
"country": "Syrian Arab Republic",
"year": 2010,
"avg_life_expectation": 73.7,
"female_life_expectation": 75.5,
"male_life_expectation": 71.9
},
{
"country": "Syrian Arab Republic",
"year": 2009,
"avg_life_expectation": 73.8,
"female_life_expectation": 75.6,
"male_life_expectation": 72.1
},
{
"country": "Syrian Arab Republic",
"year": 2008,
"avg_life_expectation": 73.8,
"female_life_expectation": 75.6,
"male_life_expectation": 72.2
},
{
"country": "Syrian Arab Republic",
"year": 2007,
"avg_life_expectation": 73.8,
"female_life_expectation": 75.7,
"male_life_expectation": 72.1
},
{
"country": "Syrian Arab Republic",
"year": 2006,
"avg_life_expectation": 73.7,
"female_life_expectation": 75.7,
"male_life_expectation": 71.9
},
{
"country": "Syrian Arab Republic",
"year": 2005,
"avg_life_expectation": 73.5,
"female_life_expectation": 75.7,
"male_life_expectation": 71.6
},
{
"country": "Syrian Arab Republic",
"year": 2004,
"avg_life_expectation": 73.2,
"female_life_expectation": 75.6,
"male_life_expectation": 71.2
},
{
"country": "Syrian Arab Republic",
"year": 2003,
"avg_life_expectation": 73,
"female_life_expectation": 75.4,
"male_life_expectation": 70.9
},
{
"country": "Syrian Arab Republic",
"year": 2002,
"avg_life_expectation": 72.8,
"female_life_expectation": 75.2,
"male_life_expectation": 70.7
},
{
"country": "Syrian Arab Republic",
"year": 2001,
"avg_life_expectation": 72.7,
"female_life_expectation": 75.1,
"male_life_expectation": 70.6
},
{
"country": "Syrian Arab Republic",
"year": 2000,
"avg_life_expectation": 72.6,
"female_life_expectation": 74.9,
"male_life_expectation": 70.5
},
{
"country": "Tajikistan",
"year": 2015,
"avg_life_expectation": 69.7,
"female_life_expectation": 73.6,
"male_life_expectation": 66.6
},
{
"country": "Tajikistan",
"year": 2014,
"avg_life_expectation": 69.6,
"female_life_expectation": 73.4,
"male_life_expectation": 66.4
},
{
"country": "Tajikistan",
"year": 2013,
"avg_life_expectation": 69.3,
"female_life_expectation": 73.1,
"male_life_expectation": 66.1
},
{
"country": "Tajikistan",
"year": 2012,
"avg_life_expectation": 68.8,
"female_life_expectation": 72.6,
"male_life_expectation": 65.6
},
{
"country": "Tajikistan",
"year": 2011,
"avg_life_expectation": 68.1,
"female_life_expectation": 72,
"male_life_expectation": 64.8
},
{
"country": "Tajikistan",
"year": 2010,
"avg_life_expectation": 67.3,
"female_life_expectation": 71.4,
"male_life_expectation": 63.8
},
{
"country": "Tajikistan",
"year": 2009,
"avg_life_expectation": 66.7,
"female_life_expectation": 71,
"male_life_expectation": 63.2
},
{
"country": "Tajikistan",
"year": 2008,
"avg_life_expectation": 66.4,
"female_life_expectation": 70.7,
"male_life_expectation": 62.9
},
{
"country": "Tajikistan",
"year": 2007,
"avg_life_expectation": 66.1,
"female_life_expectation": 70.4,
"male_life_expectation": 62.6
},
{
"country": "Tajikistan",
"year": 2006,
"avg_life_expectation": 65.9,
"female_life_expectation": 70.2,
"male_life_expectation": 62.3
},
{
"country": "Tajikistan",
"year": 2005,
"avg_life_expectation": 65.5,
"female_life_expectation": 70.1,
"male_life_expectation": 61.8
},
{
"country": "Tajikistan",
"year": 2004,
"avg_life_expectation": 65.9,
"female_life_expectation": 70.2,
"male_life_expectation": 62.3
},
{
"country": "Tajikistan",
"year": 2003,
"avg_life_expectation": 65.2,
"female_life_expectation": 69.4,
"male_life_expectation": 61.7
},
{
"country": "Tajikistan",
"year": 2002,
"avg_life_expectation": 64.3,
"female_life_expectation": 68.4,
"male_life_expectation": 60.9
},
{
"country": "Tajikistan",
"year": 2001,
"avg_life_expectation": 64,
"female_life_expectation": 67.9,
"male_life_expectation": 60.6
},
{
"country": "Tajikistan",
"year": 2000,
"avg_life_expectation": 63.7,
"female_life_expectation": 67.6,
"male_life_expectation": 60.3
},
{
"country": "Thailand",
"year": 2015,
"avg_life_expectation": 74.9,
"female_life_expectation": 78,
"male_life_expectation": 71.9
},
{
"country": "Thailand",
"year": 2014,
"avg_life_expectation": 74.6,
"female_life_expectation": 77.8,
"male_life_expectation": 71.7
},
{
"country": "Thailand",
"year": 2013,
"avg_life_expectation": 74.5,
"female_life_expectation": 77.6,
"male_life_expectation": 71.5
},
{
"country": "Thailand",
"year": 2012,
"avg_life_expectation": 74.3,
"female_life_expectation": 77.5,
"male_life_expectation": 71.3
},
{
"country": "Thailand",
"year": 2011,
"avg_life_expectation": 74.1,
"female_life_expectation": 77.3,
"male_life_expectation": 71.1
},
{
"country": "Thailand",
"year": 2010,
"avg_life_expectation": 73.9,
"female_life_expectation": 77.1,
"male_life_expectation": 70.9
},
{
"country": "Thailand",
"year": 2009,
"avg_life_expectation": 73.7,
"female_life_expectation": 76.9,
"male_life_expectation": 70.7
},
{
"country": "Thailand",
"year": 2008,
"avg_life_expectation": 73.5,
"female_life_expectation": 76.7,
"male_life_expectation": 70.5
},
{
"country": "Thailand",
"year": 2007,
"avg_life_expectation": 73.3,
"female_life_expectation": 76.5,
"male_life_expectation": 70.2
},
{
"country": "Thailand",
"year": 2006,
"avg_life_expectation": 73,
"female_life_expectation": 76.3,
"male_life_expectation": 69.9
},
{
"country": "Thailand",
"year": 2005,
"avg_life_expectation": 72.5,
"female_life_expectation": 75.8,
"male_life_expectation": 69.3
},
{
"country": "Thailand",
"year": 2004,
"avg_life_expectation": 71.6,
"female_life_expectation": 75,
"male_life_expectation": 68.4
},
{
"country": "Thailand",
"year": 2003,
"avg_life_expectation": 71.7,
"female_life_expectation": 75,
"male_life_expectation": 68.5
},
{
"country": "Thailand",
"year": 2002,
"avg_life_expectation": 71.4,
"female_life_expectation": 74.8,
"male_life_expectation": 68.2
},
{
"country": "Thailand",
"year": 2001,
"avg_life_expectation": 71.2,
"female_life_expectation": 74.7,
"male_life_expectation": 68
},
{
"country": "Thailand",
"year": 2000,
"avg_life_expectation": 71.1,
"female_life_expectation": 74.6,
"male_life_expectation": 67.8
},
{
"country": "The former Yugoslav republic of Macedonia",
"year": 2015,
"avg_life_expectation": 75.7,
"female_life_expectation": 77.8,
"male_life_expectation": 73.5
},
{
"country": "The former Yugoslav republic of Macedonia",
"year": 2014,
"avg_life_expectation": 75.5,
"female_life_expectation": 77.7,
"male_life_expectation": 73.4
},
{
"country": "The former Yugoslav republic of Macedonia",
"year": 2013,
"avg_life_expectation": 75.3,
"female_life_expectation": 77.5,
"male_life_expectation": 73.2
},
{
"country": "The former Yugoslav republic of Macedonia",
"year": 2012,
"avg_life_expectation": 75.1,
"female_life_expectation": 77.3,
"male_life_expectation": 73
},
{
"country": "The former Yugoslav republic of Macedonia",
"year": 2011,
"avg_life_expectation": 74.9,
"female_life_expectation": 77,
"male_life_expectation": 72.7
},
{
"country": "The former Yugoslav republic of Macedonia",
"year": 2010,
"avg_life_expectation": 74.7,
"female_life_expectation": 77,
"male_life_expectation": 72.4
},
{
"country": "The former Yugoslav republic of Macedonia",
"year": 2009,
"avg_life_expectation": 74.4,
"female_life_expectation": 76.7,
"male_life_expectation": 72.2
},
{
"country": "The former Yugoslav republic of Macedonia",
"year": 2008,
"avg_life_expectation": 74.2,
"female_life_expectation": 76.4,
"male_life_expectation": 72.1
},
{
"country": "The former Yugoslav republic of Macedonia",
"year": 2007,
"avg_life_expectation": 73.5,
"female_life_expectation": 75.8,
"male_life_expectation": 71.3
},
{
"country": "The former Yugoslav republic of Macedonia",
"year": 2006,
"avg_life_expectation": 73.7,
"female_life_expectation": 76,
"male_life_expectation": 71.4
},
{
"country": "The former Yugoslav republic of Macedonia",
"year": 2005,
"avg_life_expectation": 73.6,
"female_life_expectation": 75.9,
"male_life_expectation": 71.3
},
{
"country": "The former Yugoslav republic of Macedonia",
"year": 2004,
"avg_life_expectation": 73.5,
"female_life_expectation": 75.8,
"male_life_expectation": 71.2
},
{
"country": "The former Yugoslav republic of Macedonia",
"year": 2003,
"avg_life_expectation": 73.2,
"female_life_expectation": 75.7,
"male_life_expectation": 70.7
},
{
"country": "The former Yugoslav republic of Macedonia",
"year": 2002,
"avg_life_expectation": 72.8,
"female_life_expectation": 75.5,
"male_life_expectation": 70.2
},
{
"country": "The former Yugoslav republic of Macedonia",
"year": 2001,
"avg_life_expectation": 73.1,
"female_life_expectation": 75.6,
"male_life_expectation": 70.6
},
{
"country": "The former Yugoslav republic of Macedonia",
"year": 2000,
"avg_life_expectation": 72.6,
"female_life_expectation": 74.9,
"male_life_expectation": 70.5
},
{
"country": "Timor-Leste",
"year": 2015,
"avg_life_expectation": 68.3,
"female_life_expectation": 70.1,
"male_life_expectation": 66.6
},
{
"country": "Timor-Leste",
"year": 2014,
"avg_life_expectation": 68,
"female_life_expectation": 69.8,
"male_life_expectation": 66.3
},
{
"country": "Timor-Leste",
"year": 2013,
"avg_life_expectation": 67.7,
"female_life_expectation": 69.5,
"male_life_expectation": 66
},
{
"country": "Timor-Leste",
"year": 2012,
"avg_life_expectation": 67.4,
"female_life_expectation": 69.2,
"male_life_expectation": 65.8
},
{
"country": "Timor-Leste",
"year": 2011,
"avg_life_expectation": 67.2,
"female_life_expectation": 68.8,
"male_life_expectation": 65.6
},
{
"country": "Timor-Leste",
"year": 2010,
"avg_life_expectation": 66.9,
"female_life_expectation": 68.4,
"male_life_expectation": 65.5
},
{
"country": "Timor-Leste",
"year": 2009,
"avg_life_expectation": 66.6,
"female_life_expectation": 67.9,
"male_life_expectation": 65.3
},
{
"country": "Timor-Leste",
"year": 2008,
"avg_life_expectation": 66.2,
"female_life_expectation": 67.4,
"male_life_expectation": 65.1
},
{
"country": "Timor-Leste",
"year": 2007,
"avg_life_expectation": 65.8,
"female_life_expectation": 66.8,
"male_life_expectation": 64.7
},
{
"country": "Timor-Leste",
"year": 2006,
"avg_life_expectation": 64.9,
"female_life_expectation": 66,
"male_life_expectation": 63.8
},
{
"country": "Timor-Leste",
"year": 2005,
"avg_life_expectation": 63.7,
"female_life_expectation": 65,
"male_life_expectation": 62.4
},
{
"country": "Timor-Leste",
"year": 2004,
"avg_life_expectation": 62.3,
"female_life_expectation": 63.8,
"male_life_expectation": 60.9
},
{
"country": "Timor-Leste",
"year": 2003,
"avg_life_expectation": 61,
"female_life_expectation": 62.7,
"male_life_expectation": 59.4
},
{
"country": "Timor-Leste",
"year": 2002,
"avg_life_expectation": 60.2,
"female_life_expectation": 61.8,
"male_life_expectation": 58.6
},
{
"country": "Timor-Leste",
"year": 2001,
"avg_life_expectation": 59.4,
"female_life_expectation": 61,
"male_life_expectation": 57.9
},
{
"country": "Timor-Leste",
"year": 2000,
"avg_life_expectation": 58.7,
"female_life_expectation": 60.1,
"male_life_expectation": 57.3
},
{
"country": "Togo",
"year": 2015,
"avg_life_expectation": 59.9,
"female_life_expectation": 61.1,
"male_life_expectation": 58.6
},
{
"country": "Togo",
"year": 2014,
"avg_life_expectation": 59.7,
"female_life_expectation": 60.9,
"male_life_expectation": 58.4
},
{
"country": "Togo",
"year": 2013,
"avg_life_expectation": 59.4,
"female_life_expectation": 60.5,
"male_life_expectation": 58.3
},
{
"country": "Togo",
"year": 2012,
"avg_life_expectation": 58.9,
"female_life_expectation": 59.9,
"male_life_expectation": 58
},
{
"country": "Togo",
"year": 2011,
"avg_life_expectation": 58.3,
"female_life_expectation": 59.2,
"male_life_expectation": 57.4
},
{
"country": "Togo",
"year": 2010,
"avg_life_expectation": 57.4,
"female_life_expectation": 58.2,
"male_life_expectation": 56.6
},
{
"country": "Togo",
"year": 2009,
"avg_life_expectation": 56.7,
"female_life_expectation": 57.4,
"male_life_expectation": 55.9
},
{
"country": "Togo",
"year": 2008,
"avg_life_expectation": 56.2,
"female_life_expectation": 56.9,
"male_life_expectation": 55.3
},
{
"country": "Togo",
"year": 2007,
"avg_life_expectation": 55.9,
"female_life_expectation": 56.8,
"male_life_expectation": 55
},
{
"country": "Togo",
"year": 2006,
"avg_life_expectation": 55.7,
"female_life_expectation": 56.6,
"male_life_expectation": 54.7
},
{
"country": "Togo",
"year": 2005,
"avg_life_expectation": 55,
"female_life_expectation": 56.1,
"male_life_expectation": 53.9
},
{
"country": "Togo",
"year": 2004,
"avg_life_expectation": 54.9,
"female_life_expectation": 56,
"male_life_expectation": 53.8
},
{
"country": "Togo",
"year": 2003,
"avg_life_expectation": 54.7,
"female_life_expectation": 55.9,
"male_life_expectation": 53.5
},
{
"country": "Togo",
"year": 2002,
"avg_life_expectation": 54.7,
"female_life_expectation": 55.9,
"male_life_expectation": 53.4
},
{
"country": "Togo",
"year": 2001,
"avg_life_expectation": 54.6,
"female_life_expectation": 55.9,
"male_life_expectation": 53.3
},
{
"country": "Togo",
"year": 2000,
"avg_life_expectation": 54.6,
"female_life_expectation": 55.9,
"male_life_expectation": 53.3
},
{
"country": "Tonga",
"year": 2015,
"avg_life_expectation": 73.5,
"female_life_expectation": 76.4,
"male_life_expectation": 70.6
},
{
"country": "Tonga",
"year": 2014,
"avg_life_expectation": 73.3,
"female_life_expectation": 76.2,
"male_life_expectation": 70.5
},
{
"country": "Tonga",
"year": 2013,
"avg_life_expectation": 73.2,
"female_life_expectation": 76,
"male_life_expectation": 70.4
},
{
"country": "Tonga",
"year": 2012,
"avg_life_expectation": 73,
"female_life_expectation": 75.9,
"male_life_expectation": 70.3
},
{
"country": "Tonga",
"year": 2011,
"avg_life_expectation": 72.9,
"female_life_expectation": 75.8,
"male_life_expectation": 70.2
},
{
"country": "Tonga",
"year": 2010,
"avg_life_expectation": 72.8,
"female_life_expectation": 75.7,
"male_life_expectation": 70
},
{
"country": "Tonga",
"year": 2009,
"avg_life_expectation": 72.5,
"female_life_expectation": 75.3,
"male_life_expectation": 69.7
},
{
"country": "Tonga",
"year": 2008,
"avg_life_expectation": 72.6,
"female_life_expectation": 75.4,
"male_life_expectation": 69.9
},
{
"country": "Tonga",
"year": 2007,
"avg_life_expectation": 72.5,
"female_life_expectation": 75.3,
"male_life_expectation": 69.8
},
{
"country": "Tonga",
"year": 2006,
"avg_life_expectation": 72.4,
"female_life_expectation": 75.1,
"male_life_expectation": 69.8
},
{
"country": "Tonga",
"year": 2005,
"avg_life_expectation": 72.3,
"female_life_expectation": 74.9,
"male_life_expectation": 69.7
},
{
"country": "Tonga",
"year": 2004,
"avg_life_expectation": 72.2,
"female_life_expectation": 74.7,
"male_life_expectation": 69.7
},
{
"country": "Tonga",
"year": 2003,
"avg_life_expectation": 72,
"female_life_expectation": 74.5,
"male_life_expectation": 69.6
},
{
"country": "Tonga",
"year": 2002,
"avg_life_expectation": 71.9,
"female_life_expectation": 74.2,
"male_life_expectation": 69.6
},
{
"country": "Tonga",
"year": 2001,
"avg_life_expectation": 71.8,
"female_life_expectation": 74,
"male_life_expectation": 69.6
},
{
"country": "Tonga",
"year": 2000,
"avg_life_expectation": 71.6,
"female_life_expectation": 73.7,
"male_life_expectation": 69.6
},
{
"country": "Trinidad and Tobago",
"year": 2015,
"avg_life_expectation": 71.2,
"female_life_expectation": 74.8,
"male_life_expectation": 67.9
},
{
"country": "Trinidad and Tobago",
"year": 2014,
"avg_life_expectation": 71.1,
"female_life_expectation": 74.6,
"male_life_expectation": 67.8
},
{
"country": "Trinidad and Tobago",
"year": 2013,
"avg_life_expectation": 71,
"female_life_expectation": 74.5,
"male_life_expectation": 67.7
},
{
"country": "Trinidad and Tobago",
"year": 2012,
"avg_life_expectation": 70.8,
"female_life_expectation": 74.4,
"male_life_expectation": 67.6
},
{
"country": "Trinidad and Tobago",
"year": 2011,
"avg_life_expectation": 70.6,
"female_life_expectation": 74.2,
"male_life_expectation": 67.4
},
{
"country": "Trinidad and Tobago",
"year": 2010,
"avg_life_expectation": 70.4,
"female_life_expectation": 73.9,
"male_life_expectation": 67.1
},
{
"country": "Trinidad and Tobago",
"year": 2009,
"avg_life_expectation": 70.1,
"female_life_expectation": 73.7,
"male_life_expectation": 66.8
},
{
"country": "Trinidad and Tobago",
"year": 2008,
"avg_life_expectation": 69.9,
"female_life_expectation": 73.5,
"male_life_expectation": 66.5
},
{
"country": "Trinidad and Tobago",
"year": 2007,
"avg_life_expectation": 69.7,
"female_life_expectation": 73.4,
"male_life_expectation": 66.4
},
{
"country": "Trinidad and Tobago",
"year": 2006,
"avg_life_expectation": 69.6,
"female_life_expectation": 73.3,
"male_life_expectation": 66.2
},
{
"country": "Trinidad and Tobago",
"year": 2005,
"avg_life_expectation": 69.5,
"female_life_expectation": 73.2,
"male_life_expectation": 66.1
},
{
"country": "Trinidad and Tobago",
"year": 2004,
"avg_life_expectation": 69.4,
"female_life_expectation": 73.1,
"male_life_expectation": 65.9
},
{
"country": "Trinidad and Tobago",
"year": 2003,
"avg_life_expectation": 69.3,
"female_life_expectation": 73.1,
"male_life_expectation": 65.8
},
{
"country": "Trinidad and Tobago",
"year": 2002,
"avg_life_expectation": 69.2,
"female_life_expectation": 73,
"male_life_expectation": 65.7
},
{
"country": "Trinidad and Tobago",
"year": 2001,
"avg_life_expectation": 69.1,
"female_life_expectation": 72.9,
"male_life_expectation": 65.7
},
{
"country": "Trinidad and Tobago",
"year": 2000,
"avg_life_expectation": 69.1,
"female_life_expectation": 72.8,
"male_life_expectation": 65.6
},
{
"country": "Tunisia",
"year": 2015,
"avg_life_expectation": 75.3,
"female_life_expectation": 77.8,
"male_life_expectation": 73
},
{
"country": "Tunisia",
"year": 2014,
"avg_life_expectation": 75.1,
"female_life_expectation": 77.6,
"male_life_expectation": 72.7
},
{
"country": "Tunisia",
"year": 2013,
"avg_life_expectation": 74.9,
"female_life_expectation": 77.4,
"male_life_expectation": 72.6
},
{
"country": "Tunisia",
"year": 2012,
"avg_life_expectation": 74.9,
"female_life_expectation": 77.4,
"male_life_expectation": 72.5
},
{
"country": "Tunisia",
"year": 2011,
"avg_life_expectation": 74.8,
"female_life_expectation": 77.4,
"male_life_expectation": 72.5
},
{
"country": "Tunisia",
"year": 2010,
"avg_life_expectation": 74.8,
"female_life_expectation": 77.3,
"male_life_expectation": 72.5
},
{
"country": "Tunisia",
"year": 2009,
"avg_life_expectation": 74.7,
"female_life_expectation": 77.3,
"male_life_expectation": 72.4
},
{
"country": "Tunisia",
"year": 2008,
"avg_life_expectation": 74.7,
"female_life_expectation": 77.2,
"male_life_expectation": 72.3
},
{
"country": "Tunisia",
"year": 2007,
"avg_life_expectation": 74.6,
"female_life_expectation": 77.1,
"male_life_expectation": 72.2
},
{
"country": "Tunisia",
"year": 2006,
"avg_life_expectation": 74.4,
"female_life_expectation": 77,
"male_life_expectation": 72.1
},
{
"country": "Tunisia",
"year": 2005,
"avg_life_expectation": 74.2,
"female_life_expectation": 76.8,
"male_life_expectation": 71.9
},
{
"country": "Tunisia",
"year": 2004,
"avg_life_expectation": 74,
"female_life_expectation": 76.6,
"male_life_expectation": 71.6
},
{
"country": "Tunisia",
"year": 2003,
"avg_life_expectation": 73.7,
"female_life_expectation": 76.4,
"male_life_expectation": 71.4
},
{
"country": "Tunisia",
"year": 2002,
"avg_life_expectation": 73.5,
"female_life_expectation": 76.1,
"male_life_expectation": 71.1
},
{
"country": "Tunisia",
"year": 2001,
"avg_life_expectation": 73.2,
"female_life_expectation": 75.9,
"male_life_expectation": 70.9
},
{
"country": "Tunisia",
"year": 2000,
"avg_life_expectation": 72.9,
"female_life_expectation": 75.6,
"male_life_expectation": 70.6
},
{
"country": "Turkey",
"year": 2015,
"avg_life_expectation": 75.8,
"female_life_expectation": 78.9,
"male_life_expectation": 72.6
},
{
"country": "Turkey",
"year": 2014,
"avg_life_expectation": 75.5,
"female_life_expectation": 78.6,
"male_life_expectation": 72.3
},
{
"country": "Turkey",
"year": 2013,
"avg_life_expectation": 75.2,
"female_life_expectation": 78.3,
"male_life_expectation": 72
},
{
"country": "Turkey",
"year": 2012,
"avg_life_expectation": 74.8,
"female_life_expectation": 78.1,
"male_life_expectation": 71.6
},
{
"country": "Turkey",
"year": 2011,
"avg_life_expectation": 74.5,
"female_life_expectation": 77.8,
"male_life_expectation": 71.3
},
{
"country": "Turkey",
"year": 2010,
"avg_life_expectation": 74.2,
"female_life_expectation": 77.6,
"male_life_expectation": 70.9
},
{
"country": "Turkey",
"year": 2009,
"avg_life_expectation": 73.9,
"female_life_expectation": 77.3,
"male_life_expectation": 70.6
},
{
"country": "Turkey",
"year": 2008,
"avg_life_expectation": 73.5,
"female_life_expectation": 77,
"male_life_expectation": 70.1
},
{
"country": "Turkey",
"year": 2007,
"avg_life_expectation": 73.2,
"female_life_expectation": 76.6,
"male_life_expectation": 69.8
},
{
"country": "Turkey",
"year": 2006,
"avg_life_expectation": 72.8,
"female_life_expectation": 76.3,
"male_life_expectation": 69.4
},
{
"country": "Turkey",
"year": 2005,
"avg_life_expectation": 72.4,
"female_life_expectation": 75.8,
"male_life_expectation": 69.1
},
{
"country": "Turkey",
"year": 2004,
"avg_life_expectation": 72,
"female_life_expectation": 75.4,
"male_life_expectation": 68.7
},
{
"country": "Turkey",
"year": 2003,
"avg_life_expectation": 71.6,
"female_life_expectation": 75,
"male_life_expectation": 68.3
},
{
"country": "Turkey",
"year": 2002,
"avg_life_expectation": 71.2,
"female_life_expectation": 74.6,
"male_life_expectation": 67.9
},
{
"country": "Turkey",
"year": 2001,
"avg_life_expectation": 70.8,
"female_life_expectation": 74.2,
"male_life_expectation": 67.5
},
{
"country": "Turkey",
"year": 2000,
"avg_life_expectation": 70.4,
"female_life_expectation": 73.8,
"male_life_expectation": 67.1
},
{
"country": "Turkmenistan",
"year": 2015,
"avg_life_expectation": 66.3,
"female_life_expectation": 70.5,
"male_life_expectation": 62.2
},
{
"country": "Turkmenistan",
"year": 2014,
"avg_life_expectation": 66,
"female_life_expectation": 70.3,
"male_life_expectation": 62
},
{
"country": "Turkmenistan",
"year": 2013,
"avg_life_expectation": 65.4,
"female_life_expectation": 69.8,
"male_life_expectation": 61.2
},
{
"country": "Turkmenistan",
"year": 2012,
"avg_life_expectation": 65.6,
"female_life_expectation": 69.7,
"male_life_expectation": 61.6
},
{
"country": "Turkmenistan",
"year": 2011,
"avg_life_expectation": 65.6,
"female_life_expectation": 69.8,
"male_life_expectation": 61.7
},
{
"country": "Turkmenistan",
"year": 2010,
"avg_life_expectation": 65.8,
"female_life_expectation": 70.1,
"male_life_expectation": 61.7
},
{
"country": "Turkmenistan",
"year": 2009,
"avg_life_expectation": 65.6,
"female_life_expectation": 69.8,
"male_life_expectation": 61.6
},
{
"country": "Turkmenistan",
"year": 2008,
"avg_life_expectation": 64.5,
"female_life_expectation": 68.8,
"male_life_expectation": 60.5
},
{
"country": "Turkmenistan",
"year": 2007,
"avg_life_expectation": 64.1,
"female_life_expectation": 68.6,
"male_life_expectation": 59.9
},
{
"country": "Turkmenistan",
"year": 2006,
"avg_life_expectation": 63.7,
"female_life_expectation": 68.2,
"male_life_expectation": 59.6
},
{
"country": "Turkmenistan",
"year": 2005,
"avg_life_expectation": 63.3,
"female_life_expectation": 67.7,
"male_life_expectation": 59.1
},
{
"country": "Turkmenistan",
"year": 2004,
"avg_life_expectation": 63.5,
"female_life_expectation": 67.7,
"male_life_expectation": 59.5
},
{
"country": "Turkmenistan",
"year": 2003,
"avg_life_expectation": 63.4,
"female_life_expectation": 67.7,
"male_life_expectation": 59.4
},
{
"country": "Turkmenistan",
"year": 2002,
"avg_life_expectation": 63.3,
"female_life_expectation": 67.4,
"male_life_expectation": 59.4
},
{
"country": "Turkmenistan",
"year": 2001,
"avg_life_expectation": 64,
"female_life_expectation": 68.1,
"male_life_expectation": 60.1
},
{
"country": "Turkmenistan",
"year": 2000,
"avg_life_expectation": 63.8,
"female_life_expectation": 67.9,
"male_life_expectation": 59.9
},
{
"country": "Tuvalu",
"year": 2013,
"avg_life_expectation": "",
"female_life_expectation": "",
"male_life_expectation": ""
},
{
"country": "Uganda",
"year": 2015,
"avg_life_expectation": 62.3,
"female_life_expectation": 64.3,
"male_life_expectation": 60.3
},
{
"country": "Uganda",
"year": 2014,
"avg_life_expectation": 61.5,
"female_life_expectation": 63.7,
"male_life_expectation": 59.3
},
{
"country": "Uganda",
"year": 2013,
"avg_life_expectation": 60.7,
"female_life_expectation": 62.4,
"male_life_expectation": 59
},
{
"country": "Uganda",
"year": 2012,
"avg_life_expectation": 60,
"female_life_expectation": 61.1,
"male_life_expectation": 58.7
},
{
"country": "Uganda",
"year": 2011,
"avg_life_expectation": 59.3,
"female_life_expectation": 60.4,
"male_life_expectation": 58.1
},
{
"country": "Uganda",
"year": 2010,
"avg_life_expectation": 58.4,
"female_life_expectation": 59.5,
"male_life_expectation": 57.2
},
{
"country": "Uganda",
"year": 2009,
"avg_life_expectation": 57.5,
"female_life_expectation": 58.6,
"male_life_expectation": 56.3
},
{
"country": "Uganda",
"year": 2008,
"avg_life_expectation": 56.3,
"female_life_expectation": 57.4,
"male_life_expectation": 55.1
},
{
"country": "Uganda",
"year": 2007,
"avg_life_expectation": 55.5,
"female_life_expectation": 56.6,
"male_life_expectation": 54.3
},
{
"country": "Uganda",
"year": 2006,
"avg_life_expectation": 54.9,
"female_life_expectation": 56.2,
"male_life_expectation": 53.7
},
{
"country": "Uganda",
"year": 2005,
"avg_life_expectation": 53.2,
"female_life_expectation": 54.4,
"male_life_expectation": 51.9
},
{
"country": "Uganda",
"year": 2004,
"avg_life_expectation": 51.3,
"female_life_expectation": 52.5,
"male_life_expectation": 49.9
},
{
"country": "Uganda",
"year": 2003,
"avg_life_expectation": 50.1,
"female_life_expectation": 51.3,
"male_life_expectation": 48.8
},
{
"country": "Uganda",
"year": 2002,
"avg_life_expectation": 48.8,
"female_life_expectation": 50.1,
"male_life_expectation": 47.4
},
{
"country": "Uganda",
"year": 2001,
"avg_life_expectation": 47.7,
"female_life_expectation": 49,
"male_life_expectation": 46.4
},
{
"country": "Uganda",
"year": 2000,
"avg_life_expectation": 46.6,
"female_life_expectation": 48,
"male_life_expectation": 45.1
},
{
"country": "Ukraine",
"year": 2015,
"avg_life_expectation": 71.3,
"female_life_expectation": 76.1,
"male_life_expectation": 66.3
},
{
"country": "Ukraine",
"year": 2014,
"avg_life_expectation": 70.8,
"female_life_expectation": 75.8,
"male_life_expectation": 65.7
},
{
"country": "Ukraine",
"year": 2013,
"avg_life_expectation": 71,
"female_life_expectation": 75.8,
"male_life_expectation": 66
},
{
"country": "Ukraine",
"year": 2012,
"avg_life_expectation": 70.7,
"female_life_expectation": 75.6,
"male_life_expectation": 65.7
},
{
"country": "Ukraine",
"year": 2011,
"avg_life_expectation": 70.5,
"female_life_expectation": 75.5,
"male_life_expectation": 65.5
},
{
"country": "Ukraine",
"year": 2010,
"avg_life_expectation": 69.8,
"female_life_expectation": 74.8,
"male_life_expectation": 64.7
},
{
"country": "Ukraine",
"year": 2009,
"avg_life_expectation": 69.2,
"female_life_expectation": 74.6,
"male_life_expectation": 63.9
},
{
"country": "Ukraine",
"year": 2008,
"avg_life_expectation": 67.7,
"female_life_expectation": 73.8,
"male_life_expectation": 62
},
{
"country": "Ukraine",
"year": 2007,
"avg_life_expectation": 67.5,
"female_life_expectation": 73.7,
"male_life_expectation": 61.6
},
{
"country": "Ukraine",
"year": 2006,
"avg_life_expectation": 67.7,
"female_life_expectation": 73.6,
"male_life_expectation": 62.1
},
{
"country": "Ukraine",
"year": 2005,
"avg_life_expectation": 67,
"female_life_expectation": 73.1,
"male_life_expectation": 61.3
},
{
"country": "Ukraine",
"year": 2004,
"avg_life_expectation": 67.4,
"female_life_expectation": 73.4,
"male_life_expectation": 61.8
},
{
"country": "Ukraine",
"year": 2003,
"avg_life_expectation": 67.6,
"female_life_expectation": 73.3,
"male_life_expectation": 62.1
},
{
"country": "Ukraine",
"year": 2002,
"avg_life_expectation": 67.6,
"female_life_expectation": 73.4,
"male_life_expectation": 62.1
},
{
"country": "Ukraine",
"year": 2001,
"avg_life_expectation": 67.7,
"female_life_expectation": 73.5,
"male_life_expectation": 62.2
},
{
"country": "Ukraine",
"year": 2000,
"avg_life_expectation": 67.5,
"female_life_expectation": 73.2,
"male_life_expectation": 62
},
{
"country": "United Arab Emirates",
"year": 2015,
"avg_life_expectation": 77.1,
"female_life_expectation": 78.6,
"male_life_expectation": 76.4
},
{
"country": "United Arab Emirates",
"year": 2014,
"avg_life_expectation": 76.9,
"female_life_expectation": 78.5,
"male_life_expectation": 76.2
},
{
"country": "United Arab Emirates",
"year": 2013,
"avg_life_expectation": 76.7,
"female_life_expectation": 78.3,
"male_life_expectation": 76.1
},
{
"country": "United Arab Emirates",
"year": 2012,
"avg_life_expectation": 76.5,
"female_life_expectation": 78.1,
"male_life_expectation": 75.9
},
{
"country": "United Arab Emirates",
"year": 2011,
"avg_life_expectation": 76.3,
"female_life_expectation": 77.9,
"male_life_expectation": 75.7
},
{
"country": "United Arab Emirates",
"year": 2010,
"avg_life_expectation": 76.2,
"female_life_expectation": 77.7,
"male_life_expectation": 75.5
},
{
"country": "United Arab Emirates",
"year": 2009,
"avg_life_expectation": 76,
"female_life_expectation": 77.5,
"male_life_expectation": 75.3
},
{
"country": "United Arab Emirates",
"year": 2008,
"avg_life_expectation": 75.8,
"female_life_expectation": 77.3,
"male_life_expectation": 75.1
},
{
"country": "United Arab Emirates",
"year": 2007,
"avg_life_expectation": 75.6,
"female_life_expectation": 77.2,
"male_life_expectation": 74.9
},
{
"country": "United Arab Emirates",
"year": 2006,
"avg_life_expectation": 75.4,
"female_life_expectation": 77,
"male_life_expectation": 74.7
},
{
"country": "United Arab Emirates",
"year": 2005,
"avg_life_expectation": 75.3,
"female_life_expectation": 76.8,
"male_life_expectation": 74.5
},
{
"country": "United Arab Emirates",
"year": 2004,
"avg_life_expectation": 75.1,
"female_life_expectation": 76.6,
"male_life_expectation": 74.3
},
{
"country": "United Arab Emirates",
"year": 2003,
"avg_life_expectation": 74.9,
"female_life_expectation": 76.4,
"male_life_expectation": 74.1
},
{
"country": "United Arab Emirates",
"year": 2002,
"avg_life_expectation": 74.7,
"female_life_expectation": 76.2,
"male_life_expectation": 73.9
},
{
"country": "United Arab Emirates",
"year": 2001,
"avg_life_expectation": 74.5,
"female_life_expectation": 75.9,
"male_life_expectation": 73.6
},
{
"country": "United Arab Emirates",
"year": 2000,
"avg_life_expectation": 74.2,
"female_life_expectation": 75.7,
"male_life_expectation": 73.4
},
{
"country": "United Kingdom of Great Britain and Northern Ireland",
"year": 2015,
"avg_life_expectation": 81.2,
"female_life_expectation": 83,
"male_life_expectation": 79.4
},
{
"country": "United Kingdom of Great Britain and Northern Ireland",
"year": 2014,
"avg_life_expectation": 81,
"female_life_expectation": 82.9,
"male_life_expectation": 79.2
},
{
"country": "United Kingdom of Great Britain and Northern Ireland",
"year": 2013,
"avg_life_expectation": 80.7,
"female_life_expectation": 82.6,
"male_life_expectation": 78.8
},
{
"country": "United Kingdom of Great Britain and Northern Ireland",
"year": 2012,
"avg_life_expectation": 80.6,
"female_life_expectation": 82.4,
"male_life_expectation": 78.7
},
{
"country": "United Kingdom of Great Britain and Northern Ireland",
"year": 2011,
"avg_life_expectation": 80.6,
"female_life_expectation": 82.5,
"male_life_expectation": 78.6
},
{
"country": "United Kingdom of Great Britain and Northern Ireland",
"year": 2010,
"avg_life_expectation": 80.2,
"female_life_expectation": 82.2,
"male_life_expectation": 78.1
},
{
"country": "United Kingdom of Great Britain and Northern Ireland",
"year": 2009,
"avg_life_expectation": 80.1,
"female_life_expectation": 82.1,
"male_life_expectation": 77.9
},
{
"country": "United Kingdom of Great Britain and Northern Ireland",
"year": 2008,
"avg_life_expectation": 79.6,
"female_life_expectation": 81.7,
"male_life_expectation": 77.5
},
{
"country": "United Kingdom of Great Britain and Northern Ireland",
"year": 2007,
"avg_life_expectation": 79.5,
"female_life_expectation": 81.6,
"male_life_expectation": 77.4
},
{
"country": "United Kingdom of Great Britain and Northern Ireland",
"year": 2006,
"avg_life_expectation": 79.3,
"female_life_expectation": 81.5,
"male_life_expectation": 77.1
},
{
"country": "United Kingdom of Great Britain and Northern Ireland",
"year": 2005,
"avg_life_expectation": 79,
"female_life_expectation": 81.1,
"male_life_expectation": 76.8
},
{
"country": "United Kingdom of Great Britain and Northern Ireland",
"year": 2004,
"avg_life_expectation": 78.8,
"female_life_expectation": 81,
"male_life_expectation": 76.5
},
{
"country": "United Kingdom of Great Britain and Northern Ireland",
"year": 2003,
"avg_life_expectation": 78.3,
"female_life_expectation": 80.5,
"male_life_expectation": 76
},
{
"country": "United Kingdom of Great Britain and Northern Ireland",
"year": 2002,
"avg_life_expectation": 78.2,
"female_life_expectation": 80.4,
"male_life_expectation": 75.8
},
{
"country": "United Kingdom of Great Britain and Northern Ireland",
"year": 2001,
"avg_life_expectation": 78,
"female_life_expectation": 80.3,
"male_life_expectation": 75.6
},
{
"country": "United Kingdom of Great Britain and Northern Ireland",
"year": 2000,
"avg_life_expectation": 77.8,
"female_life_expectation": 80.1,
"male_life_expectation": 75.3
},
{
"country": "United Republic of Tanzania",
"year": 2015,
"avg_life_expectation": 61.8,
"female_life_expectation": 63.8,
"male_life_expectation": 59.9
},
{
"country": "United Republic of Tanzania",
"year": 2014,
"avg_life_expectation": 60.7,
"female_life_expectation": 62.8,
"male_life_expectation": 58.7
},
{
"country": "United Republic of Tanzania",
"year": 2013,
"avg_life_expectation": 59.7,
"female_life_expectation": 61.7,
"male_life_expectation": 57.8
},
{
"country": "United Republic of Tanzania",
"year": 2012,
"avg_life_expectation": 58.6,
"female_life_expectation": 60.3,
"male_life_expectation": 56.9
},
{
"country": "United Republic of Tanzania",
"year": 2011,
"avg_life_expectation": 58.3,
"female_life_expectation": 59.8,
"male_life_expectation": 56.8
},
{
"country": "United Republic of Tanzania",
"year": 2010,
"avg_life_expectation": 57.5,
"female_life_expectation": 58.6,
"male_life_expectation": 56.4
},
{
"country": "United Republic of Tanzania",
"year": 2009,
"avg_life_expectation": 56.9,
"female_life_expectation": 57.9,
"male_life_expectation": 55.8
},
{
"country": "United Republic of Tanzania",
"year": 2008,
"avg_life_expectation": 56.2,
"female_life_expectation": 57.2,
"male_life_expectation": 55.2
},
{
"country": "United Republic of Tanzania",
"year": 2007,
"avg_life_expectation": 54.5,
"female_life_expectation": 55.3,
"male_life_expectation": 53.7
},
{
"country": "United Republic of Tanzania",
"year": 2006,
"avg_life_expectation": 53.1,
"female_life_expectation": 53.8,
"male_life_expectation": 52.4
},
{
"country": "United Republic of Tanzania",
"year": 2005,
"avg_life_expectation": 52.2,
"female_life_expectation": 52.9,
"male_life_expectation": 51.6
},
{
"country": "United Republic of Tanzania",
"year": 2004,
"avg_life_expectation": 51.5,
"female_life_expectation": 52.2,
"male_life_expectation": 50.8
},
{
"country": "United Republic of Tanzania",
"year": 2003,
"avg_life_expectation": 50.8,
"female_life_expectation": 51.5,
"male_life_expectation": 50.1
},
{
"country": "United Republic of Tanzania",
"year": 2002,
"avg_life_expectation": 50.2,
"female_life_expectation": 50.9,
"male_life_expectation": 49.5
},
{
"country": "United Republic of Tanzania",
"year": 2001,
"avg_life_expectation": 49.6,
"female_life_expectation": 50.4,
"male_life_expectation": 48.9
},
{
"country": "United Republic of Tanzania",
"year": 2000,
"avg_life_expectation": 49.2,
"female_life_expectation": 50,
"male_life_expectation": 48.4
},
{
"country": "United States of America",
"year": 2015,
"avg_life_expectation": 79.3,
"female_life_expectation": 81.6,
"male_life_expectation": 76.9
},
{
"country": "United States of America",
"year": 2014,
"avg_life_expectation": 79.1,
"female_life_expectation": 81.5,
"male_life_expectation": 76.8
},
{
"country": "United States of America",
"year": 2013,
"avg_life_expectation": 78.9,
"female_life_expectation": 81.2,
"male_life_expectation": 76.5
},
{
"country": "United States of America",
"year": 2012,
"avg_life_expectation": 78.8,
"female_life_expectation": 81.2,
"male_life_expectation": 76.4
},
{
"country": "United States of America",
"year": 2011,
"avg_life_expectation": 78.7,
"female_life_expectation": 81.1,
"male_life_expectation": 76.3
},
{
"country": "United States of America",
"year": 2010,
"avg_life_expectation": 78.7,
"female_life_expectation": 81.1,
"male_life_expectation": 76.2
},
{
"country": "United States of America",
"year": 2009,
"avg_life_expectation": 78.5,
"female_life_expectation": 80.9,
"male_life_expectation": 76
},
{
"country": "United States of America",
"year": 2008,
"avg_life_expectation": 78.2,
"female_life_expectation": 80.6,
"male_life_expectation": 75.7
},
{
"country": "United States of America",
"year": 2007,
"avg_life_expectation": 78.1,
"female_life_expectation": 80.6,
"male_life_expectation": 75.5
},
{
"country": "United States of America",
"year": 2006,
"avg_life_expectation": 77.8,
"female_life_expectation": 80.3,
"male_life_expectation": 75.2
},
{
"country": "United States of America",
"year": 2005,
"avg_life_expectation": 77.5,
"female_life_expectation": 80,
"male_life_expectation": 74.9
},
{
"country": "United States of America",
"year": 2004,
"avg_life_expectation": 77.5,
"female_life_expectation": 80.1,
"male_life_expectation": 74.9
},
{
"country": "United States of America",
"year": 2003,
"avg_life_expectation": 77.2,
"female_life_expectation": 79.7,
"male_life_expectation": 74.5
},
{
"country": "United States of America",
"year": 2002,
"avg_life_expectation": 77,
"female_life_expectation": 79.6,
"male_life_expectation": 74.4
},
{
"country": "United States of America",
"year": 2001,
"avg_life_expectation": 76.9,
"female_life_expectation": 79.5,
"male_life_expectation": 74.2
},
{
"country": "United States of America",
"year": 2000,
"avg_life_expectation": 76.8,
"female_life_expectation": 79.5,
"male_life_expectation": 74
},
{
"country": "Uruguay",
"year": 2015,
"avg_life_expectation": 77,
"female_life_expectation": 80.4,
"male_life_expectation": 73.3
},
{
"country": "Uruguay",
"year": 2014,
"avg_life_expectation": 76.8,
"female_life_expectation": 80.3,
"male_life_expectation": 73.2
},
{
"country": "Uruguay",
"year": 2013,
"avg_life_expectation": 76.8,
"female_life_expectation": 80.2,
"male_life_expectation": 73.1
},
{
"country": "Uruguay",
"year": 2012,
"avg_life_expectation": 76.5,
"female_life_expectation": 80,
"male_life_expectation": 72.8
},
{
"country": "Uruguay",
"year": 2011,
"avg_life_expectation": 77,
"female_life_expectation": 80.5,
"male_life_expectation": 73.3
},
{
"country": "Uruguay",
"year": 2010,
"avg_life_expectation": 76.3,
"female_life_expectation": 79.7,
"male_life_expectation": 72.7
},
{
"country": "Uruguay",
"year": 2009,
"avg_life_expectation": 76.6,
"female_life_expectation": 80.1,
"male_life_expectation": 72.9
},
{
"country": "Uruguay",
"year": 2008,
"avg_life_expectation": 76.4,
"female_life_expectation": 79.6,
"male_life_expectation": 72.9
},
{
"country": "Uruguay",
"year": 2007,
"avg_life_expectation": 75.4,
"female_life_expectation": 78.8,
"male_life_expectation": 71.9
},
{
"country": "Uruguay",
"year": 2006,
"avg_life_expectation": 76.2,
"female_life_expectation": 79.7,
"male_life_expectation": 72.6
},
{
"country": "Uruguay",
"year": 2005,
"avg_life_expectation": 75.7,
"female_life_expectation": 79.1,
"male_life_expectation": 72.2
},
{
"country": "Uruguay",
"year": 2004,
"avg_life_expectation": 75.4,
"female_life_expectation": 79,
"male_life_expectation": 71.8
},
{
"country": "Uruguay",
"year": 2003,
"avg_life_expectation": 75.4,
"female_life_expectation": 79,
"male_life_expectation": 71.7
},
{
"country": "Uruguay",
"year": 2002,
"avg_life_expectation": 75.4,
"female_life_expectation": 79.1,
"male_life_expectation": 71.7
},
{
"country": "Uruguay",
"year": 2001,
"avg_life_expectation": 75.2,
"female_life_expectation": 78.8,
"male_life_expectation": 71.5
},
{
"country": "Uruguay",
"year": 2000,
"avg_life_expectation": 75.1,
"female_life_expectation": 78.9,
"male_life_expectation": 71.2
},
{
"country": "Uzbekistan",
"year": 2015,
"avg_life_expectation": 69.4,
"female_life_expectation": 72.7,
"male_life_expectation": 66.1
},
{
"country": "Uzbekistan",
"year": 2014,
"avg_life_expectation": 69.2,
"female_life_expectation": 72.6,
"male_life_expectation": 65.9
},
{
"country": "Uzbekistan",
"year": 2013,
"avg_life_expectation": 69.1,
"female_life_expectation": 72.4,
"male_life_expectation": 65.8
},
{
"country": "Uzbekistan",
"year": 2012,
"avg_life_expectation": 68.8,
"female_life_expectation": 72.1,
"male_life_expectation": 65.5
},
{
"country": "Uzbekistan",
"year": 2011,
"avg_life_expectation": 68.5,
"female_life_expectation": 71.8,
"male_life_expectation": 65.3
},
{
"country": "Uzbekistan",
"year": 2010,
"avg_life_expectation": 68.3,
"female_life_expectation": 71.6,
"male_life_expectation": 65
},
{
"country": "Uzbekistan",
"year": 2009,
"avg_life_expectation": 68,
"female_life_expectation": 71.3,
"male_life_expectation": 64.8
},
{
"country": "Uzbekistan",
"year": 2008,
"avg_life_expectation": 67.9,
"female_life_expectation": 71.2,
"male_life_expectation": 64.6
},
{
"country": "Uzbekistan",
"year": 2007,
"avg_life_expectation": 67.8,
"female_life_expectation": 71.1,
"male_life_expectation": 64.5
},
{
"country": "Uzbekistan",
"year": 2006,
"avg_life_expectation": 67.6,
"female_life_expectation": 70.9,
"male_life_expectation": 64.4
},
{
"country": "Uzbekistan",
"year": 2005,
"avg_life_expectation": 67.3,
"female_life_expectation": 70.7,
"male_life_expectation": 64
},
{
"country": "Uzbekistan",
"year": 2004,
"avg_life_expectation": 67.8,
"female_life_expectation": 71.1,
"male_life_expectation": 64.5
},
{
"country": "Uzbekistan",
"year": 2003,
"avg_life_expectation": 67.2,
"female_life_expectation": 70.4,
"male_life_expectation": 64.1
},
{
"country": "Uzbekistan",
"year": 2002,
"avg_life_expectation": 67.1,
"female_life_expectation": 70.3,
"male_life_expectation": 63.8
},
{
"country": "Uzbekistan",
"year": 2001,
"avg_life_expectation": 67.4,
"female_life_expectation": 70.7,
"male_life_expectation": 64.1
},
{
"country": "Uzbekistan",
"year": 2000,
"avg_life_expectation": 67.1,
"female_life_expectation": 70.4,
"male_life_expectation": 63.8
},
{
"country": "Vanuatu",
"year": 2015,
"avg_life_expectation": 72,
"female_life_expectation": 74,
"male_life_expectation": 70.1
},
{
"country": "Vanuatu",
"year": 2014,
"avg_life_expectation": 71.7,
"female_life_expectation": 73.7,
"male_life_expectation": 69.8
},
{
"country": "Vanuatu",
"year": 2013,
"avg_life_expectation": 71.6,
"female_life_expectation": 73.6,
"male_life_expectation": 69.8
},
{
"country": "Vanuatu",
"year": 2012,
"avg_life_expectation": 71.4,
"female_life_expectation": 73.4,
"male_life_expectation": 69.6
},
{
"country": "Vanuatu",
"year": 2011,
"avg_life_expectation": 71.2,
"female_life_expectation": 73.2,
"male_life_expectation": 69.5
},
{
"country": "Vanuatu",
"year": 2010,
"avg_life_expectation": 71,
"female_life_expectation": 72.9,
"male_life_expectation": 69.3
},
{
"country": "Vanuatu",
"year": 2009,
"avg_life_expectation": 70.8,
"female_life_expectation": 72.7,
"male_life_expectation": 69.1
},
{
"country": "Vanuatu",
"year": 2008,
"avg_life_expectation": 70.5,
"female_life_expectation": 72.5,
"male_life_expectation": 68.9
},
{
"country": "Vanuatu",
"year": 2007,
"avg_life_expectation": 70.3,
"female_life_expectation": 72.2,
"male_life_expectation": 68.7
},
{
"country": "Vanuatu",
"year": 2006,
"avg_life_expectation": 70.1,
"female_life_expectation": 72,
"male_life_expectation": 68.5
},
{
"country": "Vanuatu",
"year": 2005,
"avg_life_expectation": 69.9,
"female_life_expectation": 71.7,
"male_life_expectation": 68.3
},
{
"country": "Vanuatu",
"year": 2004,
"avg_life_expectation": 69.6,
"female_life_expectation": 71.5,
"male_life_expectation": 68.1
},
{
"country": "Vanuatu",
"year": 2003,
"avg_life_expectation": 69.4,
"female_life_expectation": 71.3,
"male_life_expectation": 67.9
},
{
"country": "Vanuatu",
"year": 2002,
"avg_life_expectation": 69.3,
"female_life_expectation": 71.1,
"male_life_expectation": 67.8
},
{
"country": "Vanuatu",
"year": 2001,
"avg_life_expectation": 69.1,
"female_life_expectation": 70.9,
"male_life_expectation": 67.6
},
{
"country": "Vanuatu",
"year": 2000,
"avg_life_expectation": 69,
"female_life_expectation": 70.7,
"male_life_expectation": 67.6
},
{
"country": "Venezuela (Bolivarian Republic of)",
"year": 2015,
"avg_life_expectation": 74.1,
"female_life_expectation": 78.5,
"male_life_expectation": 70
},
{
"country": "Venezuela (Bolivarian Republic of)",
"year": 2014,
"avg_life_expectation": 73.9,
"female_life_expectation": 78.3,
"male_life_expectation": 69.8
},
{
"country": "Venezuela (Bolivarian Republic of)",
"year": 2013,
"avg_life_expectation": 73.8,
"female_life_expectation": 78.2,
"male_life_expectation": 69.7
},
{
"country": "Venezuela (Bolivarian Republic of)",
"year": 2012,
"avg_life_expectation": 73.7,
"female_life_expectation": 78.3,
"male_life_expectation": 69.5
},
{
"country": "Venezuela (Bolivarian Republic of)",
"year": 2011,
"avg_life_expectation": 73.8,
"female_life_expectation": 77.9,
"male_life_expectation": 69.9
},
{
"country": "Venezuela (Bolivarian Republic of)",
"year": 2010,
"avg_life_expectation": 73.7,
"female_life_expectation": 77.8,
"male_life_expectation": 69.8
},
{
"country": "Venezuela (Bolivarian Republic of)",
"year": 2009,
"avg_life_expectation": 73.6,
"female_life_expectation": 78.1,
"male_life_expectation": 69.4
},
{
"country": "Venezuela (Bolivarian Republic of)",
"year": 2008,
"avg_life_expectation": 73.2,
"female_life_expectation": 77.7,
"male_life_expectation": 69
},
{
"country": "Venezuela (Bolivarian Republic of)",
"year": 2007,
"avg_life_expectation": 73.4,
"female_life_expectation": 77.8,
"male_life_expectation": 69.3
},
{
"country": "Venezuela (Bolivarian Republic of)",
"year": 2006,
"avg_life_expectation": 73.6,
"female_life_expectation": 77.8,
"male_life_expectation": 69.6
},
{
"country": "Venezuela (Bolivarian Republic of)",
"year": 2005,
"avg_life_expectation": 73.6,
"female_life_expectation": 77.7,
"male_life_expectation": 69.8
},
{
"country": "Venezuela (Bolivarian Republic of)",
"year": 2004,
"avg_life_expectation": 73.3,
"female_life_expectation": 77.6,
"male_life_expectation": 69.4
},
{
"country": "Venezuela (Bolivarian Republic of)",
"year": 2003,
"avg_life_expectation": 72.4,
"female_life_expectation": 76.9,
"male_life_expectation": 68.3
},
{
"country": "Venezuela (Bolivarian Republic of)",
"year": 2002,
"avg_life_expectation": 73.1,
"female_life_expectation": 77.3,
"male_life_expectation": 69.3
},
{
"country": "Venezuela (Bolivarian Republic of)",
"year": 2001,
"avg_life_expectation": 72.5,
"female_life_expectation": 76.9,
"male_life_expectation": 68.5
},
{
"country": "Venezuela (Bolivarian Republic of)",
"year": 2000,
"avg_life_expectation": 72.5,
"female_life_expectation": 77.1,
"male_life_expectation": 68.4
},
{
"country": "Viet Nam",
"year": 2015,
"avg_life_expectation": 76,
"female_life_expectation": 80.7,
"male_life_expectation": 71.3
},
{
"country": "Viet Nam",
"year": 2014,
"avg_life_expectation": 75.9,
"female_life_expectation": 80.5,
"male_life_expectation": 71.1
},
{
"country": "Viet Nam",
"year": 2013,
"avg_life_expectation": 75.7,
"female_life_expectation": 80.4,
"male_life_expectation": 70.9
},
{
"country": "Viet Nam",
"year": 2012,
"avg_life_expectation": 75.6,
"female_life_expectation": 80.3,
"male_life_expectation": 70.7
},
{
"country": "Viet Nam",
"year": 2011,
"avg_life_expectation": 75.4,
"female_life_expectation": 80.2,
"male_life_expectation": 70.5
},
{
"country": "Viet Nam",
"year": 2010,
"avg_life_expectation": 75.2,
"female_life_expectation": 80.1,
"male_life_expectation": 70.3
},
{
"country": "Viet Nam",
"year": 2009,
"avg_life_expectation": 75,
"female_life_expectation": 80,
"male_life_expectation": 70.1
},
{
"country": "Viet Nam",
"year": 2008,
"avg_life_expectation": 74.9,
"female_life_expectation": 79.8,
"male_life_expectation": 69.9
},
{
"country": "Viet Nam",
"year": 2007,
"avg_life_expectation": 74.7,
"female_life_expectation": 79.7,
"male_life_expectation": 69.7
},
{
"country": "Viet Nam",
"year": 2006,
"avg_life_expectation": 74.6,
"female_life_expectation": 79.5,
"male_life_expectation": 69.6
},
{
"country": "Viet Nam",
"year": 2005,
"avg_life_expectation": 74.4,
"female_life_expectation": 79.3,
"male_life_expectation": 69.4
},
{
"country": "Viet Nam",
"year": 2004,
"avg_life_expectation": 74.2,
"female_life_expectation": 79.1,
"male_life_expectation": 69.3
},
{
"country": "Viet Nam",
"year": 2003,
"avg_life_expectation": 74,
"female_life_expectation": 78.9,
"male_life_expectation": 69.1
},
{
"country": "Viet Nam",
"year": 2002,
"avg_life_expectation": 73.8,
"female_life_expectation": 78.7,
"male_life_expectation": 69
},
{
"country": "Viet Nam",
"year": 2001,
"avg_life_expectation": 73.6,
"female_life_expectation": 78.5,
"male_life_expectation": 68.7
},
{
"country": "Viet Nam",
"year": 2000,
"avg_life_expectation": 73.4,
"female_life_expectation": 78.2,
"male_life_expectation": 68.5
},
{
"country": "Yemen",
"year": 2015,
"avg_life_expectation": 65.7,
"female_life_expectation": 67.2,
"male_life_expectation": 64.3
},
{
"country": "Yemen",
"year": 2014,
"avg_life_expectation": 65.4,
"female_life_expectation": 66.9,
"male_life_expectation": 63.9
},
{
"country": "Yemen",
"year": 2013,
"avg_life_expectation": 65.4,
"female_life_expectation": 66.8,
"male_life_expectation": 64
},
{
"country": "Yemen",
"year": 2012,
"avg_life_expectation": 64.7,
"female_life_expectation": 66.3,
"male_life_expectation": 63.2
},
{
"country": "Yemen",
"year": 2011,
"avg_life_expectation": 64.6,
"female_life_expectation": 66.1,
"male_life_expectation": 63.2
},
{
"country": "Yemen",
"year": 2010,
"avg_life_expectation": 64.4,
"female_life_expectation": 65.8,
"male_life_expectation": 63.1
},
{
"country": "Yemen",
"year": 2009,
"avg_life_expectation": 64.1,
"female_life_expectation": 65.5,
"male_life_expectation": 62.8
},
{
"country": "Yemen",
"year": 2008,
"avg_life_expectation": 63.8,
"female_life_expectation": 65.1,
"male_life_expectation": 62.5
},
{
"country": "Yemen",
"year": 2007,
"avg_life_expectation": 63.4,
"female_life_expectation": 64.8,
"male_life_expectation": 62.1
},
{
"country": "Yemen",
"year": 2006,
"avg_life_expectation": 63,
"female_life_expectation": 64.4,
"male_life_expectation": 61.7
},
{
"country": "Yemen",
"year": 2005,
"avg_life_expectation": 62.6,
"female_life_expectation": 64.1,
"male_life_expectation": 61.3
},
{
"country": "Yemen",
"year": 2004,
"avg_life_expectation": 62.2,
"female_life_expectation": 63.7,
"male_life_expectation": 60.9
},
{
"country": "Yemen",
"year": 2003,
"avg_life_expectation": 61.9,
"female_life_expectation": 63.3,
"male_life_expectation": 60.5
},
{
"country": "Yemen",
"year": 2002,
"avg_life_expectation": 61.5,
"female_life_expectation": 62.9,
"male_life_expectation": 60.2
},
{
"country": "Yemen",
"year": 2001,
"avg_life_expectation": 61.1,
"female_life_expectation": 62.6,
"male_life_expectation": 59.8
},
{
"country": "Yemen",
"year": 2000,
"avg_life_expectation": 60.8,
"female_life_expectation": 62.2,
"male_life_expectation": 59.5
},
{
"country": "Zambia",
"year": 2015,
"avg_life_expectation": 61.8,
"female_life_expectation": 64.7,
"male_life_expectation": 59
},
{
"country": "Zambia",
"year": 2014,
"avg_life_expectation": 61.1,
"female_life_expectation": 64,
"male_life_expectation": 58.5
},
{
"country": "Zambia",
"year": 2013,
"avg_life_expectation": 60.3,
"female_life_expectation": 62.7,
"male_life_expectation": 58
},
{
"country": "Zambia",
"year": 2012,
"avg_life_expectation": 59.2,
"female_life_expectation": 61.6,
"male_life_expectation": 57
},
{
"country": "Zambia",
"year": 2011,
"avg_life_expectation": 58.2,
"female_life_expectation": 60.4,
"male_life_expectation": 56.1
},
{
"country": "Zambia",
"year": 2010,
"avg_life_expectation": 58,
"female_life_expectation": 60,
"male_life_expectation": 56.1
},
{
"country": "Zambia",
"year": 2009,
"avg_life_expectation": 57.4,
"female_life_expectation": 59.5,
"male_life_expectation": 55.4
},
{
"country": "Zambia",
"year": 2008,
"avg_life_expectation": 55.7,
"female_life_expectation": 57.8,
"male_life_expectation": 53.6
},
{
"country": "Zambia",
"year": 2007,
"avg_life_expectation": 52.6,
"female_life_expectation": 54.4,
"male_life_expectation": 50.7
},
{
"country": "Zambia",
"year": 2006,
"avg_life_expectation": 50.8,
"female_life_expectation": 52.5,
"male_life_expectation": 49.1
},
{
"country": "Zambia",
"year": 2005,
"avg_life_expectation": 49.3,
"female_life_expectation": 51,
"male_life_expectation": 47.6
},
{
"country": "Zambia",
"year": 2004,
"avg_life_expectation": 47.9,
"female_life_expectation": 49.6,
"male_life_expectation": 46.3
},
{
"country": "Zambia",
"year": 2003,
"avg_life_expectation": 46.4,
"female_life_expectation": 48,
"male_life_expectation": 44.8
},
{
"country": "Zambia",
"year": 2002,
"avg_life_expectation": 45.5,
"female_life_expectation": 47.1,
"male_life_expectation": 43.9
},
{
"country": "Zambia",
"year": 2001,
"avg_life_expectation": 44.6,
"female_life_expectation": 46.3,
"male_life_expectation": 43
},
{
"country": "Zambia",
"year": 2000,
"avg_life_expectation": 43.8,
"female_life_expectation": 45.6,
"male_life_expectation": 42.1
},
{
"country": "Zimbabwe",
"year": 2015,
"avg_life_expectation": 60.7,
"female_life_expectation": 62.3,
"male_life_expectation": 59
},
{
"country": "Zimbabwe",
"year": 2014,
"avg_life_expectation": 59.2,
"female_life_expectation": 60.9,
"male_life_expectation": 57.5
},
{
"country": "Zimbabwe",
"year": 2013,
"avg_life_expectation": 58,
"female_life_expectation": 59.6,
"male_life_expectation": 56.4
},
{
"country": "Zimbabwe",
"year": 2012,
"avg_life_expectation": 56.6,
"female_life_expectation": 58.1,
"male_life_expectation": 55.2
},
{
"country": "Zimbabwe",
"year": 2011,
"avg_life_expectation": 54.9,
"female_life_expectation": 56.3,
"male_life_expectation": 53.5
},
{
"country": "Zimbabwe",
"year": 2010,
"avg_life_expectation": 52.4,
"female_life_expectation": 53.5,
"male_life_expectation": 51.4
},
{
"country": "Zimbabwe",
"year": 2009,
"avg_life_expectation": 50,
"female_life_expectation": 50.8,
"male_life_expectation": 49.2
},
{
"country": "Zimbabwe",
"year": 2008,
"avg_life_expectation": 48.2,
"female_life_expectation": 48.5,
"male_life_expectation": 47.9
},
{
"country": "Zimbabwe",
"year": 2007,
"avg_life_expectation": 46.6,
"female_life_expectation": 46.2,
"male_life_expectation": 47.1
},
{
"country": "Zimbabwe",
"year": 2006,
"avg_life_expectation": 45.4,
"female_life_expectation": 44.9,
"male_life_expectation": 45.9
},
{
"country": "Zimbabwe",
"year": 2005,
"avg_life_expectation": 44.6,
"female_life_expectation": 44.1,
"male_life_expectation": 45.1
},
{
"country": "Zimbabwe",
"year": 2004,
"avg_life_expectation": 44.3,
"female_life_expectation": 43.8,
"male_life_expectation": 44.8
},
{
"country": "Zimbabwe",
"year": 2003,
"avg_life_expectation": 44.5,
"female_life_expectation": 44.1,
"male_life_expectation": 44.9
},
{
"country": "Zimbabwe",
"year": 2002,
"avg_life_expectation": 44.8,
"female_life_expectation": 44.5,
"male_life_expectation": 45.1
},
{
"country": "Zimbabwe",
"year": 2001,
"avg_life_expectation": 45.3,
"female_life_expectation": 45.2,
"male_life_expectation": 45.5
},
{
"country": "Zimbabwe",
"year": 2000,
"avg_life_expectation": 46,
"female_life_expectation": 46,
"male_life_expectation": 46
}
];
<html>
<head>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script type="text/javascript" src="data.js"></script>
<style type="text/css">
body{
padding:24px;
}
h1{
font-family:'Courier New';
font-weight: 900;
}
</style>
</head>
<body>
<h1>LIFE EXPECTANCY AT BIRTH<h1>
<h1>2015</h1>
<div id="chart_div"></div>
<script>
var height = 1500;
google.charts.load('current', {packages: ['corechart', 'bar']});
google.charts.setOnLoadCallback(drawAxisTickColors);
function drawAxisTickColors() {
var data_prepared = [
['Country', 'Average years']
];
var data_filtered = raw_data.filter(i => i.year == 2015);
var data_sorted = data_filtered.sort((x, y) => y.avg_life_expectation - x.avg_life_expectation);
for(var i = 0; i < data_sorted.length; i++){
data_prepared.push([data_sorted[i].country,
data_sorted[i].avg_life_expectation])
}
var data = google.visualization.arrayToDataTable(data_prepared);
var options = {
titlePosition: 'none',
colors: ['#b0120a', '#ffab91'],
height:height,
chartArea:{left:300,top:0, width:400,height:'100%'},
colors:['#f7ccc4'],
fontSize: 6,
fontName: 'Courier',
legend: 'none',
hAxis: {
minValue: 0,
maxValue: 100,
baseline: 3,
baselineColor: 'transparent',
gridlines: {color: 'white', count: 8},
ticks: [0, 20, 40, 60, 80]
},
vAxis: {
title: '',
baseline: 0
},
};
var chart = new google.visualization.BarChart(document.getElementById('chart_div'));
chart.draw(data, options);
for(var i = 0; i < options.hAxis.gridlines.count; i++){
var newImg = document.createElement('div');
newImg.style.position = 'absolute';
newImg.style.left = options.chartArea.left + 38 + (i * 400 / options.hAxis.gridlines.count);
newImg.style.top = 75;
newImg.style.height = height + 300;
newImg.style.width = 1;
newImg.style.backgroundColor = 'white';
document.body.append(newImg);
}
}
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment