Created
September 17, 2014 19:20
-
-
Save patilv/a0311c4a4d8719d487f9 to your computer and use it in GitHub Desktop.
femaleslessmales
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype HTML> | |
<meta charset = 'utf-8'> | |
<html> | |
<head> | |
<script src='http://d3js.org/d3.v3.min.js' type='text/javascript'></script> | |
<script src='http://d3js.org/topojson.v1.min.js' type='text/javascript'></script> | |
<script src='http://datamaps.github.io/scripts/datamaps.all.min.js' type='text/javascript'></script> | |
<script src='http://cdnjs.cloudflare.com/ajax/libs/handlebars.js/1.0.0/handlebars.min.js' type='text/javascript'></script> | |
<script src='http://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.1/angular.min.js' type='text/javascript'></script> | |
<style> | |
.rChart { | |
display: block; | |
margin-left: auto; | |
margin-right: auto; | |
width: 800px; | |
height: 400px; | |
} | |
</style> | |
</head> | |
<body ng-app ng-controller='rChartsCtrl'> | |
<div class='container'> | |
<button ng-click='animateMap()'>Play</button> | |
<span ng-bind='year'></span> | |
<div id='chart22ec2fff119' class='rChart datamaps'></div> | |
</div> | |
<script> | |
function rChartsCtrl($scope, $timeout){ | |
$scope.year = 1990; | |
$scope.animateMap = function(){ | |
if ($scope.year > 2013){ | |
return; | |
} | |
mapchart22ec2fff119.updateChoropleth(chartParams.newData[$scope.year]); | |
$scope.year += 1 | |
$timeout($scope.animateMap, 1000) | |
} | |
} | |
</script> | |
<script id='popup-template' type='text/x-handlebars-template'> | |
</script> | |
<script> | |
var chartParams = { | |
"dom": "chart22ec2fff119", | |
"width": 800, | |
"height": 400, | |
"scope": "world", | |
"fills": { | |
"(-31.7,-11.7]": "#A6CEE3", | |
"(-11.7,-6.96]": "#1F78B4", | |
"(-6.96,-3.8]": "#B2DF8A", | |
"(-3.8,-1.72]": "#33A02C", | |
"(-1.72,-0.2]": "#FB9A99", | |
"(1,9.5]": "#E31A1C" | |
}, | |
"legend": true, | |
"labels": false, | |
"bodyattrs": "ng-app ng-controller='rChartsCtrl'", | |
"newData": { | |
"1990": { | |
"NA": { | |
"iso2c": "1A", | |
"country": "Arab World", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 75.665, | |
"SH.DYN.MORT.MA": 82.869, | |
"femaleslessmales": -7.2036, | |
"iso3c": null, | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NA": { | |
"iso2c": "1W", | |
"country": "World", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 87.7, | |
"SH.DYN.MORT.MA": 92.5, | |
"femaleslessmales": -4.8, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "4E", | |
"country": "East Asia & Pacific (developing only)", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 55.6, | |
"SH.DYN.MORT.MA": 62.2, | |
"femaleslessmales": -6.6, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "7E", | |
"country": "Europe & Central Asia (developing only)", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 50.8, | |
"SH.DYN.MORT.MA": 60.3, | |
"femaleslessmales": -9.5, | |
"iso3c": null, | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"AND": { | |
"iso2c": "AD", | |
"country": "Andorra", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 7.6, | |
"SH.DYN.MORT.MA": 9.3, | |
"femaleslessmales": -1.7, | |
"iso3c": "AND", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"ARE": { | |
"iso2c": "AE", | |
"country": "United Arab Emirates", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 14.5, | |
"SH.DYN.MORT.MA": 18.4, | |
"femaleslessmales": -3.9, | |
"iso3c": "ARE", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"AFG": { | |
"iso2c": "AF", | |
"country": "Afghanistan", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 174.2, | |
"SH.DYN.MORT.MA": 183.6, | |
"femaleslessmales": -9.4, | |
"iso3c": "AFG", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"ATG": { | |
"iso2c": "AG", | |
"country": "Antigua and Barbuda", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 22.6, | |
"SH.DYN.MORT.MA": 28.3, | |
"femaleslessmales": -5.7, | |
"iso3c": "ATG", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"ALB": { | |
"iso2c": "AL", | |
"country": "Albania", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 36.5, | |
"SH.DYN.MORT.MA": 44.3, | |
"femaleslessmales": -7.8, | |
"iso3c": "ALB", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"ARM": { | |
"iso2c": "AM", | |
"country": "Armenia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 44.7, | |
"SH.DYN.MORT.MA": 54.4, | |
"femaleslessmales": -9.7, | |
"iso3c": "ARM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"AGO": { | |
"iso2c": "AO", | |
"country": "Angola", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 215, | |
"SH.DYN.MORT.MA": 236, | |
"femaleslessmales": -21, | |
"iso3c": "AGO", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"ARG": { | |
"iso2c": "AR", | |
"country": "Argentina", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 24.5, | |
"SH.DYN.MORT.MA": 30.5, | |
"femaleslessmales": -6, | |
"iso3c": "ARG", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"AUT": { | |
"iso2c": "AT", | |
"country": "Austria", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 8.4, | |
"SH.DYN.MORT.MA": 10.5, | |
"femaleslessmales": -2.1, | |
"iso3c": "AUT", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"AUS": { | |
"iso2c": "AU", | |
"country": "Australia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 8, | |
"SH.DYN.MORT.MA": 10.2, | |
"femaleslessmales": -2.2, | |
"iso3c": "AUS", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"AZE": { | |
"iso2c": "AZ", | |
"country": "Azerbaijan", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 86.3, | |
"SH.DYN.MORT.MA": 102.4, | |
"femaleslessmales": -16.1, | |
"iso3c": "AZE", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "B8", | |
"country": "Central Europe and the Baltics", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 19.203, | |
"SH.DYN.MORT.MA": 24.229, | |
"femaleslessmales": -5.0259, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"BIH": { | |
"iso2c": "BA", | |
"country": "Bosnia and Herzegovina", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 16.2, | |
"SH.DYN.MORT.MA": 20.3, | |
"femaleslessmales": -4.1, | |
"iso3c": "BIH", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"BRB": { | |
"iso2c": "BB", | |
"country": "Barbados", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 16.3, | |
"SH.DYN.MORT.MA": 19.8, | |
"femaleslessmales": -3.5, | |
"iso3c": "BRB", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"BGD": { | |
"iso2c": "BD", | |
"country": "Bangladesh", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 140.7, | |
"SH.DYN.MORT.MA": 146.4, | |
"femaleslessmales": -5.7, | |
"iso3c": "BGD", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"BEL": { | |
"iso2c": "BE", | |
"country": "Belgium", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 8.6, | |
"SH.DYN.MORT.MA": 11.3, | |
"femaleslessmales": -2.7, | |
"iso3c": "BEL", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"BFA": { | |
"iso2c": "BF", | |
"country": "Burkina Faso", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 194.1, | |
"SH.DYN.MORT.MA": 209.9, | |
"femaleslessmales": -15.8, | |
"iso3c": "BFA", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"BGR": { | |
"iso2c": "BG", | |
"country": "Bulgaria", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 19.4, | |
"SH.DYN.MORT.MA": 24.6, | |
"femaleslessmales": -5.2, | |
"iso3c": "BGR", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"BHR": { | |
"iso2c": "BH", | |
"country": "Bahrain", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 22.1, | |
"SH.DYN.MORT.MA": 23.7, | |
"femaleslessmales": -1.6, | |
"iso3c": "BHR", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"BDI": { | |
"iso2c": "BI", | |
"country": "Burundi", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 160.7, | |
"SH.DYN.MORT.MA": 180.6, | |
"femaleslessmales": -19.9, | |
"iso3c": "BDI", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"BEN": { | |
"iso2c": "BJ", | |
"country": "Benin", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 172.2, | |
"SH.DYN.MORT.MA": 186.2, | |
"femaleslessmales": -14, | |
"iso3c": "BEN", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"BRN": { | |
"iso2c": "BN", | |
"country": "Brunei Darussalam", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 11.2, | |
"SH.DYN.MORT.MA": 13.3, | |
"femaleslessmales": -2.1, | |
"iso3c": "BRN", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"BOL": { | |
"iso2c": "BO", | |
"country": "Bolivia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 116.2, | |
"SH.DYN.MORT.MA": 128.9, | |
"femaleslessmales": -12.7, | |
"iso3c": "BOL", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"BRA": { | |
"iso2c": "BR", | |
"country": "Brazil", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 55.4, | |
"SH.DYN.MORT.MA": 67.4, | |
"femaleslessmales": -12, | |
"iso3c": "BRA", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"BHS": { | |
"iso2c": "BS", | |
"country": "Bahamas, The", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 21.7, | |
"SH.DYN.MORT.MA": 25.2, | |
"femaleslessmales": -3.5, | |
"iso3c": "BHS", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"BTN": { | |
"iso2c": "BT", | |
"country": "Bhutan", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 127.2, | |
"SH.DYN.MORT.MA": 139.7, | |
"femaleslessmales": -12.5, | |
"iso3c": "BTN", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"BWA": { | |
"iso2c": "BW", | |
"country": "Botswana", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 45.1, | |
"SH.DYN.MORT.MA": 53.6, | |
"femaleslessmales": -8.5, | |
"iso3c": "BWA", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"BLR": { | |
"iso2c": "BY", | |
"country": "Belarus", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 14.1, | |
"SH.DYN.MORT.MA": 19, | |
"femaleslessmales": -4.9, | |
"iso3c": "BLR", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"BLZ": { | |
"iso2c": "BZ", | |
"country": "Belize", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 35.3, | |
"SH.DYN.MORT.MA": 43.6, | |
"femaleslessmales": -8.3, | |
"iso3c": "BLZ", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"CAN": { | |
"iso2c": "CA", | |
"country": "Canada", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 7.3, | |
"SH.DYN.MORT.MA": 9.1, | |
"femaleslessmales": -1.8, | |
"iso3c": "CAN", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"COD": { | |
"iso2c": "CD", | |
"country": "Congo, Dem. Rep.", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 167.5, | |
"SH.DYN.MORT.MA": 184, | |
"femaleslessmales": -16.5, | |
"iso3c": "COD", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"CAF": { | |
"iso2c": "CF", | |
"country": "Central African Republic", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 169.5, | |
"SH.DYN.MORT.MA": 184, | |
"femaleslessmales": -14.5, | |
"iso3c": "CAF", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"COG": { | |
"iso2c": "CG", | |
"country": "Congo, Rep.", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 86.5, | |
"SH.DYN.MORT.MA": 97.6, | |
"femaleslessmales": -11.1, | |
"iso3c": "COG", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"CHE": { | |
"iso2c": "CH", | |
"country": "Switzerland", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 7.2, | |
"SH.DYN.MORT.MA": 9.1, | |
"femaleslessmales": -1.9, | |
"iso3c": "CHE", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"CIV": { | |
"iso2c": "CI", | |
"country": "Cote d'Ivoire", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 139.3, | |
"SH.DYN.MORT.MA": 163.2, | |
"femaleslessmales": -23.9, | |
"iso3c": "CIV", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"CHL": { | |
"iso2c": "CL", | |
"country": "Chile", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 17.2, | |
"SH.DYN.MORT.MA": 21, | |
"femaleslessmales": -3.8, | |
"iso3c": "CHL", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"CMR": { | |
"iso2c": "CM", | |
"country": "Cameroon", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 128.2, | |
"SH.DYN.MORT.MA": 144.1, | |
"femaleslessmales": -15.9, | |
"iso3c": "CMR", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"CHN": { | |
"iso2c": "CN", | |
"country": "China", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 51.6, | |
"SH.DYN.MORT.MA": 56.2, | |
"femaleslessmales": -4.6, | |
"iso3c": "CHN", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"COL": { | |
"iso2c": "CO", | |
"country": "Colombia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 31.1, | |
"SH.DYN.MORT.MA": 39.1, | |
"femaleslessmales": -8, | |
"iso3c": "COL", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"CRI": { | |
"iso2c": "CR", | |
"country": "Costa Rica", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 15, | |
"SH.DYN.MORT.MA": 18.8, | |
"femaleslessmales": -3.8, | |
"iso3c": "CRI", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"CUB": { | |
"iso2c": "CU", | |
"country": "Cuba", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 11.5, | |
"SH.DYN.MORT.MA": 15, | |
"femaleslessmales": -3.5, | |
"iso3c": "CUB", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"CPV": { | |
"iso2c": "CV", | |
"country": "Cabo Verde", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 58.4, | |
"SH.DYN.MORT.MA": 67.4, | |
"femaleslessmales": -9, | |
"iso3c": "CPV", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"CYP": { | |
"iso2c": "CY", | |
"country": "Cyprus", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 10, | |
"SH.DYN.MORT.MA": 12.2, | |
"femaleslessmales": -2.2, | |
"iso3c": "CYP", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"CZE": { | |
"iso2c": "CZ", | |
"country": "Czech Republic", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 12.6, | |
"SH.DYN.MORT.MA": 16.5, | |
"femaleslessmales": -3.9, | |
"iso3c": "CZE", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"DEU": { | |
"iso2c": "DE", | |
"country": "Germany", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 7.4, | |
"SH.DYN.MORT.MA": 9.6, | |
"femaleslessmales": -2.2, | |
"iso3c": "DEU", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"DJI": { | |
"iso2c": "DJ", | |
"country": "Djibouti", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 109.5, | |
"SH.DYN.MORT.MA": 127.2, | |
"femaleslessmales": -17.7, | |
"iso3c": "DJI", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"DNK": { | |
"iso2c": "DK", | |
"country": "Denmark", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 7.8, | |
"SH.DYN.MORT.MA": 10, | |
"femaleslessmales": -2.2, | |
"iso3c": "DNK", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"DMA": { | |
"iso2c": "DM", | |
"country": "Dominica", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 15.8, | |
"SH.DYN.MORT.MA": 18.6, | |
"femaleslessmales": -2.8, | |
"iso3c": "DMA", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"DOM": { | |
"iso2c": "DO", | |
"country": "Dominican Republic", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 55, | |
"SH.DYN.MORT.MA": 64.1, | |
"femaleslessmales": -9.1, | |
"iso3c": "DOM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"DZA": { | |
"iso2c": "DZ", | |
"country": "Algeria", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 42.8, | |
"SH.DYN.MORT.MA": 51.1, | |
"femaleslessmales": -8.3, | |
"iso3c": "DZA", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"ECU": { | |
"iso2c": "EC", | |
"country": "Ecuador", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 51.5, | |
"SH.DYN.MORT.MA": 62, | |
"femaleslessmales": -10.5, | |
"iso3c": "ECU", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"EST": { | |
"iso2c": "EE", | |
"country": "Estonia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 17.5, | |
"SH.DYN.MORT.MA": 22.8, | |
"femaleslessmales": -5.3, | |
"iso3c": "EST", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"EGY": { | |
"iso2c": "EG", | |
"country": "Egypt, Arab Rep.", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 84.9, | |
"SH.DYN.MORT.MA": 85.1, | |
"femaleslessmales": -0.2, | |
"iso3c": "EGY", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"ERI": { | |
"iso2c": "ER", | |
"country": "Eritrea", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 139.1, | |
"SH.DYN.MORT.MA": 161.4, | |
"femaleslessmales": -22.3, | |
"iso3c": "ERI", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"ESP": { | |
"iso2c": "ES", | |
"country": "Spain", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 9.9, | |
"SH.DYN.MORT.MA": 12.1, | |
"femaleslessmales": -2.2, | |
"iso3c": "ESP", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"ETH": { | |
"iso2c": "ET", | |
"country": "Ethiopia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 191.4, | |
"SH.DYN.MORT.MA": 217.9, | |
"femaleslessmales": -26.5, | |
"iso3c": "ETH", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "EU", | |
"country": "European Union", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 11.11, | |
"SH.DYN.MORT.MA": 14.09, | |
"femaleslessmales": -2.9799, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "F1", | |
"country": "Fragile and conflict affected situations", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 137.29, | |
"SH.DYN.MORT.MA": 152.28, | |
"femaleslessmales": -14.986, | |
"iso3c": null, | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"FIN": { | |
"iso2c": "FI", | |
"country": "Finland", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 6, | |
"SH.DYN.MORT.MA": 7.4, | |
"femaleslessmales": -1.4, | |
"iso3c": "FIN", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"FJI": { | |
"iso2c": "FJ", | |
"country": "Fiji", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 26.7, | |
"SH.DYN.MORT.MA": 33, | |
"femaleslessmales": -6.3, | |
"iso3c": "FJI", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"FSM": { | |
"iso2c": "FM", | |
"country": "Micronesia, Fed. Sts.", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 50.7, | |
"SH.DYN.MORT.MA": 59.9, | |
"femaleslessmales": -9.2, | |
"iso3c": "FSM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"FRA": { | |
"iso2c": "FR", | |
"country": "France", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 7.7, | |
"SH.DYN.MORT.MA": 10.2, | |
"femaleslessmales": -2.5, | |
"iso3c": "FRA", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"GAB": { | |
"iso2c": "GA", | |
"country": "Gabon", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 85.7, | |
"SH.DYN.MORT.MA": 99.3, | |
"femaleslessmales": -13.6, | |
"iso3c": "GAB", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"GBR": { | |
"iso2c": "GB", | |
"country": "United Kingdom", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 8.1, | |
"SH.DYN.MORT.MA": 10.5, | |
"femaleslessmales": -2.4, | |
"iso3c": "GBR", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"GRD": { | |
"iso2c": "GD", | |
"country": "Grenada", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 20.3, | |
"SH.DYN.MORT.MA": 24, | |
"femaleslessmales": -3.7, | |
"iso3c": "GRD", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"GEO": { | |
"iso2c": "GE", | |
"country": "Georgia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 41.7, | |
"SH.DYN.MORT.MA": 52.6, | |
"femaleslessmales": -10.9, | |
"iso3c": "GEO", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"GHA": { | |
"iso2c": "GH", | |
"country": "Ghana", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 120.5, | |
"SH.DYN.MORT.MA": 135.5, | |
"femaleslessmales": -15, | |
"iso3c": "GHA", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"GMB": { | |
"iso2c": "GM", | |
"country": "Gambia, The", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 162.2, | |
"SH.DYN.MORT.MA": 176.9, | |
"femaleslessmales": -14.7, | |
"iso3c": "GMB", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"GIN": { | |
"iso2c": "GN", | |
"country": "Guinea", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 229.2, | |
"SH.DYN.MORT.MA": 245.6, | |
"femaleslessmales": -16.4, | |
"iso3c": "GIN", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"GNQ": { | |
"iso2c": "GQ", | |
"country": "Equatorial Guinea", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 174.9, | |
"SH.DYN.MORT.MA": 192.4, | |
"femaleslessmales": -17.5, | |
"iso3c": "GNQ", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"GRC": { | |
"iso2c": "GR", | |
"country": "Greece", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 11.5, | |
"SH.DYN.MORT.MA": 13.5, | |
"femaleslessmales": -2, | |
"iso3c": "GRC", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"GTM": { | |
"iso2c": "GT", | |
"country": "Guatemala", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 75.3, | |
"SH.DYN.MORT.MA": 85.6, | |
"femaleslessmales": -10.3, | |
"iso3c": "GTM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"GNB": { | |
"iso2c": "GW", | |
"country": "Guinea-Bissau", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 208.7, | |
"SH.DYN.MORT.MA": 240.1, | |
"femaleslessmales": -31.4, | |
"iso3c": "GNB", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"GUY": { | |
"iso2c": "GY", | |
"country": "Guyana", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 53.8, | |
"SH.DYN.MORT.MA": 68.1, | |
"femaleslessmales": -14.3, | |
"iso3c": "GUY", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"HND": { | |
"iso2c": "HN", | |
"country": "Honduras", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 53.9, | |
"SH.DYN.MORT.MA": 64, | |
"femaleslessmales": -10.1, | |
"iso3c": "HND", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"HRV": { | |
"iso2c": "HR", | |
"country": "Croatia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 11.2, | |
"SH.DYN.MORT.MA": 14.4, | |
"femaleslessmales": -3.2, | |
"iso3c": "HRV", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"HTI": { | |
"iso2c": "HT", | |
"country": "Haiti", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 135.6, | |
"SH.DYN.MORT.MA": 153.1, | |
"femaleslessmales": -17.5, | |
"iso3c": "HTI", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"HUN": { | |
"iso2c": "HU", | |
"country": "Hungary", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 16.9, | |
"SH.DYN.MORT.MA": 21.1, | |
"femaleslessmales": -4.2, | |
"iso3c": "HUN", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"IDN": { | |
"iso2c": "ID", | |
"country": "Indonesia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 77.4, | |
"SH.DYN.MORT.MA": 90.8, | |
"femaleslessmales": -13.4, | |
"iso3c": "IDN", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"IRL": { | |
"iso2c": "IE", | |
"country": "Ireland", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 8.2, | |
"SH.DYN.MORT.MA": 10.1, | |
"femaleslessmales": -1.9, | |
"iso3c": "IRL", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"ISR": { | |
"iso2c": "IL", | |
"country": "Israel", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 10.8, | |
"SH.DYN.MORT.MA": 12.3, | |
"femaleslessmales": -1.5, | |
"iso3c": "ISR", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"IRQ": { | |
"iso2c": "IQ", | |
"country": "Iraq", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 49.1, | |
"SH.DYN.MORT.MA": 57.4, | |
"femaleslessmales": -8.3, | |
"iso3c": "IRQ", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"IRN": { | |
"iso2c": "IR", | |
"country": "Iran, Islamic Rep.", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 55.9, | |
"SH.DYN.MORT.MA": 57.4, | |
"femaleslessmales": -1.5, | |
"iso3c": "IRN", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"ISL": { | |
"iso2c": "IS", | |
"country": "Iceland", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 5.8, | |
"SH.DYN.MORT.MA": 7, | |
"femaleslessmales": -1.2, | |
"iso3c": "ISL", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"ITA": { | |
"iso2c": "IT", | |
"country": "Italy", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 8.7, | |
"SH.DYN.MORT.MA": 10.6, | |
"femaleslessmales": -1.9, | |
"iso3c": "ITA", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"JAM": { | |
"iso2c": "JM", | |
"country": "Jamaica", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 26, | |
"SH.DYN.MORT.MA": 33.5, | |
"femaleslessmales": -7.5, | |
"iso3c": "JAM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"JOR": { | |
"iso2c": "JO", | |
"country": "Jordan", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 35.1, | |
"SH.DYN.MORT.MA": 38.1, | |
"femaleslessmales": -3, | |
"iso3c": "JOR", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"JPN": { | |
"iso2c": "JP", | |
"country": "Japan", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 5.7, | |
"SH.DYN.MORT.MA": 6.9, | |
"femaleslessmales": -1.2, | |
"iso3c": "JPN", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"KEN": { | |
"iso2c": "KE", | |
"country": "Kenya", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 93.2, | |
"SH.DYN.MORT.MA": 104, | |
"femaleslessmales": -10.8, | |
"iso3c": "KEN", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"KGZ": { | |
"iso2c": "KG", | |
"country": "Kyrgyz Republic", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 59.9, | |
"SH.DYN.MORT.MA": 71.2, | |
"femaleslessmales": -11.3, | |
"iso3c": "KGZ", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"KHM": { | |
"iso2c": "KH", | |
"country": "Cambodia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 109.5, | |
"SH.DYN.MORT.MA": 125.2, | |
"femaleslessmales": -15.7, | |
"iso3c": "KHM", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"KIR": { | |
"iso2c": "KI", | |
"country": "Kiribati", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 89.4, | |
"SH.DYN.MORT.MA": 101.2, | |
"femaleslessmales": -11.8, | |
"iso3c": "KIR", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"COM": { | |
"iso2c": "KM", | |
"country": "Comoros", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 117.7, | |
"SH.DYN.MORT.MA": 132.6, | |
"femaleslessmales": -14.9, | |
"iso3c": "COM", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"KNA": { | |
"iso2c": "KN", | |
"country": "St. Kitts and Nevis", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 25.6, | |
"SH.DYN.MORT.MA": 31.3, | |
"femaleslessmales": -5.7, | |
"iso3c": "KNA", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"PRK": { | |
"iso2c": "KP", | |
"country": "Korea, Dem. Rep.", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 39.3, | |
"SH.DYN.MORT.MA": 47.3, | |
"femaleslessmales": -8, | |
"iso3c": "PRK", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"KOR": { | |
"iso2c": "KR", | |
"country": "Korea, Rep.", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 6.9, | |
"SH.DYN.MORT.MA": 7.3, | |
"femaleslessmales": -0.4, | |
"iso3c": "KOR", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"KWT": { | |
"iso2c": "KW", | |
"country": "Kuwait", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 15.3, | |
"SH.DYN.MORT.MA": 18.1, | |
"femaleslessmales": -2.8, | |
"iso3c": "KWT", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"KAZ": { | |
"iso2c": "KZ", | |
"country": "Kazakhstan", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 45.8, | |
"SH.DYN.MORT.MA": 59, | |
"femaleslessmales": -13.2, | |
"iso3c": "KAZ", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"LAO": { | |
"iso2c": "LA", | |
"country": "Lao PDR", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 151.7, | |
"SH.DYN.MORT.MA": 171.9, | |
"femaleslessmales": -20.2, | |
"iso3c": "LAO", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"LBN": { | |
"iso2c": "LB", | |
"country": "Lebanon", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 30.8, | |
"SH.DYN.MORT.MA": 33.8, | |
"femaleslessmales": -3, | |
"iso3c": "LBN", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"LCA": { | |
"iso2c": "LC", | |
"country": "St. Lucia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 20, | |
"SH.DYN.MORT.MA": 25.1, | |
"femaleslessmales": -5.1, | |
"iso3c": "LCA", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"LKA": { | |
"iso2c": "LK", | |
"country": "Sri Lanka", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 19.4, | |
"SH.DYN.MORT.MA": 23.1, | |
"femaleslessmales": -3.7, | |
"iso3c": "LKA", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"LBR": { | |
"iso2c": "LR", | |
"country": "Liberia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 235.2, | |
"SH.DYN.MORT.MA": 260.1, | |
"femaleslessmales": -24.9, | |
"iso3c": "LBR", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"LSO": { | |
"iso2c": "LS", | |
"country": "Lesotho", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 79.4, | |
"SH.DYN.MORT.MA": 92.8, | |
"femaleslessmales": -13.4, | |
"iso3c": "LSO", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"LTU": { | |
"iso2c": "LT", | |
"country": "Lithuania", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 14.6, | |
"SH.DYN.MORT.MA": 18.4, | |
"femaleslessmales": -3.8, | |
"iso3c": "LTU", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"LUX": { | |
"iso2c": "LU", | |
"country": "Luxembourg", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 7.9, | |
"SH.DYN.MORT.MA": 9.6, | |
"femaleslessmales": -1.7, | |
"iso3c": "LUX", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"LVA": { | |
"iso2c": "LV", | |
"country": "Latvia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 17.8, | |
"SH.DYN.MORT.MA": 22.9, | |
"femaleslessmales": -5.1, | |
"iso3c": "LVA", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"LBY": { | |
"iso2c": "LY", | |
"country": "Libya", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 38.5, | |
"SH.DYN.MORT.MA": 46.2, | |
"femaleslessmales": -7.7, | |
"iso3c": "LBY", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"MAR": { | |
"iso2c": "MA", | |
"country": "Morocco", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 75.6, | |
"SH.DYN.MORT.MA": 85.5, | |
"femaleslessmales": -9.9, | |
"iso3c": "MAR", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"MCO": { | |
"iso2c": "MC", | |
"country": "Monaco", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 6.9, | |
"SH.DYN.MORT.MA": 8.6, | |
"femaleslessmales": -1.7, | |
"iso3c": "MCO", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"MDA": { | |
"iso2c": "MD", | |
"country": "Moldova", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 28.6, | |
"SH.DYN.MORT.MA": 35.7, | |
"femaleslessmales": -7.1, | |
"iso3c": "MDA", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"MNE": { | |
"iso2c": "ME", | |
"country": "Montenegro", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 15.6, | |
"SH.DYN.MORT.MA": 17.8, | |
"femaleslessmales": -2.2, | |
"iso3c": "MNE", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"MDG": { | |
"iso2c": "MG", | |
"country": "Madagascar", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 153.5, | |
"SH.DYN.MORT.MA": 168, | |
"femaleslessmales": -14.5, | |
"iso3c": "MDG", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"MHL": { | |
"iso2c": "MH", | |
"country": "Marshall Islands", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 44.9, | |
"SH.DYN.MORT.MA": 54.1, | |
"femaleslessmales": -9.2, | |
"iso3c": "MHL", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"MKD": { | |
"iso2c": "MK", | |
"country": "Macedonia, FYR", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 34.7, | |
"SH.DYN.MORT.MA": 38.3, | |
"femaleslessmales": -3.6, | |
"iso3c": "MKD", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"MLI": { | |
"iso2c": "ML", | |
"country": "Mali", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 244.7, | |
"SH.DYN.MORT.MA": 263.3, | |
"femaleslessmales": -18.6, | |
"iso3c": "MLI", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"MMR": { | |
"iso2c": "MM", | |
"country": "Myanmar", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 100.6, | |
"SH.DYN.MORT.MA": 116.2, | |
"femaleslessmales": -15.6, | |
"iso3c": "MMR", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"MNG": { | |
"iso2c": "MN", | |
"country": "Mongolia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 91.6, | |
"SH.DYN.MORT.MA": 123.3, | |
"femaleslessmales": -31.7, | |
"iso3c": "MNG", | |
"fillKey": null | |
}, | |
"MRT": { | |
"iso2c": "MR", | |
"country": "Mauritania", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 108.5, | |
"SH.DYN.MORT.MA": 126.6, | |
"femaleslessmales": -18.1, | |
"iso3c": "MRT", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"MLT": { | |
"iso2c": "MT", | |
"country": "Malta", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 10.2, | |
"SH.DYN.MORT.MA": 12.4, | |
"femaleslessmales": -2.2, | |
"iso3c": "MLT", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"MUS": { | |
"iso2c": "MU", | |
"country": "Mauritius", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 20.1, | |
"SH.DYN.MORT.MA": 25.9, | |
"femaleslessmales": -5.8, | |
"iso3c": "MUS", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"MDV": { | |
"iso2c": "MV", | |
"country": "Maldives", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 87.6, | |
"SH.DYN.MORT.MA": 99.1, | |
"femaleslessmales": -11.5, | |
"iso3c": "MDV", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"MWI": { | |
"iso2c": "MW", | |
"country": "Malawi", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 235, | |
"SH.DYN.MORT.MA": 255.1, | |
"femaleslessmales": -20.1, | |
"iso3c": "MWI", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"MEX": { | |
"iso2c": "MX", | |
"country": "Mexico", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 42.6, | |
"SH.DYN.MORT.MA": 50.2, | |
"femaleslessmales": -7.6, | |
"iso3c": "MEX", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"MYS": { | |
"iso2c": "MY", | |
"country": "Malaysia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 15, | |
"SH.DYN.MORT.MA": 18.2, | |
"femaleslessmales": -3.2, | |
"iso3c": "MYS", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"MOZ": { | |
"iso2c": "MZ", | |
"country": "Mozambique", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 227.5, | |
"SH.DYN.MORT.MA": 246.3, | |
"femaleslessmales": -18.8, | |
"iso3c": "MOZ", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NAM": { | |
"iso2c": "NA", | |
"country": "Namibia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 68.7, | |
"SH.DYN.MORT.MA": 78.3, | |
"femaleslessmales": -9.6, | |
"iso3c": "NAM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NER": { | |
"iso2c": "NE", | |
"country": "Niger", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 322.8, | |
"SH.DYN.MORT.MA": 331.6, | |
"femaleslessmales": -8.8, | |
"iso3c": "NER", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NGA": { | |
"iso2c": "NG", | |
"country": "Nigeria", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 202.2, | |
"SH.DYN.MORT.MA": 223.7, | |
"femaleslessmales": -21.5, | |
"iso3c": "NGA", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NIC": { | |
"iso2c": "NI", | |
"country": "Nicaragua", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 61.2, | |
"SH.DYN.MORT.MA": 72, | |
"femaleslessmales": -10.8, | |
"iso3c": "NIC", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NLD": { | |
"iso2c": "NL", | |
"country": "Netherlands", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 7.2, | |
"SH.DYN.MORT.MA": 9.4, | |
"femaleslessmales": -2.2, | |
"iso3c": "NLD", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NOR": { | |
"iso2c": "NO", | |
"country": "Norway", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 7.6, | |
"SH.DYN.MORT.MA": 9.7, | |
"femaleslessmales": -2.1, | |
"iso3c": "NOR", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NPL": { | |
"iso2c": "NP", | |
"country": "Nepal", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 141.6, | |
"SH.DYN.MORT.MA": 143, | |
"femaleslessmales": -1.4, | |
"iso3c": "NPL", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"NZL": { | |
"iso2c": "NZ", | |
"country": "New Zealand", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 9.8, | |
"SH.DYN.MORT.MA": 12.5, | |
"femaleslessmales": -2.7, | |
"iso3c": "NZL", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "OE", | |
"country": "OECD members", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 19.525, | |
"SH.DYN.MORT.MA": 23.041, | |
"femaleslessmales": -3.5158, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"OMN": { | |
"iso2c": "OM", | |
"country": "Oman", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 35.8, | |
"SH.DYN.MORT.MA": 42.7, | |
"femaleslessmales": -6.9, | |
"iso3c": "OMN", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"PAN": { | |
"iso2c": "PA", | |
"country": "Panama", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 27.7, | |
"SH.DYN.MORT.MA": 34.3, | |
"femaleslessmales": -6.6, | |
"iso3c": "PAN", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"PER": { | |
"iso2c": "PE", | |
"country": "Peru", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 75.9, | |
"SH.DYN.MORT.MA": 84, | |
"femaleslessmales": -8.1, | |
"iso3c": "PER", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"PNG": { | |
"iso2c": "PG", | |
"country": "Papua New Guinea", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 83.3, | |
"SH.DYN.MORT.MA": 94.4, | |
"femaleslessmales": -11.1, | |
"iso3c": "PNG", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"PHL": { | |
"iso2c": "PH", | |
"country": "Philippines", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 52.8, | |
"SH.DYN.MORT.MA": 64.1, | |
"femaleslessmales": -11.3, | |
"iso3c": "PHL", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"PAK": { | |
"iso2c": "PK", | |
"country": "Pakistan", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 136.1, | |
"SH.DYN.MORT.MA": 141, | |
"femaleslessmales": -4.9, | |
"iso3c": "PAK", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"POL": { | |
"iso2c": "PL", | |
"country": "Poland", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 15.2, | |
"SH.DYN.MORT.MA": 19.4, | |
"femaleslessmales": -4.2, | |
"iso3c": "POL", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"PSE": { | |
"iso2c": "PS", | |
"country": "West Bank and Gaza", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 40.6, | |
"SH.DYN.MORT.MA": 45.9, | |
"femaleslessmales": -5.3, | |
"iso3c": "PSE", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"PRT": { | |
"iso2c": "PT", | |
"country": "Portugal", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 13, | |
"SH.DYN.MORT.MA": 16.4, | |
"femaleslessmales": -3.4, | |
"iso3c": "PRT", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"PLW": { | |
"iso2c": "PW", | |
"country": "Palau", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 32.2, | |
"SH.DYN.MORT.MA": 39.8, | |
"femaleslessmales": -7.6, | |
"iso3c": "PLW", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"PRY": { | |
"iso2c": "PY", | |
"country": "Paraguay", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 42.3, | |
"SH.DYN.MORT.MA": 50, | |
"femaleslessmales": -7.7, | |
"iso3c": "PRY", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"QAT": { | |
"iso2c": "QA", | |
"country": "Qatar", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 18.9, | |
"SH.DYN.MORT.MA": 22.6, | |
"femaleslessmales": -3.7, | |
"iso3c": "QAT", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"ROU": { | |
"iso2c": "RO", | |
"country": "Romania", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 33.6, | |
"SH.DYN.MORT.MA": 41.6, | |
"femaleslessmales": -8, | |
"iso3c": "ROU", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"SRB": { | |
"iso2c": "RS", | |
"country": "Serbia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 26, | |
"SH.DYN.MORT.MA": 29.5, | |
"femaleslessmales": -3.5, | |
"iso3c": "SRB", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"RUS": { | |
"iso2c": "RU", | |
"country": "Russian Federation", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 22.1, | |
"SH.DYN.MORT.MA": 29.8, | |
"femaleslessmales": -7.7, | |
"iso3c": "RUS", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"RWA": { | |
"iso2c": "RW", | |
"country": "Rwanda", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 143.7, | |
"SH.DYN.MORT.MA": 159.7, | |
"femaleslessmales": -16, | |
"iso3c": "RWA", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "S1", | |
"country": "Small states", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 82.756, | |
"SH.DYN.MORT.MA": 94.879, | |
"femaleslessmales": -12.123, | |
"iso3c": null, | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "S2", | |
"country": "Pacific island small states", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 33.222, | |
"SH.DYN.MORT.MA": 39.962, | |
"femaleslessmales": -6.7404, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "S3", | |
"country": "Caribbean small states", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 30.292, | |
"SH.DYN.MORT.MA": 38.019, | |
"femaleslessmales": -7.7265, | |
"iso3c": null, | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NA": { | |
"iso2c": "S4", | |
"country": "Other small states", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 103.29, | |
"SH.DYN.MORT.MA": 117.26, | |
"femaleslessmales": -13.978, | |
"iso3c": null, | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"SAU": { | |
"iso2c": "SA", | |
"country": "Saudi Arabia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 41.5, | |
"SH.DYN.MORT.MA": 46.4, | |
"femaleslessmales": -4.9, | |
"iso3c": "SAU", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"SLB": { | |
"iso2c": "SB", | |
"country": "Solomon Islands", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 35.2, | |
"SH.DYN.MORT.MA": 41.9, | |
"femaleslessmales": -6.7, | |
"iso3c": "SLB", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"SYC": { | |
"iso2c": "SC", | |
"country": "Seychelles", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 15.1, | |
"SH.DYN.MORT.MA": 17.8, | |
"femaleslessmales": -2.7, | |
"iso3c": "SYC", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"SDN": { | |
"iso2c": "SD", | |
"country": "Sudan", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 120.9, | |
"SH.DYN.MORT.MA": 134.8, | |
"femaleslessmales": -13.9, | |
"iso3c": "SDN", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"SWE": { | |
"iso2c": "SE", | |
"country": "Sweden", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 6.1, | |
"SH.DYN.MORT.MA": 7.7, | |
"femaleslessmales": -1.6, | |
"iso3c": "SWE", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"SGP": { | |
"iso2c": "SG", | |
"country": "Singapore", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 7, | |
"SH.DYN.MORT.MA": 8.3, | |
"femaleslessmales": -1.3, | |
"iso3c": "SGP", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"SVN": { | |
"iso2c": "SI", | |
"country": "Slovenia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 9.2, | |
"SH.DYN.MORT.MA": 11.5, | |
"femaleslessmales": -2.3, | |
"iso3c": "SVN", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"SVK": { | |
"iso2c": "SK", | |
"country": "Slovak Republic", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 15.4, | |
"SH.DYN.MORT.MA": 19.8, | |
"femaleslessmales": -4.4, | |
"iso3c": "SVK", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"SLE": { | |
"iso2c": "SL", | |
"country": "Sierra Leone", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 254.8, | |
"SH.DYN.MORT.MA": 279.7, | |
"femaleslessmales": -24.9, | |
"iso3c": "SLE", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"SMR": { | |
"iso2c": "SM", | |
"country": "San Marino", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 9.8, | |
"SH.DYN.MORT.MA": 12, | |
"femaleslessmales": -2.2, | |
"iso3c": "SMR", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"SEN": { | |
"iso2c": "SN", | |
"country": "Senegal", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 134.3, | |
"SH.DYN.MORT.MA": 147.6, | |
"femaleslessmales": -13.3, | |
"iso3c": "SEN", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"SOM": { | |
"iso2c": "SO", | |
"country": "Somalia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 171.6, | |
"SH.DYN.MORT.MA": 187.4, | |
"femaleslessmales": -15.8, | |
"iso3c": "SOM", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"SUR": { | |
"iso2c": "SR", | |
"country": "Suriname", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 42.5, | |
"SH.DYN.MORT.MA": 52.6, | |
"femaleslessmales": -10.1, | |
"iso3c": "SUR", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"SSD": { | |
"iso2c": "SS", | |
"country": "South Sudan", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 242.1, | |
"SH.DYN.MORT.MA": 262.7, | |
"femaleslessmales": -20.6, | |
"iso3c": "SSD", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"STP": { | |
"iso2c": "ST", | |
"country": "Sao Tome and Principe", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 103.7, | |
"SH.DYN.MORT.MA": 116.5, | |
"femaleslessmales": -12.8, | |
"iso3c": "STP", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"SLV": { | |
"iso2c": "SV", | |
"country": "El Salvador", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 54.4, | |
"SH.DYN.MORT.MA": 64.3, | |
"femaleslessmales": -9.9, | |
"iso3c": "SLV", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"SYR": { | |
"iso2c": "SY", | |
"country": "Syrian Arab Republic", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 34, | |
"SH.DYN.MORT.MA": 40.2, | |
"femaleslessmales": -6.2, | |
"iso3c": "SYR", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"SWZ": { | |
"iso2c": "SZ", | |
"country": "Swaziland", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 68.4, | |
"SH.DYN.MORT.MA": 79.1, | |
"femaleslessmales": -10.7, | |
"iso3c": "SWZ", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"TCD": { | |
"iso2c": "TD", | |
"country": "Chad", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 205, | |
"SH.DYN.MORT.MA": 224, | |
"femaleslessmales": -19, | |
"iso3c": "TCD", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"TGO": { | |
"iso2c": "TG", | |
"country": "Togo", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 137.2, | |
"SH.DYN.MORT.MA": 155.1, | |
"femaleslessmales": -17.9, | |
"iso3c": "TGO", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"THA": { | |
"iso2c": "TH", | |
"country": "Thailand", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 32, | |
"SH.DYN.MORT.MA": 41.9, | |
"femaleslessmales": -9.9, | |
"iso3c": "THA", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"TJK": { | |
"iso2c": "TJ", | |
"country": "Tajikistan", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 99.1, | |
"SH.DYN.MORT.MA": 116.9, | |
"femaleslessmales": -17.8, | |
"iso3c": "TJK", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"TLS": { | |
"iso2c": "TL", | |
"country": "Timor-Leste", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 163.4, | |
"SH.DYN.MORT.MA": 180.5, | |
"femaleslessmales": -17.1, | |
"iso3c": "TLS", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"TKM": { | |
"iso2c": "TM", | |
"country": "Turkmenistan", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 79.3, | |
"SH.DYN.MORT.MA": 101.5, | |
"femaleslessmales": -22.2, | |
"iso3c": "TKM", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"TUN": { | |
"iso2c": "TN", | |
"country": "Tunisia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 49, | |
"SH.DYN.MORT.MA": 55.2, | |
"femaleslessmales": -6.2, | |
"iso3c": "TUN", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"TON": { | |
"iso2c": "TO", | |
"country": "Tonga", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 20.2, | |
"SH.DYN.MORT.MA": 25.2, | |
"femaleslessmales": -5, | |
"iso3c": "TON", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"TUR": { | |
"iso2c": "TR", | |
"country": "Turkey", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 70.7, | |
"SH.DYN.MORT.MA": 78, | |
"femaleslessmales": -7.3, | |
"iso3c": "TUR", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"TTO": { | |
"iso2c": "TT", | |
"country": "Trinidad and Tobago", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 27.5, | |
"SH.DYN.MORT.MA": 33.4, | |
"femaleslessmales": -5.9, | |
"iso3c": "TTO", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"TUV": { | |
"iso2c": "TV", | |
"country": "Tuvalu", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 53.3, | |
"SH.DYN.MORT.MA": 60.7, | |
"femaleslessmales": -7.4, | |
"iso3c": "TUV", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"TZA": { | |
"iso2c": "TZ", | |
"country": "Tanzania", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 160, | |
"SH.DYN.MORT.MA": 173.6, | |
"femaleslessmales": -13.6, | |
"iso3c": "TZA", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"UKR": { | |
"iso2c": "UA", | |
"country": "Ukraine", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 17.3, | |
"SH.DYN.MORT.MA": 21.7, | |
"femaleslessmales": -4.4, | |
"iso3c": "UKR", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"UGA": { | |
"iso2c": "UG", | |
"country": "Uganda", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 166, | |
"SH.DYN.MORT.MA": 190.9, | |
"femaleslessmales": -24.9, | |
"iso3c": "UGA", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"USA": { | |
"iso2c": "US", | |
"country": "United States", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 10, | |
"SH.DYN.MORT.MA": 12.5, | |
"femaleslessmales": -2.5, | |
"iso3c": "USA", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"URY": { | |
"iso2c": "UY", | |
"country": "Uruguay", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 20.5, | |
"SH.DYN.MORT.MA": 25.5, | |
"femaleslessmales": -5, | |
"iso3c": "URY", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"UZB": { | |
"iso2c": "UZ", | |
"country": "Uzbekistan", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 62.8, | |
"SH.DYN.MORT.MA": 79.3, | |
"femaleslessmales": -16.5, | |
"iso3c": "UZB", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"VCT": { | |
"iso2c": "VC", | |
"country": "St. Vincent and the Grenadines", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 22.4, | |
"SH.DYN.MORT.MA": 26.8, | |
"femaleslessmales": -4.4, | |
"iso3c": "VCT", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"VEN": { | |
"iso2c": "VE", | |
"country": "Venezuela, RB", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 26, | |
"SH.DYN.MORT.MA": 32.8, | |
"femaleslessmales": -6.8, | |
"iso3c": "VEN", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"VNM": { | |
"iso2c": "VN", | |
"country": "Vietnam", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 44.6, | |
"SH.DYN.MORT.MA": 56.3, | |
"femaleslessmales": -11.7, | |
"iso3c": "VNM", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"VUT": { | |
"iso2c": "VU", | |
"country": "Vanuatu", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 29.5, | |
"SH.DYN.MORT.MA": 36.4, | |
"femaleslessmales": -6.9, | |
"iso3c": "VUT", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"WSM": { | |
"iso2c": "WS", | |
"country": "Samoa", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 28.2, | |
"SH.DYN.MORT.MA": 33.7, | |
"femaleslessmales": -5.5, | |
"iso3c": "WSM", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "XC", | |
"country": "Euro area", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 8.69, | |
"SH.DYN.MORT.MA": 11.035, | |
"femaleslessmales": -2.3454, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "XD", | |
"country": "High income", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 12.8, | |
"SH.DYN.MORT.MA": 15.9, | |
"femaleslessmales": -3.1, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "XE", | |
"country": "Heavily indebted poor countries (HIPC)", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 171.92, | |
"SH.DYN.MORT.MA": 189.83, | |
"femaleslessmales": -17.91, | |
"iso3c": null, | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "XJ", | |
"country": "Latin America & Caribbean (developing only)", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 50.3, | |
"SH.DYN.MORT.MA": 59.8, | |
"femaleslessmales": -9.5, | |
"iso3c": null, | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NA": { | |
"iso2c": "XL", | |
"country": "Least developed countries: UN classification", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 166.59, | |
"SH.DYN.MORT.MA": 181.78, | |
"femaleslessmales": -15.197, | |
"iso3c": null, | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "XM", | |
"country": "Low income", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 159.1, | |
"SH.DYN.MORT.MA": 173.7, | |
"femaleslessmales": -14.6, | |
"iso3c": null, | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "XN", | |
"country": "Lower middle income", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 117.7, | |
"SH.DYN.MORT.MA": 120, | |
"femaleslessmales": -2.3, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "XO", | |
"country": "Low & middle income", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 97, | |
"SH.DYN.MORT.MA": 101.9, | |
"femaleslessmales": -4.9, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "XP", | |
"country": "Middle income", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 85.6, | |
"SH.DYN.MORT.MA": 89.2, | |
"femaleslessmales": -3.6, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "XQ", | |
"country": "Middle East & North Africa (developing only)", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 65, | |
"SH.DYN.MORT.MA": 69.6, | |
"femaleslessmales": -4.6, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "XR", | |
"country": "High income: nonOECD", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 25.923, | |
"SH.DYN.MORT.MA": 32.556, | |
"femaleslessmales": -6.6328, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "XS", | |
"country": "High income: OECD", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 9.1101, | |
"SH.DYN.MORT.MA": 11.375, | |
"femaleslessmales": -2.2646, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "XT", | |
"country": "Upper middle income", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 51.3, | |
"SH.DYN.MORT.MA": 57.4, | |
"femaleslessmales": -6.1, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "XU", | |
"country": "North America", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 9.7636, | |
"SH.DYN.MORT.MA": 12.202, | |
"femaleslessmales": -2.4387, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"YEM": { | |
"iso2c": "YE", | |
"country": "Yemen, Rep.", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 119.2, | |
"SH.DYN.MORT.MA": 130.2, | |
"femaleslessmales": -11, | |
"iso3c": "YEM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NA": { | |
"iso2c": "Z4", | |
"country": "East Asia & Pacific (all income levels)", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 53.137, | |
"SH.DYN.MORT.MA": 59.902, | |
"femaleslessmales": -6.7653, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "Z7", | |
"country": "Europe & Central Asia (all income levels)", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 28.791, | |
"SH.DYN.MORT.MA": 35.094, | |
"femaleslessmales": -6.3034, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"ZAF": { | |
"iso2c": "ZA", | |
"country": "South Africa", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 55.1, | |
"SH.DYN.MORT.MA": 66.6, | |
"femaleslessmales": -11.5, | |
"iso3c": "ZAF", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NA": { | |
"iso2c": "ZF", | |
"country": "Sub-Saharan Africa (developing only)", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 169.4, | |
"SH.DYN.MORT.MA": 188, | |
"femaleslessmales": -18.6, | |
"iso3c": null, | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "ZG", | |
"country": "Sub-Saharan Africa (all income levels)", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 170.14, | |
"SH.DYN.MORT.MA": 188.46, | |
"femaleslessmales": -18.317, | |
"iso3c": null, | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "ZJ", | |
"country": "Latin America & Caribbean (all income levels)", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 49.626, | |
"SH.DYN.MORT.MA": 58.93, | |
"femaleslessmales": -9.3039, | |
"iso3c": null, | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"ZMB": { | |
"iso2c": "ZM", | |
"country": "Zambia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 183, | |
"SH.DYN.MORT.MA": 201.5, | |
"femaleslessmales": -18.5, | |
"iso3c": "ZMB", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "ZQ", | |
"country": "Middle East & North Africa (all income levels)", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 62.098, | |
"SH.DYN.MORT.MA": 66.875, | |
"femaleslessmales": -4.7768, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"ZWE": { | |
"iso2c": "ZW", | |
"country": "Zimbabwe", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 68.1, | |
"SH.DYN.MORT.MA": 80.9, | |
"femaleslessmales": -12.8, | |
"iso3c": "ZWE", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "8S", | |
"country": "South Asia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 131.8, | |
"SH.DYN.MORT.MA": 127.2, | |
"femaleslessmales": 4.6, | |
"iso3c": null, | |
"fillKey": "(1,9.5]" | |
}, | |
"IND": { | |
"iso2c": "IN", | |
"country": "India", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 130.2, | |
"SH.DYN.MORT.MA": 121.9, | |
"femaleslessmales": 8.3, | |
"iso3c": "IND", | |
"fillKey": "(1,9.5]" | |
} | |
}, | |
"2000": { | |
"NA": { | |
"iso2c": "1A", | |
"country": "Arab World", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 56.675, | |
"SH.DYN.MORT.MA": 63.786, | |
"femaleslessmales": -7.1111, | |
"iso3c": null, | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NA": { | |
"iso2c": "1W", | |
"country": "World", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 73.6, | |
"SH.DYN.MORT.MA": 77.7, | |
"femaleslessmales": -4.1, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "4E", | |
"country": "East Asia & Pacific (developing only)", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 38.7, | |
"SH.DYN.MORT.MA": 44.8, | |
"femaleslessmales": -6.1, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "7E", | |
"country": "Europe & Central Asia (developing only)", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 38, | |
"SH.DYN.MORT.MA": 46.3, | |
"femaleslessmales": -8.3, | |
"iso3c": null, | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"AND": { | |
"iso2c": "AD", | |
"country": "Andorra", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 4.2, | |
"SH.DYN.MORT.MA": 5, | |
"femaleslessmales": -0.8, | |
"iso3c": "AND", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"ARE": { | |
"iso2c": "AE", | |
"country": "United Arab Emirates", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 9.9, | |
"SH.DYN.MORT.MA": 12.4, | |
"femaleslessmales": -2.5, | |
"iso3c": "ARE", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"AFG": { | |
"iso2c": "AF", | |
"country": "Afghanistan", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 131.3, | |
"SH.DYN.MORT.MA": 139.8, | |
"femaleslessmales": -8.5, | |
"iso3c": "AFG", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"ATG": { | |
"iso2c": "AG", | |
"country": "Antigua and Barbuda", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 13.7, | |
"SH.DYN.MORT.MA": 17.1, | |
"femaleslessmales": -3.4, | |
"iso3c": "ATG", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"ALB": { | |
"iso2c": "AL", | |
"country": "Albania", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 23.4, | |
"SH.DYN.MORT.MA": 28.7, | |
"femaleslessmales": -5.3, | |
"iso3c": "ALB", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"ARM": { | |
"iso2c": "AM", | |
"country": "Armenia", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 26.7, | |
"SH.DYN.MORT.MA": 33.3, | |
"femaleslessmales": -6.6, | |
"iso3c": "ARM", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"AGO": { | |
"iso2c": "AO", | |
"country": "Angola", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 206.2, | |
"SH.DYN.MORT.MA": 226.7, | |
"femaleslessmales": -20.5, | |
"iso3c": "AGO", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"ARG": { | |
"iso2c": "AR", | |
"country": "Argentina", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 18, | |
"SH.DYN.MORT.MA": 22.3, | |
"femaleslessmales": -4.3, | |
"iso3c": "ARG", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"AUT": { | |
"iso2c": "AT", | |
"country": "Austria", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 4.9, | |
"SH.DYN.MORT.MA": 6.1, | |
"femaleslessmales": -1.2, | |
"iso3c": "AUT", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"AUS": { | |
"iso2c": "AU", | |
"country": "Australia", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 5.5, | |
"SH.DYN.MORT.MA": 6.9, | |
"femaleslessmales": -1.4, | |
"iso3c": "AUS", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"AZE": { | |
"iso2c": "AZ", | |
"country": "Azerbaijan", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 68.4, | |
"SH.DYN.MORT.MA": 79.5, | |
"femaleslessmales": -11.1, | |
"iso3c": "AZE", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NA": { | |
"iso2c": "B8", | |
"country": "Central Europe and the Baltics", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 12.604, | |
"SH.DYN.MORT.MA": 15.497, | |
"femaleslessmales": -2.893, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"BIH": { | |
"iso2c": "BA", | |
"country": "Bosnia and Herzegovina", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 8.1, | |
"SH.DYN.MORT.MA": 10.2, | |
"femaleslessmales": -2.1, | |
"iso3c": "BIH", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"BRB": { | |
"iso2c": "BB", | |
"country": "Barbados", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 15, | |
"SH.DYN.MORT.MA": 17.8, | |
"femaleslessmales": -2.8, | |
"iso3c": "BRB", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"BGD": { | |
"iso2c": "BD", | |
"country": "Bangladesh", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 85.1, | |
"SH.DYN.MORT.MA": 91, | |
"femaleslessmales": -5.9, | |
"iso3c": "BGD", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"BEL": { | |
"iso2c": "BE", | |
"country": "Belgium", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 5.1, | |
"SH.DYN.MORT.MA": 6.5, | |
"femaleslessmales": -1.4, | |
"iso3c": "BEL", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"BFA": { | |
"iso2c": "BF", | |
"country": "Burkina Faso", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 178.9, | |
"SH.DYN.MORT.MA": 192.5, | |
"femaleslessmales": -13.6, | |
"iso3c": "BFA", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"BGR": { | |
"iso2c": "BG", | |
"country": "Bulgaria", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 18.7, | |
"SH.DYN.MORT.MA": 23.3, | |
"femaleslessmales": -4.6, | |
"iso3c": "BGR", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"BHR": { | |
"iso2c": "BH", | |
"country": "Bahrain", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 12.2, | |
"SH.DYN.MORT.MA": 13.2, | |
"femaleslessmales": -1, | |
"iso3c": "BHR", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"BDI": { | |
"iso2c": "BI", | |
"country": "Burundi", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 139.7, | |
"SH.DYN.MORT.MA": 157.7, | |
"femaleslessmales": -18, | |
"iso3c": "BDI", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"BEN": { | |
"iso2c": "BJ", | |
"country": "Benin", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 140.8, | |
"SH.DYN.MORT.MA": 150.9, | |
"femaleslessmales": -10.1, | |
"iso3c": "BEN", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"BRN": { | |
"iso2c": "BN", | |
"country": "Brunei Darussalam", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 8.6, | |
"SH.DYN.MORT.MA": 10.2, | |
"femaleslessmales": -1.6, | |
"iso3c": "BRN", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"BOL": { | |
"iso2c": "BO", | |
"country": "Bolivia", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 72.5, | |
"SH.DYN.MORT.MA": 82.1, | |
"femaleslessmales": -9.6, | |
"iso3c": "BOL", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"BRA": { | |
"iso2c": "BR", | |
"country": "Brazil", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 28.9, | |
"SH.DYN.MORT.MA": 36.7, | |
"femaleslessmales": -7.8, | |
"iso3c": "BRA", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"BHS": { | |
"iso2c": "BS", | |
"country": "Bahamas, The", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 14.6, | |
"SH.DYN.MORT.MA": 16.9, | |
"femaleslessmales": -2.3, | |
"iso3c": "BHS", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"BTN": { | |
"iso2c": "BT", | |
"country": "Bhutan", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 74.4, | |
"SH.DYN.MORT.MA": 84.2, | |
"femaleslessmales": -9.8, | |
"iso3c": "BTN", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"BWA": { | |
"iso2c": "BW", | |
"country": "Botswana", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 80.6, | |
"SH.DYN.MORT.MA": 89.1, | |
"femaleslessmales": -8.5, | |
"iso3c": "BWA", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"BLR": { | |
"iso2c": "BY", | |
"country": "Belarus", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 12.2, | |
"SH.DYN.MORT.MA": 16.4, | |
"femaleslessmales": -4.2, | |
"iso3c": "BLR", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"BLZ": { | |
"iso2c": "BZ", | |
"country": "Belize", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 22.1, | |
"SH.DYN.MORT.MA": 27.9, | |
"femaleslessmales": -5.8, | |
"iso3c": "BLZ", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"CAN": { | |
"iso2c": "CA", | |
"country": "Canada", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 5.6, | |
"SH.DYN.MORT.MA": 6.8, | |
"femaleslessmales": -1.2, | |
"iso3c": "CAN", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"COD": { | |
"iso2c": "CD", | |
"country": "Congo, Dem. Rep.", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 165.9, | |
"SH.DYN.MORT.MA": 185.4, | |
"femaleslessmales": -19.5, | |
"iso3c": "COD", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"CAF": { | |
"iso2c": "CF", | |
"country": "Central African Republic", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 166.4, | |
"SH.DYN.MORT.MA": 181.4, | |
"femaleslessmales": -15, | |
"iso3c": "CAF", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"COG": { | |
"iso2c": "CG", | |
"country": "Congo, Rep.", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 114.7, | |
"SH.DYN.MORT.MA": 127.8, | |
"femaleslessmales": -13.1, | |
"iso3c": "COG", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"CHE": { | |
"iso2c": "CH", | |
"country": "Switzerland", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 5, | |
"SH.DYN.MORT.MA": 6.2, | |
"femaleslessmales": -1.2, | |
"iso3c": "CHE", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"CIV": { | |
"iso2c": "CI", | |
"country": "Cote d'Ivoire", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 134, | |
"SH.DYN.MORT.MA": 157.6, | |
"femaleslessmales": -23.6, | |
"iso3c": "CIV", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"CHL": { | |
"iso2c": "CL", | |
"country": "Chile", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 9.8, | |
"SH.DYN.MORT.MA": 11.9, | |
"femaleslessmales": -2.1, | |
"iso3c": "CHL", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"CMR": { | |
"iso2c": "CM", | |
"country": "Cameroon", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 142.4, | |
"SH.DYN.MORT.MA": 159.4, | |
"femaleslessmales": -17, | |
"iso3c": "CMR", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"CHN": { | |
"iso2c": "CN", | |
"country": "China", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 34.7, | |
"SH.DYN.MORT.MA": 38.9, | |
"femaleslessmales": -4.2, | |
"iso3c": "CHN", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"COL": { | |
"iso2c": "CO", | |
"country": "Colombia", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 22.1, | |
"SH.DYN.MORT.MA": 28.1, | |
"femaleslessmales": -6, | |
"iso3c": "COL", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"CRI": { | |
"iso2c": "CR", | |
"country": "Costa Rica", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 11.6, | |
"SH.DYN.MORT.MA": 14.5, | |
"femaleslessmales": -2.9, | |
"iso3c": "CRI", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"CUB": { | |
"iso2c": "CU", | |
"country": "Cuba", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 7.3, | |
"SH.DYN.MORT.MA": 9.3, | |
"femaleslessmales": -2, | |
"iso3c": "CUB", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"CPV": { | |
"iso2c": "CV", | |
"country": "Cabo Verde", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 32, | |
"SH.DYN.MORT.MA": 38.3, | |
"femaleslessmales": -6.3, | |
"iso3c": "CPV", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"CYP": { | |
"iso2c": "CY", | |
"country": "Cyprus", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 6, | |
"SH.DYN.MORT.MA": 7.1, | |
"femaleslessmales": -1.1, | |
"iso3c": "CYP", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"CZE": { | |
"iso2c": "CZ", | |
"country": "Czech Republic", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 5.8, | |
"SH.DYN.MORT.MA": 7.3, | |
"femaleslessmales": -1.5, | |
"iso3c": "CZE", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"DEU": { | |
"iso2c": "DE", | |
"country": "Germany", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 4.8, | |
"SH.DYN.MORT.MA": 5.9, | |
"femaleslessmales": -1.1, | |
"iso3c": "DEU", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"DJI": { | |
"iso2c": "DJ", | |
"country": "Djibouti", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 92.8, | |
"SH.DYN.MORT.MA": 108.4, | |
"femaleslessmales": -15.6, | |
"iso3c": "DJI", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"DNK": { | |
"iso2c": "DK", | |
"country": "Denmark", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 5, | |
"SH.DYN.MORT.MA": 6.1, | |
"femaleslessmales": -1.1, | |
"iso3c": "DNK", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"DMA": { | |
"iso2c": "DM", | |
"country": "Dominica", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 14.5, | |
"SH.DYN.MORT.MA": 17.1, | |
"femaleslessmales": -2.6, | |
"iso3c": "DMA", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"DOM": { | |
"iso2c": "DO", | |
"country": "Dominican Republic", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 37.3, | |
"SH.DYN.MORT.MA": 44.7, | |
"femaleslessmales": -7.4, | |
"iso3c": "DOM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"DZA": { | |
"iso2c": "DZ", | |
"country": "Algeria", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 36.6, | |
"SH.DYN.MORT.MA": 42.5, | |
"femaleslessmales": -5.9, | |
"iso3c": "DZA", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"ECU": { | |
"iso2c": "EC", | |
"country": "Ecuador", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 30.3, | |
"SH.DYN.MORT.MA": 38.2, | |
"femaleslessmales": -7.9, | |
"iso3c": "ECU", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"EST": { | |
"iso2c": "EE", | |
"country": "Estonia", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 9.7, | |
"SH.DYN.MORT.MA": 12.3, | |
"femaleslessmales": -2.6, | |
"iso3c": "EST", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"EGY": { | |
"iso2c": "EG", | |
"country": "Egypt, Arab Rep.", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 43.2, | |
"SH.DYN.MORT.MA": 46.3, | |
"femaleslessmales": -3.1, | |
"iso3c": "EGY", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"ERI": { | |
"iso2c": "ER", | |
"country": "Eritrea", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 81.8, | |
"SH.DYN.MORT.MA": 96.3, | |
"femaleslessmales": -14.5, | |
"iso3c": "ERI", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"ESP": { | |
"iso2c": "ES", | |
"country": "Spain", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 5.9, | |
"SH.DYN.MORT.MA": 7, | |
"femaleslessmales": -1.1, | |
"iso3c": "ESP", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"ETH": { | |
"iso2c": "ET", | |
"country": "Ethiopia", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 135.3, | |
"SH.DYN.MORT.MA": 155.3, | |
"femaleslessmales": -20, | |
"iso3c": "ETH", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "EU", | |
"country": "European Union", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 6.7299, | |
"SH.DYN.MORT.MA": 8.2546, | |
"femaleslessmales": -1.5247, | |
"iso3c": null, | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"NA": { | |
"iso2c": "F1", | |
"country": "Fragile and conflict affected situations", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 119.89, | |
"SH.DYN.MORT.MA": 133.89, | |
"femaleslessmales": -13.999, | |
"iso3c": null, | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"FIN": { | |
"iso2c": "FI", | |
"country": "Finland", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 3.8, | |
"SH.DYN.MORT.MA": 4.7, | |
"femaleslessmales": -0.9, | |
"iso3c": "FIN", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"FJI": { | |
"iso2c": "FJ", | |
"country": "Fiji", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 21.7, | |
"SH.DYN.MORT.MA": 26.9, | |
"femaleslessmales": -5.2, | |
"iso3c": "FJI", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"FSM": { | |
"iso2c": "FM", | |
"country": "Micronesia, Fed. Sts.", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 48.6, | |
"SH.DYN.MORT.MA": 57.5, | |
"femaleslessmales": -8.9, | |
"iso3c": "FSM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"FRA": { | |
"iso2c": "FR", | |
"country": "France", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 4.7, | |
"SH.DYN.MORT.MA": 6, | |
"femaleslessmales": -1.3, | |
"iso3c": "FRA", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"GAB": { | |
"iso2c": "GA", | |
"country": "Gabon", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 78.1, | |
"SH.DYN.MORT.MA": 90.8, | |
"femaleslessmales": -12.7, | |
"iso3c": "GAB", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"GBR": { | |
"iso2c": "GB", | |
"country": "United Kingdom", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 5.8, | |
"SH.DYN.MORT.MA": 7.2, | |
"femaleslessmales": -1.4, | |
"iso3c": "GBR", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"GRD": { | |
"iso2c": "GD", | |
"country": "Grenada", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 14.6, | |
"SH.DYN.MORT.MA": 17.1, | |
"femaleslessmales": -2.5, | |
"iso3c": "GRD", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"GEO": { | |
"iso2c": "GE", | |
"country": "Georgia", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 31.2, | |
"SH.DYN.MORT.MA": 40, | |
"femaleslessmales": -8.8, | |
"iso3c": "GEO", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"GHA": { | |
"iso2c": "GH", | |
"country": "Ghana", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 94.2, | |
"SH.DYN.MORT.MA": 108, | |
"femaleslessmales": -13.8, | |
"iso3c": "GHA", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"GMB": { | |
"iso2c": "GM", | |
"country": "Gambia, The", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 112.9, | |
"SH.DYN.MORT.MA": 124.6, | |
"femaleslessmales": -11.7, | |
"iso3c": "GMB", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"GIN": { | |
"iso2c": "GN", | |
"country": "Guinea", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 162.2, | |
"SH.DYN.MORT.MA": 177.8, | |
"femaleslessmales": -15.6, | |
"iso3c": "GIN", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"GNQ": { | |
"iso2c": "GQ", | |
"country": "Equatorial Guinea", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 134.8, | |
"SH.DYN.MORT.MA": 149.7, | |
"femaleslessmales": -14.9, | |
"iso3c": "GNQ", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"GRC": { | |
"iso2c": "GR", | |
"country": "Greece", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 7.1, | |
"SH.DYN.MORT.MA": 8.4, | |
"femaleslessmales": -1.3, | |
"iso3c": "GRC", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"GTM": { | |
"iso2c": "GT", | |
"country": "Guatemala", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 46.4, | |
"SH.DYN.MORT.MA": 54.8, | |
"femaleslessmales": -8.4, | |
"iso3c": "GTM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"GNB": { | |
"iso2c": "GW", | |
"country": "Guinea-Bissau", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 167, | |
"SH.DYN.MORT.MA": 194, | |
"femaleslessmales": -27, | |
"iso3c": "GNB", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"GUY": { | |
"iso2c": "GY", | |
"country": "Guyana", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 42.7, | |
"SH.DYN.MORT.MA": 54.5, | |
"femaleslessmales": -11.8, | |
"iso3c": "GUY", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"HND": { | |
"iso2c": "HN", | |
"country": "Honduras", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 34.2, | |
"SH.DYN.MORT.MA": 42, | |
"femaleslessmales": -7.8, | |
"iso3c": "HND", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"HRV": { | |
"iso2c": "HR", | |
"country": "Croatia", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 7.5, | |
"SH.DYN.MORT.MA": 9.2, | |
"femaleslessmales": -1.7, | |
"iso3c": "HRV", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"HTI": { | |
"iso2c": "HT", | |
"country": "Haiti", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 97, | |
"SH.DYN.MORT.MA": 111.4, | |
"femaleslessmales": -14.4, | |
"iso3c": "HTI", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"HUN": { | |
"iso2c": "HU", | |
"country": "Hungary", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 10.1, | |
"SH.DYN.MORT.MA": 12.2, | |
"femaleslessmales": -2.1, | |
"iso3c": "HUN", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"IDN": { | |
"iso2c": "ID", | |
"country": "Indonesia", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 46.9, | |
"SH.DYN.MORT.MA": 57.2, | |
"femaleslessmales": -10.3, | |
"iso3c": "IDN", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"IRL": { | |
"iso2c": "IE", | |
"country": "Ireland", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 6.4, | |
"SH.DYN.MORT.MA": 7.8, | |
"femaleslessmales": -1.4, | |
"iso3c": "IRL", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"ISR": { | |
"iso2c": "IL", | |
"country": "Israel", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 6.4, | |
"SH.DYN.MORT.MA": 7.4, | |
"femaleslessmales": -1, | |
"iso3c": "ISR", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"IRQ": { | |
"iso2c": "IQ", | |
"country": "Iraq", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 40.8, | |
"SH.DYN.MORT.MA": 48.3, | |
"femaleslessmales": -7.5, | |
"iso3c": "IRQ", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"IRN": { | |
"iso2c": "IR", | |
"country": "Iran, Islamic Rep.", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 33.4, | |
"SH.DYN.MORT.MA": 36, | |
"femaleslessmales": -2.6, | |
"iso3c": "IRN", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"ISL": { | |
"iso2c": "IS", | |
"country": "Iceland", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 3.6, | |
"SH.DYN.MORT.MA": 4.4, | |
"femaleslessmales": -0.8, | |
"iso3c": "ISL", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"ITA": { | |
"iso2c": "IT", | |
"country": "Italy", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 5.1, | |
"SH.DYN.MORT.MA": 5.9, | |
"femaleslessmales": -0.8, | |
"iso3c": "ITA", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"JAM": { | |
"iso2c": "JM", | |
"country": "Jamaica", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 20.6, | |
"SH.DYN.MORT.MA": 26.8, | |
"femaleslessmales": -6.2, | |
"iso3c": "JAM", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"JOR": { | |
"iso2c": "JO", | |
"country": "Jordan", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 26.3, | |
"SH.DYN.MORT.MA": 29.2, | |
"femaleslessmales": -2.9, | |
"iso3c": "JOR", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"JPN": { | |
"iso2c": "JP", | |
"country": "Japan", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 4.1, | |
"SH.DYN.MORT.MA": 4.8, | |
"femaleslessmales": -0.7, | |
"iso3c": "JPN", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"KEN": { | |
"iso2c": "KE", | |
"country": "Kenya", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 104.7, | |
"SH.DYN.MORT.MA": 116.7, | |
"femaleslessmales": -12, | |
"iso3c": "KEN", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"KGZ": { | |
"iso2c": "KG", | |
"country": "Kyrgyz Republic", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 44.2, | |
"SH.DYN.MORT.MA": 53.9, | |
"femaleslessmales": -9.7, | |
"iso3c": "KGZ", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"KHM": { | |
"iso2c": "KH", | |
"country": "Cambodia", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 102.5, | |
"SH.DYN.MORT.MA": 118.1, | |
"femaleslessmales": -15.6, | |
"iso3c": "KHM", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"KIR": { | |
"iso2c": "KI", | |
"country": "Kiribati", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 65.7, | |
"SH.DYN.MORT.MA": 76, | |
"femaleslessmales": -10.3, | |
"iso3c": "KIR", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"COM": { | |
"iso2c": "KM", | |
"country": "Comoros", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 94.6, | |
"SH.DYN.MORT.MA": 107.6, | |
"femaleslessmales": -13, | |
"iso3c": "COM", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"KNA": { | |
"iso2c": "KN", | |
"country": "St. Kitts and Nevis", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 15.7, | |
"SH.DYN.MORT.MA": 19.2, | |
"femaleslessmales": -3.5, | |
"iso3c": "KNA", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"PRK": { | |
"iso2c": "KP", | |
"country": "Korea, Dem. Rep.", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 55.3, | |
"SH.DYN.MORT.MA": 64.5, | |
"femaleslessmales": -9.2, | |
"iso3c": "PRK", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"KOR": { | |
"iso2c": "KR", | |
"country": "Korea, Rep.", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 5.8, | |
"SH.DYN.MORT.MA": 6.4, | |
"femaleslessmales": -0.6, | |
"iso3c": "KOR", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"KWT": { | |
"iso2c": "KW", | |
"country": "Kuwait", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 11.7, | |
"SH.DYN.MORT.MA": 13.7, | |
"femaleslessmales": -2, | |
"iso3c": "KWT", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"KAZ": { | |
"iso2c": "KZ", | |
"country": "Kazakhstan", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 37.3, | |
"SH.DYN.MORT.MA": 49.5, | |
"femaleslessmales": -12.2, | |
"iso3c": "KAZ", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"LAO": { | |
"iso2c": "LA", | |
"country": "Lao PDR", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 108.7, | |
"SH.DYN.MORT.MA": 125.7, | |
"femaleslessmales": -17, | |
"iso3c": "LAO", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"LBN": { | |
"iso2c": "LB", | |
"country": "Lebanon", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 19, | |
"SH.DYN.MORT.MA": 21, | |
"femaleslessmales": -2, | |
"iso3c": "LBN", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"LCA": { | |
"iso2c": "LC", | |
"country": "St. Lucia", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 15.9, | |
"SH.DYN.MORT.MA": 19.7, | |
"femaleslessmales": -3.8, | |
"iso3c": "LCA", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"LKA": { | |
"iso2c": "LK", | |
"country": "Sri Lanka", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 14.9, | |
"SH.DYN.MORT.MA": 17.6, | |
"femaleslessmales": -2.7, | |
"iso3c": "LKA", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"LBR": { | |
"iso2c": "LR", | |
"country": "Liberia", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 166.1, | |
"SH.DYN.MORT.MA": 183.8, | |
"femaleslessmales": -17.7, | |
"iso3c": "LBR", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"LSO": { | |
"iso2c": "LS", | |
"country": "Lesotho", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 106.6, | |
"SH.DYN.MORT.MA": 122.2, | |
"femaleslessmales": -15.6, | |
"iso3c": "LSO", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"LTU": { | |
"iso2c": "LT", | |
"country": "Lithuania", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 10.5, | |
"SH.DYN.MORT.MA": 13, | |
"femaleslessmales": -2.5, | |
"iso3c": "LTU", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"LUX": { | |
"iso2c": "LU", | |
"country": "Luxembourg", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 4.4, | |
"SH.DYN.MORT.MA": 5.2, | |
"femaleslessmales": -0.8, | |
"iso3c": "LUX", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"LVA": { | |
"iso2c": "LV", | |
"country": "Latvia", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 15.4, | |
"SH.DYN.MORT.MA": 18.8, | |
"femaleslessmales": -3.4, | |
"iso3c": "LVA", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"LBY": { | |
"iso2c": "LY", | |
"country": "Libya", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 25.4, | |
"SH.DYN.MORT.MA": 31.2, | |
"femaleslessmales": -5.8, | |
"iso3c": "LBY", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"MAR": { | |
"iso2c": "MA", | |
"country": "Morocco", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 46.1, | |
"SH.DYN.MORT.MA": 55.2, | |
"femaleslessmales": -9.1, | |
"iso3c": "MAR", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"MCO": { | |
"iso2c": "MC", | |
"country": "Monaco", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 4.6, | |
"SH.DYN.MORT.MA": 5.7, | |
"femaleslessmales": -1.1, | |
"iso3c": "MCO", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"MDA": { | |
"iso2c": "MD", | |
"country": "Moldova", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 27, | |
"SH.DYN.MORT.MA": 33.9, | |
"femaleslessmales": -6.9, | |
"iso3c": "MDA", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"MNE": { | |
"iso2c": "ME", | |
"country": "Montenegro", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 12.7, | |
"SH.DYN.MORT.MA": 14.7, | |
"femaleslessmales": -2, | |
"iso3c": "MNE", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"MDG": { | |
"iso2c": "MG", | |
"country": "Madagascar", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 105, | |
"SH.DYN.MORT.MA": 115.8, | |
"femaleslessmales": -10.8, | |
"iso3c": "MDG", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"MHL": { | |
"iso2c": "MH", | |
"country": "Marshall Islands", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 37.1, | |
"SH.DYN.MORT.MA": 45.7, | |
"femaleslessmales": -8.6, | |
"iso3c": "MHL", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"MKD": { | |
"iso2c": "MK", | |
"country": "Macedonia, FYR", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 14.8, | |
"SH.DYN.MORT.MA": 17.1, | |
"femaleslessmales": -2.3, | |
"iso3c": "MKD", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"MLI": { | |
"iso2c": "ML", | |
"country": "Mali", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 211.2, | |
"SH.DYN.MORT.MA": 228.3, | |
"femaleslessmales": -17.1, | |
"iso3c": "MLI", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"MMR": { | |
"iso2c": "MM", | |
"country": "Myanmar", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 72.8, | |
"SH.DYN.MORT.MA": 85.8, | |
"femaleslessmales": -13, | |
"iso3c": "MMR", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"MNG": { | |
"iso2c": "MN", | |
"country": "Mongolia", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 53.7, | |
"SH.DYN.MORT.MA": 74.8, | |
"femaleslessmales": -21.1, | |
"iso3c": "MNG", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"MRT": { | |
"iso2c": "MR", | |
"country": "Mauritania", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 103.4, | |
"SH.DYN.MORT.MA": 122.3, | |
"femaleslessmales": -18.9, | |
"iso3c": "MRT", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"MLT": { | |
"iso2c": "MT", | |
"country": "Malta", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 7.1, | |
"SH.DYN.MORT.MA": 8.5, | |
"femaleslessmales": -1.4, | |
"iso3c": "MLT", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"MUS": { | |
"iso2c": "MU", | |
"country": "Mauritius", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 16.2, | |
"SH.DYN.MORT.MA": 20.8, | |
"femaleslessmales": -4.6, | |
"iso3c": "MUS", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"MDV": { | |
"iso2c": "MV", | |
"country": "Maldives", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 39.7, | |
"SH.DYN.MORT.MA": 47.8, | |
"femaleslessmales": -8.1, | |
"iso3c": "MDV", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"MWI": { | |
"iso2c": "MW", | |
"country": "Malawi", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 166, | |
"SH.DYN.MORT.MA": 182.1, | |
"femaleslessmales": -16.1, | |
"iso3c": "MWI", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"MEX": { | |
"iso2c": "MX", | |
"country": "Mexico", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 23, | |
"SH.DYN.MORT.MA": 28, | |
"femaleslessmales": -5, | |
"iso3c": "MEX", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"MYS": { | |
"iso2c": "MY", | |
"country": "Malaysia", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 9.1, | |
"SH.DYN.MORT.MA": 11.1, | |
"femaleslessmales": -2, | |
"iso3c": "MYS", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"MOZ": { | |
"iso2c": "MZ", | |
"country": "Mozambique", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 162.1, | |
"SH.DYN.MORT.MA": 174.6, | |
"femaleslessmales": -12.5, | |
"iso3c": "MOZ", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NAM": { | |
"iso2c": "NA", | |
"country": "Namibia", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 70.4, | |
"SH.DYN.MORT.MA": 80.3, | |
"femaleslessmales": -9.9, | |
"iso3c": "NAM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NER": { | |
"iso2c": "NE", | |
"country": "Niger", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 221.6, | |
"SH.DYN.MORT.MA": 232.1, | |
"femaleslessmales": -10.5, | |
"iso3c": "NER", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NGA": { | |
"iso2c": "NG", | |
"country": "Nigeria", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 178.6, | |
"SH.DYN.MORT.MA": 196.4, | |
"femaleslessmales": -17.8, | |
"iso3c": "NGA", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NIC": { | |
"iso2c": "NI", | |
"country": "Nicaragua", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 36.1, | |
"SH.DYN.MORT.MA": 44.2, | |
"femaleslessmales": -8.1, | |
"iso3c": "NIC", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NLD": { | |
"iso2c": "NL", | |
"country": "Netherlands", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 5.5, | |
"SH.DYN.MORT.MA": 6.8, | |
"femaleslessmales": -1.3, | |
"iso3c": "NLD", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"NOR": { | |
"iso2c": "NO", | |
"country": "Norway", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 4.3, | |
"SH.DYN.MORT.MA": 5.4, | |
"femaleslessmales": -1.1, | |
"iso3c": "NOR", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"NPL": { | |
"iso2c": "NP", | |
"country": "Nepal", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 79.9, | |
"SH.DYN.MORT.MA": 83.7, | |
"femaleslessmales": -3.8, | |
"iso3c": "NPL", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NZL": { | |
"iso2c": "NZ", | |
"country": "New Zealand", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 6.6, | |
"SH.DYN.MORT.MA": 8.1, | |
"femaleslessmales": -1.5, | |
"iso3c": "NZL", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"NA": { | |
"iso2c": "OE", | |
"country": "OECD members", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 11.825, | |
"SH.DYN.MORT.MA": 14.199, | |
"femaleslessmales": -2.3736, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"OMN": { | |
"iso2c": "OM", | |
"country": "Oman", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 14.8, | |
"SH.DYN.MORT.MA": 18.2, | |
"femaleslessmales": -3.4, | |
"iso3c": "OMN", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"PAN": { | |
"iso2c": "PA", | |
"country": "Panama", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 23.1, | |
"SH.DYN.MORT.MA": 28.7, | |
"femaleslessmales": -5.6, | |
"iso3c": "PAN", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"PER": { | |
"iso2c": "PE", | |
"country": "Peru", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 36.6, | |
"SH.DYN.MORT.MA": 42.8, | |
"femaleslessmales": -6.2, | |
"iso3c": "PER", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"PNG": { | |
"iso2c": "PG", | |
"country": "Papua New Guinea", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 73, | |
"SH.DYN.MORT.MA": 83.5, | |
"femaleslessmales": -10.5, | |
"iso3c": "PNG", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"PHL": { | |
"iso2c": "PH", | |
"country": "Philippines", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 35.3, | |
"SH.DYN.MORT.MA": 44.2, | |
"femaleslessmales": -8.9, | |
"iso3c": "PHL", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"PAK": { | |
"iso2c": "PK", | |
"country": "Pakistan", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 109.6, | |
"SH.DYN.MORT.MA": 115.5, | |
"femaleslessmales": -5.9, | |
"iso3c": "PAK", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"POL": { | |
"iso2c": "PL", | |
"country": "Poland", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 8.4, | |
"SH.DYN.MORT.MA": 10.1, | |
"femaleslessmales": -1.7, | |
"iso3c": "POL", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"PSE": { | |
"iso2c": "PS", | |
"country": "West Bank and Gaza", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 27.8, | |
"SH.DYN.MORT.MA": 32.5, | |
"femaleslessmales": -4.7, | |
"iso3c": "PSE", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"PRT": { | |
"iso2c": "PT", | |
"country": "Portugal", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 6.5, | |
"SH.DYN.MORT.MA": 7.9, | |
"femaleslessmales": -1.4, | |
"iso3c": "PRT", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"PLW": { | |
"iso2c": "PW", | |
"country": "Palau", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 23.7, | |
"SH.DYN.MORT.MA": 29.6, | |
"femaleslessmales": -5.9, | |
"iso3c": "PLW", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"PRY": { | |
"iso2c": "PY", | |
"country": "Paraguay", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 30.2, | |
"SH.DYN.MORT.MA": 36.6, | |
"femaleslessmales": -6.4, | |
"iso3c": "PRY", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"QAT": { | |
"iso2c": "QA", | |
"country": "Qatar", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 11.3, | |
"SH.DYN.MORT.MA": 13.4, | |
"femaleslessmales": -2.1, | |
"iso3c": "QAT", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"ROU": { | |
"iso2c": "RO", | |
"country": "Romania", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 24, | |
"SH.DYN.MORT.MA": 29.8, | |
"femaleslessmales": -5.8, | |
"iso3c": "ROU", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"SRB": { | |
"iso2c": "RS", | |
"country": "Serbia", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 11.3, | |
"SH.DYN.MORT.MA": 14.1, | |
"femaleslessmales": -2.8, | |
"iso3c": "SRB", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"RUS": { | |
"iso2c": "RU", | |
"country": "Russian Federation", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 20, | |
"SH.DYN.MORT.MA": 26.3, | |
"femaleslessmales": -6.3, | |
"iso3c": "RUS", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"RWA": { | |
"iso2c": "RW", | |
"country": "Rwanda", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 173.5, | |
"SH.DYN.MORT.MA": 190.1, | |
"femaleslessmales": -16.6, | |
"iso3c": "RWA", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "S1", | |
"country": "Small states", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 77.509, | |
"SH.DYN.MORT.MA": 88.867, | |
"femaleslessmales": -11.357, | |
"iso3c": null, | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NA": { | |
"iso2c": "S2", | |
"country": "Pacific island small states", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 27.181, | |
"SH.DYN.MORT.MA": 32.849, | |
"femaleslessmales": -5.6687, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "S3", | |
"country": "Caribbean small states", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 24.414, | |
"SH.DYN.MORT.MA": 30.929, | |
"femaleslessmales": -6.5147, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "S4", | |
"country": "Other small states", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 95.693, | |
"SH.DYN.MORT.MA": 108.82, | |
"femaleslessmales": -13.131, | |
"iso3c": null, | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"SAU": { | |
"iso2c": "SA", | |
"country": "Saudi Arabia", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 21.2, | |
"SH.DYN.MORT.MA": 24.3, | |
"femaleslessmales": -3.1, | |
"iso3c": "SAU", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"SLB": { | |
"iso2c": "SB", | |
"country": "Solomon Islands", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 31.3, | |
"SH.DYN.MORT.MA": 37.4, | |
"femaleslessmales": -6.1, | |
"iso3c": "SLB", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"SYC": { | |
"iso2c": "SC", | |
"country": "Seychelles", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 13.1, | |
"SH.DYN.MORT.MA": 15.3, | |
"femaleslessmales": -2.2, | |
"iso3c": "SYC", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"SDN": { | |
"iso2c": "SD", | |
"country": "Sudan", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 101.5, | |
"SH.DYN.MORT.MA": 113.7, | |
"femaleslessmales": -12.2, | |
"iso3c": "SDN", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"SWE": { | |
"iso2c": "SE", | |
"country": "Sweden", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 3.7, | |
"SH.DYN.MORT.MA": 4.5, | |
"femaleslessmales": -0.8, | |
"iso3c": "SWE", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"SGP": { | |
"iso2c": "SG", | |
"country": "Singapore", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 3.6, | |
"SH.DYN.MORT.MA": 4.3, | |
"femaleslessmales": -0.7, | |
"iso3c": "SGP", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"SVN": { | |
"iso2c": "SI", | |
"country": "Slovenia", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 5, | |
"SH.DYN.MORT.MA": 6, | |
"femaleslessmales": -1, | |
"iso3c": "SVN", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"SVK": { | |
"iso2c": "SK", | |
"country": "Slovak Republic", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 10.5, | |
"SH.DYN.MORT.MA": 13, | |
"femaleslessmales": -2.5, | |
"iso3c": "SVK", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"SLE": { | |
"iso2c": "SL", | |
"country": "Sierra Leone", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 220.7, | |
"SH.DYN.MORT.MA": 241.7, | |
"femaleslessmales": -21, | |
"iso3c": "SLE", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"SMR": { | |
"iso2c": "SM", | |
"country": "San Marino", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 5, | |
"SH.DYN.MORT.MA": 6, | |
"femaleslessmales": -1, | |
"iso3c": "SMR", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"SEN": { | |
"iso2c": "SN", | |
"country": "Senegal", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 130.5, | |
"SH.DYN.MORT.MA": 143.2, | |
"femaleslessmales": -12.7, | |
"iso3c": "SEN", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"SOM": { | |
"iso2c": "SO", | |
"country": "Somalia", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 165.9, | |
"SH.DYN.MORT.MA": 180.9, | |
"femaleslessmales": -15, | |
"iso3c": "SOM", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"SUR": { | |
"iso2c": "SR", | |
"country": "Suriname", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 30.6, | |
"SH.DYN.MORT.MA": 38.6, | |
"femaleslessmales": -8, | |
"iso3c": "SUR", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"SSD": { | |
"iso2c": "SS", | |
"country": "South Sudan", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 174.3, | |
"SH.DYN.MORT.MA": 190.2, | |
"femaleslessmales": -15.9, | |
"iso3c": "SSD", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"STP": { | |
"iso2c": "ST", | |
"country": "Sao Tome and Principe", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 83.8, | |
"SH.DYN.MORT.MA": 94.5, | |
"femaleslessmales": -10.7, | |
"iso3c": "STP", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"SLV": { | |
"iso2c": "SV", | |
"country": "El Salvador", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 28.9, | |
"SH.DYN.MORT.MA": 35.7, | |
"femaleslessmales": -6.8, | |
"iso3c": "SLV", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"SYR": { | |
"iso2c": "SY", | |
"country": "Syrian Arab Republic", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 20.9, | |
"SH.DYN.MORT.MA": 25.7, | |
"femaleslessmales": -4.8, | |
"iso3c": "SYR", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"SWZ": { | |
"iso2c": "SZ", | |
"country": "Swaziland", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 115.9, | |
"SH.DYN.MORT.MA": 128.8, | |
"femaleslessmales": -12.9, | |
"iso3c": "SWZ", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"TCD": { | |
"iso2c": "TD", | |
"country": "Chad", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 181.8, | |
"SH.DYN.MORT.MA": 199.3, | |
"femaleslessmales": -17.5, | |
"iso3c": "TCD", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"TGO": { | |
"iso2c": "TG", | |
"country": "Togo", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 113.2, | |
"SH.DYN.MORT.MA": 130, | |
"femaleslessmales": -16.8, | |
"iso3c": "TGO", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"THA": { | |
"iso2c": "TH", | |
"country": "Thailand", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 19.2, | |
"SH.DYN.MORT.MA": 25.6, | |
"femaleslessmales": -6.4, | |
"iso3c": "THA", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"TJK": { | |
"iso2c": "TJ", | |
"country": "Tajikistan", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 85.2, | |
"SH.DYN.MORT.MA": 101.3, | |
"femaleslessmales": -16.1, | |
"iso3c": "TJK", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"TLS": { | |
"iso2c": "TL", | |
"country": "Timor-Leste", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 99.7, | |
"SH.DYN.MORT.MA": 113.3, | |
"femaleslessmales": -13.6, | |
"iso3c": "TLS", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"TKM": { | |
"iso2c": "TM", | |
"country": "Turkmenistan", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 71.1, | |
"SH.DYN.MORT.MA": 92.2, | |
"femaleslessmales": -21.1, | |
"iso3c": "TKM", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"TUN": { | |
"iso2c": "TN", | |
"country": "Tunisia", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 28.1, | |
"SH.DYN.MORT.MA": 33.3, | |
"femaleslessmales": -5.2, | |
"iso3c": "TUN", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"TON": { | |
"iso2c": "TO", | |
"country": "Tonga", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 15.9, | |
"SH.DYN.MORT.MA": 19.8, | |
"femaleslessmales": -3.9, | |
"iso3c": "TON", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"TUR": { | |
"iso2c": "TR", | |
"country": "Turkey", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 38.5, | |
"SH.DYN.MORT.MA": 44.8, | |
"femaleslessmales": -6.3, | |
"iso3c": "TUR", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"TTO": { | |
"iso2c": "TT", | |
"country": "Trinidad and Tobago", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 25.8, | |
"SH.DYN.MORT.MA": 31.4, | |
"femaleslessmales": -5.6, | |
"iso3c": "TTO", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"TUV": { | |
"iso2c": "TV", | |
"country": "Tuvalu", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 39, | |
"SH.DYN.MORT.MA": 45.7, | |
"femaleslessmales": -6.7, | |
"iso3c": "TUV", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"TZA": { | |
"iso2c": "TZ", | |
"country": "Tanzania", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 125.8, | |
"SH.DYN.MORT.MA": 136.7, | |
"femaleslessmales": -10.9, | |
"iso3c": "TZA", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"UKR": { | |
"iso2c": "UA", | |
"country": "Ukraine", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 16.4, | |
"SH.DYN.MORT.MA": 20.4, | |
"femaleslessmales": -4, | |
"iso3c": "UKR", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"UGA": { | |
"iso2c": "UG", | |
"country": "Uganda", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 135.1, | |
"SH.DYN.MORT.MA": 158.4, | |
"femaleslessmales": -23.3, | |
"iso3c": "UGA", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"USA": { | |
"iso2c": "US", | |
"country": "United States", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 7.6, | |
"SH.DYN.MORT.MA": 9.3, | |
"femaleslessmales": -1.7, | |
"iso3c": "USA", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"URY": { | |
"iso2c": "UY", | |
"country": "Uruguay", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 14.9, | |
"SH.DYN.MORT.MA": 18.7, | |
"femaleslessmales": -3.8, | |
"iso3c": "URY", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"UZB": { | |
"iso2c": "UZ", | |
"country": "Uzbekistan", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 56.1, | |
"SH.DYN.MORT.MA": 71.4, | |
"femaleslessmales": -15.3, | |
"iso3c": "UZB", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"VCT": { | |
"iso2c": "VC", | |
"country": "St. Vincent and the Grenadines", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 20.1, | |
"SH.DYN.MORT.MA": 24.2, | |
"femaleslessmales": -4.1, | |
"iso3c": "VCT", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"VEN": { | |
"iso2c": "VE", | |
"country": "Venezuela, RB", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 18.7, | |
"SH.DYN.MORT.MA": 23.8, | |
"femaleslessmales": -5.1, | |
"iso3c": "VEN", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"VNM": { | |
"iso2c": "VN", | |
"country": "Vietnam", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 30.3, | |
"SH.DYN.MORT.MA": 39.6, | |
"femaleslessmales": -9.3, | |
"iso3c": "VNM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"VUT": { | |
"iso2c": "VU", | |
"country": "Vanuatu", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 20.5, | |
"SH.DYN.MORT.MA": 25.5, | |
"femaleslessmales": -5, | |
"iso3c": "VUT", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"WSM": { | |
"iso2c": "WS", | |
"country": "Samoa", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 19.7, | |
"SH.DYN.MORT.MA": 23.6, | |
"femaleslessmales": -3.9, | |
"iso3c": "WSM", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "XC", | |
"country": "Euro area", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 5.3341, | |
"SH.DYN.MORT.MA": 6.5168, | |
"femaleslessmales": -1.1827, | |
"iso3c": null, | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"NA": { | |
"iso2c": "XD", | |
"country": "High income", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 8.7, | |
"SH.DYN.MORT.MA": 10.7, | |
"femaleslessmales": -2, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "XE", | |
"country": "Heavily indebted poor countries (HIPC)", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 141.55, | |
"SH.DYN.MORT.MA": 157.43, | |
"femaleslessmales": -15.884, | |
"iso3c": null, | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "XJ", | |
"country": "Latin America & Caribbean (developing only)", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 29.4, | |
"SH.DYN.MORT.MA": 36.1, | |
"femaleslessmales": -6.7, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "XL", | |
"country": "Least developed countries: UN classification", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 132.48, | |
"SH.DYN.MORT.MA": 146.45, | |
"femaleslessmales": -13.971, | |
"iso3c": null, | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "XM", | |
"country": "Low income", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 128, | |
"SH.DYN.MORT.MA": 141.4, | |
"femaleslessmales": -13.4, | |
"iso3c": null, | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "XN", | |
"country": "Lower middle income", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 92.8, | |
"SH.DYN.MORT.MA": 93.9, | |
"femaleslessmales": -1.1, | |
"iso3c": null, | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"NA": { | |
"iso2c": "XO", | |
"country": "Low & middle income", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 81.4, | |
"SH.DYN.MORT.MA": 85.7, | |
"femaleslessmales": -4.3, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "XP", | |
"country": "Middle income", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 69.9, | |
"SH.DYN.MORT.MA": 72.4, | |
"femaleslessmales": -2.5, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "XQ", | |
"country": "Middle East & North Africa (developing only)", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 42.2, | |
"SH.DYN.MORT.MA": 47.4, | |
"femaleslessmales": -5.2, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "XR", | |
"country": "High income: nonOECD", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 19.727, | |
"SH.DYN.MORT.MA": 24.64, | |
"femaleslessmales": -4.9124, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "XS", | |
"country": "High income: OECD", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 6.2507, | |
"SH.DYN.MORT.MA": 7.5898, | |
"femaleslessmales": -1.3392, | |
"iso3c": null, | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"NA": { | |
"iso2c": "XT", | |
"country": "Upper middle income", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 35.7, | |
"SH.DYN.MORT.MA": 41.1, | |
"femaleslessmales": -5.4, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "XU", | |
"country": "North America", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 7.4476, | |
"SH.DYN.MORT.MA": 9.1095, | |
"femaleslessmales": -1.6619, | |
"iso3c": null, | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"YEM": { | |
"iso2c": "YE", | |
"country": "Yemen, Rep.", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 90.9, | |
"SH.DYN.MORT.MA": 100.4, | |
"femaleslessmales": -9.5, | |
"iso3c": "YEM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NA": { | |
"iso2c": "Z4", | |
"country": "East Asia & Pacific (all income levels)", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 36.465, | |
"SH.DYN.MORT.MA": 42.612, | |
"femaleslessmales": -6.1472, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "Z7", | |
"country": "Europe & Central Asia (all income levels)", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 20.555, | |
"SH.DYN.MORT.MA": 25.324, | |
"femaleslessmales": -4.7691, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"ZAF": { | |
"iso2c": "ZA", | |
"country": "South Africa", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 68.2, | |
"SH.DYN.MORT.MA": 80, | |
"femaleslessmales": -11.8, | |
"iso3c": "ZAF", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "ZF", | |
"country": "Sub-Saharan Africa (developing only)", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 147.5, | |
"SH.DYN.MORT.MA": 164.1, | |
"femaleslessmales": -16.6, | |
"iso3c": null, | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "ZG", | |
"country": "Sub-Saharan Africa (all income levels)", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 147.69, | |
"SH.DYN.MORT.MA": 164.12, | |
"femaleslessmales": -16.421, | |
"iso3c": null, | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "ZJ", | |
"country": "Latin America & Caribbean (all income levels)", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 28.969, | |
"SH.DYN.MORT.MA": 35.52, | |
"femaleslessmales": -6.5507, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"ZMB": { | |
"iso2c": "ZM", | |
"country": "Zambia", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 159.3, | |
"SH.DYN.MORT.MA": 177.9, | |
"femaleslessmales": -18.6, | |
"iso3c": "ZMB", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "ZQ", | |
"country": "Middle East & North Africa (all income levels)", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 39.779, | |
"SH.DYN.MORT.MA": 44.784, | |
"femaleslessmales": -5.0054, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"ZWE": { | |
"iso2c": "ZW", | |
"country": "Zimbabwe", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 95.2, | |
"SH.DYN.MORT.MA": 109.5, | |
"femaleslessmales": -14.3, | |
"iso3c": "ZWE", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "8S", | |
"country": "South Asia", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 96.6, | |
"SH.DYN.MORT.MA": 91.5, | |
"femaleslessmales": 5.1, | |
"iso3c": null, | |
"fillKey": "(1,9.5]" | |
}, | |
"IND": { | |
"iso2c": "IN", | |
"country": "India", | |
"year": 2000, | |
"SH.DYN.MORT.FE": 96.2, | |
"SH.DYN.MORT.MA": 86.7, | |
"femaleslessmales": 9.5, | |
"iso3c": "IND", | |
"fillKey": "(1,9.5]" | |
} | |
}, | |
"2010": { | |
"NA": { | |
"iso2c": "1A", | |
"country": "Arab World", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 40.309, | |
"SH.DYN.MORT.MA": 45.947, | |
"femaleslessmales": -5.6386, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "1W", | |
"country": "World", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 49.3, | |
"SH.DYN.MORT.MA": 53, | |
"femaleslessmales": -3.7, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "4E", | |
"country": "East Asia & Pacific (developing only)", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 20.9, | |
"SH.DYN.MORT.MA": 24.9, | |
"femaleslessmales": -4, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "7E", | |
"country": "Europe & Central Asia (developing only)", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 23.1, | |
"SH.DYN.MORT.MA": 28.9, | |
"femaleslessmales": -5.8, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"AND": { | |
"iso2c": "AD", | |
"country": "Andorra", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 3, | |
"SH.DYN.MORT.MA": 3.6, | |
"femaleslessmales": -0.6, | |
"iso3c": "AND", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"ARE": { | |
"iso2c": "AE", | |
"country": "United Arab Emirates", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 7.9, | |
"SH.DYN.MORT.MA": 9.8, | |
"femaleslessmales": -1.9, | |
"iso3c": "ARE", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"AFG": { | |
"iso2c": "AF", | |
"country": "Afghanistan", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 101.8, | |
"SH.DYN.MORT.MA": 108.5, | |
"femaleslessmales": -6.7, | |
"iso3c": "AFG", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"ATG": { | |
"iso2c": "AG", | |
"country": "Antigua and Barbuda", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 9.2, | |
"SH.DYN.MORT.MA": 11.3, | |
"femaleslessmales": -2.1, | |
"iso3c": "ATG", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"ALB": { | |
"iso2c": "AL", | |
"country": "Albania", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 14.8, | |
"SH.DYN.MORT.MA": 18.2, | |
"femaleslessmales": -3.4, | |
"iso3c": "ALB", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"ARM": { | |
"iso2c": "AM", | |
"country": "Armenia", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 16.1, | |
"SH.DYN.MORT.MA": 20.1, | |
"femaleslessmales": -4, | |
"iso3c": "ARM", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"AGO": { | |
"iso2c": "AO", | |
"country": "Angola", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 173.4, | |
"SH.DYN.MORT.MA": 191, | |
"femaleslessmales": -17.6, | |
"iso3c": "AGO", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"ARG": { | |
"iso2c": "AR", | |
"country": "Argentina", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 13.1, | |
"SH.DYN.MORT.MA": 16, | |
"femaleslessmales": -2.9, | |
"iso3c": "ARG", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"AUT": { | |
"iso2c": "AT", | |
"country": "Austria", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 3.9, | |
"SH.DYN.MORT.MA": 4.8, | |
"femaleslessmales": -0.9, | |
"iso3c": "AUT", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"AUS": { | |
"iso2c": "AU", | |
"country": "Australia", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 4.2, | |
"SH.DYN.MORT.MA": 5.3, | |
"femaleslessmales": -1.1, | |
"iso3c": "AUS", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"AZE": { | |
"iso2c": "AZ", | |
"country": "Azerbaijan", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 35.8, | |
"SH.DYN.MORT.MA": 41.8, | |
"femaleslessmales": -6, | |
"iso3c": "AZE", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "B8", | |
"country": "Central Europe and the Baltics", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 7.1433, | |
"SH.DYN.MORT.MA": 8.7548, | |
"femaleslessmales": -1.6114, | |
"iso3c": null, | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"BIH": { | |
"iso2c": "BA", | |
"country": "Bosnia and Herzegovina", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 6.7, | |
"SH.DYN.MORT.MA": 8.3, | |
"femaleslessmales": -1.6, | |
"iso3c": "BIH", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"BRB": { | |
"iso2c": "BB", | |
"country": "Barbados", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 13.5, | |
"SH.DYN.MORT.MA": 16.1, | |
"femaleslessmales": -2.6, | |
"iso3c": "BRB", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"BGD": { | |
"iso2c": "BD", | |
"country": "Bangladesh", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 46.1, | |
"SH.DYN.MORT.MA": 51.9, | |
"femaleslessmales": -5.8, | |
"iso3c": "BGD", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"BEL": { | |
"iso2c": "BE", | |
"country": "Belgium", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 4, | |
"SH.DYN.MORT.MA": 5.1, | |
"femaleslessmales": -1.1, | |
"iso3c": "BEL", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"BFA": { | |
"iso2c": "BF", | |
"country": "Burkina Faso", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 109, | |
"SH.DYN.MORT.MA": 119.4, | |
"femaleslessmales": -10.4, | |
"iso3c": "BFA", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"BGR": { | |
"iso2c": "BG", | |
"country": "Bulgaria", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 11.5, | |
"SH.DYN.MORT.MA": 14.4, | |
"femaleslessmales": -2.9, | |
"iso3c": "BGR", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"BHR": { | |
"iso2c": "BH", | |
"country": "Bahrain", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 7.5, | |
"SH.DYN.MORT.MA": 8.1, | |
"femaleslessmales": -0.6, | |
"iso3c": "BHR", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"BDI": { | |
"iso2c": "BI", | |
"country": "Burundi", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 87, | |
"SH.DYN.MORT.MA": 99.7, | |
"femaleslessmales": -12.7, | |
"iso3c": "BDI", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"BEN": { | |
"iso2c": "BJ", | |
"country": "Benin", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 91.2, | |
"SH.DYN.MORT.MA": 99.7, | |
"femaleslessmales": -8.5, | |
"iso3c": "BEN", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"BRN": { | |
"iso2c": "BN", | |
"country": "Brunei Darussalam", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 8.4, | |
"SH.DYN.MORT.MA": 10, | |
"femaleslessmales": -1.6, | |
"iso3c": "BRN", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"BOL": { | |
"iso2c": "BO", | |
"country": "Bolivia", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 40.1, | |
"SH.DYN.MORT.MA": 47.8, | |
"femaleslessmales": -7.7, | |
"iso3c": "BOL", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"BRA": { | |
"iso2c": "BR", | |
"country": "Brazil", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 14.3, | |
"SH.DYN.MORT.MA": 18.2, | |
"femaleslessmales": -3.9, | |
"iso3c": "BRA", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"BHS": { | |
"iso2c": "BS", | |
"country": "Bahamas, The", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 12.9, | |
"SH.DYN.MORT.MA": 14.9, | |
"femaleslessmales": -2, | |
"iso3c": "BHS", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"BTN": { | |
"iso2c": "BT", | |
"country": "Bhutan", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 38.4, | |
"SH.DYN.MORT.MA": 46.3, | |
"femaleslessmales": -7.9, | |
"iso3c": "BTN", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"BWA": { | |
"iso2c": "BW", | |
"country": "Botswana", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 48.2, | |
"SH.DYN.MORT.MA": 56.4, | |
"femaleslessmales": -8.2, | |
"iso3c": "BWA", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"BLR": { | |
"iso2c": "BY", | |
"country": "Belarus", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 5.3, | |
"SH.DYN.MORT.MA": 6.9, | |
"femaleslessmales": -1.6, | |
"iso3c": "BLR", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"BLZ": { | |
"iso2c": "BZ", | |
"country": "Belize", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 16.3, | |
"SH.DYN.MORT.MA": 20.3, | |
"femaleslessmales": -4, | |
"iso3c": "BLZ", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"CAN": { | |
"iso2c": "CA", | |
"country": "Canada", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 5.1, | |
"SH.DYN.MORT.MA": 6, | |
"femaleslessmales": -0.9, | |
"iso3c": "CAN", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"COD": { | |
"iso2c": "CD", | |
"country": "Congo, Dem. Rep.", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 122.2, | |
"SH.DYN.MORT.MA": 138.8, | |
"femaleslessmales": -16.6, | |
"iso3c": "COD", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"CAF": { | |
"iso2c": "CF", | |
"country": "Central African Republic", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 145.3, | |
"SH.DYN.MORT.MA": 159.5, | |
"femaleslessmales": -14.2, | |
"iso3c": "CAF", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"COG": { | |
"iso2c": "CG", | |
"country": "Congo, Rep.", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 55.3, | |
"SH.DYN.MORT.MA": 64.7, | |
"femaleslessmales": -9.4, | |
"iso3c": "COG", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"CHE": { | |
"iso2c": "CH", | |
"country": "Switzerland", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 4.1, | |
"SH.DYN.MORT.MA": 4.9, | |
"femaleslessmales": -0.8, | |
"iso3c": "CHE", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"CIV": { | |
"iso2c": "CI", | |
"country": "Cote d'Ivoire", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 99.2, | |
"SH.DYN.MORT.MA": 119, | |
"femaleslessmales": -19.8, | |
"iso3c": "CIV", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"CHL": { | |
"iso2c": "CL", | |
"country": "Chile", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 7.9, | |
"SH.DYN.MORT.MA": 9.5, | |
"femaleslessmales": -1.6, | |
"iso3c": "CHL", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"CMR": { | |
"iso2c": "CM", | |
"country": "Cameroon", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 97.8, | |
"SH.DYN.MORT.MA": 110.9, | |
"femaleslessmales": -13.1, | |
"iso3c": "CMR", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"CHN": { | |
"iso2c": "CN", | |
"country": "China", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 14.7, | |
"SH.DYN.MORT.MA": 16.9, | |
"femaleslessmales": -2.2, | |
"iso3c": "CHN", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"COL": { | |
"iso2c": "CO", | |
"country": "Colombia", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 16.4, | |
"SH.DYN.MORT.MA": 20.7, | |
"femaleslessmales": -4.3, | |
"iso3c": "COL", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"CRI": { | |
"iso2c": "CR", | |
"country": "Costa Rica", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 9, | |
"SH.DYN.MORT.MA": 11, | |
"femaleslessmales": -2, | |
"iso3c": "CRI", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"CUB": { | |
"iso2c": "CU", | |
"country": "Cuba", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 6.1, | |
"SH.DYN.MORT.MA": 7.6, | |
"femaleslessmales": -1.5, | |
"iso3c": "CUB", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"CPV": { | |
"iso2c": "CV", | |
"country": "Cabo Verde", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 25.1, | |
"SH.DYN.MORT.MA": 30.4, | |
"femaleslessmales": -5.3, | |
"iso3c": "CPV", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"CYP": { | |
"iso2c": "CY", | |
"country": "Cyprus", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 3.5, | |
"SH.DYN.MORT.MA": 4.2, | |
"femaleslessmales": -0.7, | |
"iso3c": "CYP", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"CZE": { | |
"iso2c": "CZ", | |
"country": "Czech Republic", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 3.6, | |
"SH.DYN.MORT.MA": 4.6, | |
"femaleslessmales": -1, | |
"iso3c": "CZE", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"DEU": { | |
"iso2c": "DE", | |
"country": "Germany", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 3.8, | |
"SH.DYN.MORT.MA": 4.6, | |
"femaleslessmales": -0.8, | |
"iso3c": "DEU", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"DJI": { | |
"iso2c": "DJ", | |
"country": "Djibouti", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 69.3, | |
"SH.DYN.MORT.MA": 82.4, | |
"femaleslessmales": -13.1, | |
"iso3c": "DJI", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"DNK": { | |
"iso2c": "DK", | |
"country": "Denmark", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 3.6, | |
"SH.DYN.MORT.MA": 4.4, | |
"femaleslessmales": -0.8, | |
"iso3c": "DNK", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"DMA": { | |
"iso2c": "DM", | |
"country": "Dominica", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 11.4, | |
"SH.DYN.MORT.MA": 13.4, | |
"femaleslessmales": -2, | |
"iso3c": "DMA", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"DOM": { | |
"iso2c": "DO", | |
"country": "Dominican Republic", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 27.7, | |
"SH.DYN.MORT.MA": 33.7, | |
"femaleslessmales": -6, | |
"iso3c": "DOM", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"DZA": { | |
"iso2c": "DZ", | |
"country": "Algeria", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 25.9, | |
"SH.DYN.MORT.MA": 28.9, | |
"femaleslessmales": -3, | |
"iso3c": "DZA", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"ECU": { | |
"iso2c": "EC", | |
"country": "Ecuador", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 21.6, | |
"SH.DYN.MORT.MA": 27.6, | |
"femaleslessmales": -6, | |
"iso3c": "ECU", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"EST": { | |
"iso2c": "EE", | |
"country": "Estonia", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 4, | |
"SH.DYN.MORT.MA": 5, | |
"femaleslessmales": -1, | |
"iso3c": "EST", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"EGY": { | |
"iso2c": "EG", | |
"country": "Egypt, Arab Rep.", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 22.4, | |
"SH.DYN.MORT.MA": 24.5, | |
"femaleslessmales": -2.1, | |
"iso3c": "EGY", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"ERI": { | |
"iso2c": "ER", | |
"country": "Eritrea", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 50.2, | |
"SH.DYN.MORT.MA": 61, | |
"femaleslessmales": -10.8, | |
"iso3c": "ERI", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"ESP": { | |
"iso2c": "ES", | |
"country": "Spain", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 4.2, | |
"SH.DYN.MORT.MA": 5, | |
"femaleslessmales": -0.8, | |
"iso3c": "ESP", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"ETH": { | |
"iso2c": "ET", | |
"country": "Ethiopia", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 69.1, | |
"SH.DYN.MORT.MA": 81.8, | |
"femaleslessmales": -12.7, | |
"iso3c": "ETH", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "EU", | |
"country": "European Union", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 4.6171, | |
"SH.DYN.MORT.MA": 5.602, | |
"femaleslessmales": -0.98487, | |
"iso3c": null, | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"NA": { | |
"iso2c": "F1", | |
"country": "Fragile and conflict affected situations", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 90.955, | |
"SH.DYN.MORT.MA": 102.85, | |
"femaleslessmales": -11.899, | |
"iso3c": null, | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"FIN": { | |
"iso2c": "FI", | |
"country": "Finland", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 2.7, | |
"SH.DYN.MORT.MA": 3.3, | |
"femaleslessmales": -0.6, | |
"iso3c": "FIN", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"FJI": { | |
"iso2c": "FJ", | |
"country": "Fiji", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 21.1, | |
"SH.DYN.MORT.MA": 26.2, | |
"femaleslessmales": -5.1, | |
"iso3c": "FJI", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"FSM": { | |
"iso2c": "FM", | |
"country": "Micronesia, Fed. Sts.", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 36.1, | |
"SH.DYN.MORT.MA": 43.9, | |
"femaleslessmales": -7.8, | |
"iso3c": "FSM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"FRA": { | |
"iso2c": "FR", | |
"country": "France", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 3.8, | |
"SH.DYN.MORT.MA": 4.6, | |
"femaleslessmales": -0.8, | |
"iso3c": "FRA", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"GAB": { | |
"iso2c": "GA", | |
"country": "Gabon", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 58, | |
"SH.DYN.MORT.MA": 68.7, | |
"femaleslessmales": -10.7, | |
"iso3c": "GAB", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"GBR": { | |
"iso2c": "GB", | |
"country": "United Kingdom", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 4.7, | |
"SH.DYN.MORT.MA": 5.7, | |
"femaleslessmales": -1, | |
"iso3c": "GBR", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"GRD": { | |
"iso2c": "GD", | |
"country": "Grenada", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 11.7, | |
"SH.DYN.MORT.MA": 13.9, | |
"femaleslessmales": -2.2, | |
"iso3c": "GRD", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"GEO": { | |
"iso2c": "GE", | |
"country": "Georgia", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 14.2, | |
"SH.DYN.MORT.MA": 18.4, | |
"femaleslessmales": -4.2, | |
"iso3c": "GEO", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"GHA": { | |
"iso2c": "GH", | |
"country": "Ghana", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 76.7, | |
"SH.DYN.MORT.MA": 89.2, | |
"femaleslessmales": -12.5, | |
"iso3c": "GHA", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"GMB": { | |
"iso2c": "GM", | |
"country": "Gambia, The", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 76.5, | |
"SH.DYN.MORT.MA": 86.6, | |
"femaleslessmales": -10.1, | |
"iso3c": "GMB", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"GIN": { | |
"iso2c": "GN", | |
"country": "Guinea", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 106.1, | |
"SH.DYN.MORT.MA": 117.9, | |
"femaleslessmales": -11.8, | |
"iso3c": "GIN", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"GNQ": { | |
"iso2c": "GQ", | |
"country": "Equatorial Guinea", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 99.5, | |
"SH.DYN.MORT.MA": 111.6, | |
"femaleslessmales": -12.1, | |
"iso3c": "GNQ", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"GRC": { | |
"iso2c": "GR", | |
"country": "Greece", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 4.3, | |
"SH.DYN.MORT.MA": 5, | |
"femaleslessmales": -0.7, | |
"iso3c": "GRC", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"GTM": { | |
"iso2c": "GT", | |
"country": "Guatemala", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 30.8, | |
"SH.DYN.MORT.MA": 37.8, | |
"femaleslessmales": -7, | |
"iso3c": "GTM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"GNB": { | |
"iso2c": "GW", | |
"country": "Guinea-Bissau", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 125.2, | |
"SH.DYN.MORT.MA": 146.1, | |
"femaleslessmales": -20.9, | |
"iso3c": "GNB", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"GUY": { | |
"iso2c": "GY", | |
"country": "Guyana", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 34.6, | |
"SH.DYN.MORT.MA": 44.6, | |
"femaleslessmales": -10, | |
"iso3c": "GUY", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"HND": { | |
"iso2c": "HN", | |
"country": "Honduras", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 22.1, | |
"SH.DYN.MORT.MA": 27.5, | |
"femaleslessmales": -5.4, | |
"iso3c": "HND", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"HRV": { | |
"iso2c": "HR", | |
"country": "Croatia", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 4.8, | |
"SH.DYN.MORT.MA": 5.7, | |
"femaleslessmales": -0.9, | |
"iso3c": "HRV", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"HTI": { | |
"iso2c": "HT", | |
"country": "Haiti", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 165.3, | |
"SH.DYN.MORT.MA": 183, | |
"femaleslessmales": -17.7, | |
"iso3c": "HTI", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"HUN": { | |
"iso2c": "HU", | |
"country": "Hungary", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 6.1, | |
"SH.DYN.MORT.MA": 7.1, | |
"femaleslessmales": -1, | |
"iso3c": "HUN", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"IDN": { | |
"iso2c": "ID", | |
"country": "Indonesia", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 29.1, | |
"SH.DYN.MORT.MA": 37.1, | |
"femaleslessmales": -8, | |
"iso3c": "IDN", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"IRL": { | |
"iso2c": "IE", | |
"country": "Ireland", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 3.8, | |
"SH.DYN.MORT.MA": 4.6, | |
"femaleslessmales": -0.8, | |
"iso3c": "IRL", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"ISR": { | |
"iso2c": "IL", | |
"country": "Israel", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 4.2, | |
"SH.DYN.MORT.MA": 4.8, | |
"femaleslessmales": -0.6, | |
"iso3c": "ISR", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"IRQ": { | |
"iso2c": "IQ", | |
"country": "Iraq", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 33.3, | |
"SH.DYN.MORT.MA": 40, | |
"femaleslessmales": -6.7, | |
"iso3c": "IRQ", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"IRN": { | |
"iso2c": "IR", | |
"country": "Iran, Islamic Rep.", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 18.2, | |
"SH.DYN.MORT.MA": 20.1, | |
"femaleslessmales": -1.9, | |
"iso3c": "IRN", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"ISL": { | |
"iso2c": "IS", | |
"country": "Iceland", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 2.2, | |
"SH.DYN.MORT.MA": 2.6, | |
"femaleslessmales": -0.4, | |
"iso3c": "ISL", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"ITA": { | |
"iso2c": "IT", | |
"country": "Italy", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 3.6, | |
"SH.DYN.MORT.MA": 4.3, | |
"femaleslessmales": -0.7, | |
"iso3c": "ITA", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"JAM": { | |
"iso2c": "JM", | |
"country": "Jamaica", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 15.9, | |
"SH.DYN.MORT.MA": 20.6, | |
"femaleslessmales": -4.7, | |
"iso3c": "JAM", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"JOR": { | |
"iso2c": "JO", | |
"country": "Jordan", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 19.3, | |
"SH.DYN.MORT.MA": 21.6, | |
"femaleslessmales": -2.3, | |
"iso3c": "JOR", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"JPN": { | |
"iso2c": "JP", | |
"country": "Japan", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 3, | |
"SH.DYN.MORT.MA": 3.4, | |
"femaleslessmales": -0.4, | |
"iso3c": "JPN", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"KEN": { | |
"iso2c": "KE", | |
"country": "Kenya", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 74.3, | |
"SH.DYN.MORT.MA": 84.4, | |
"femaleslessmales": -10.1, | |
"iso3c": "KEN", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"KGZ": { | |
"iso2c": "KG", | |
"country": "Kyrgyz Republic", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 26.8, | |
"SH.DYN.MORT.MA": 33.5, | |
"femaleslessmales": -6.7, | |
"iso3c": "KGZ", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"KHM": { | |
"iso2c": "KH", | |
"country": "Cambodia", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 38.9, | |
"SH.DYN.MORT.MA": 48.4, | |
"femaleslessmales": -9.5, | |
"iso3c": "KHM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"KIR": { | |
"iso2c": "KI", | |
"country": "Kiribati", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 57.4, | |
"SH.DYN.MORT.MA": 67.2, | |
"femaleslessmales": -9.8, | |
"iso3c": "KIR", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"COM": { | |
"iso2c": "KM", | |
"country": "Comoros", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 79.5, | |
"SH.DYN.MORT.MA": 91.3, | |
"femaleslessmales": -11.8, | |
"iso3c": "COM", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"KNA": { | |
"iso2c": "KN", | |
"country": "St. Kitts and Nevis", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 10.2, | |
"SH.DYN.MORT.MA": 12.4, | |
"femaleslessmales": -2.2, | |
"iso3c": "KNA", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"PRK": { | |
"iso2c": "KP", | |
"country": "Korea, Dem. Rep.", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 28, | |
"SH.DYN.MORT.MA": 34.4, | |
"femaleslessmales": -6.4, | |
"iso3c": "PRK", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"KOR": { | |
"iso2c": "KR", | |
"country": "Korea, Rep.", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 3.8, | |
"SH.DYN.MORT.MA": 4.4, | |
"femaleslessmales": -0.6, | |
"iso3c": "KOR", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"KWT": { | |
"iso2c": "KW", | |
"country": "Kuwait", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 9.9, | |
"SH.DYN.MORT.MA": 11.6, | |
"femaleslessmales": -1.7, | |
"iso3c": "KWT", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"KAZ": { | |
"iso2c": "KZ", | |
"country": "Kazakhstan", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 18.3, | |
"SH.DYN.MORT.MA": 24.8, | |
"femaleslessmales": -6.5, | |
"iso3c": "KAZ", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"LAO": { | |
"iso2c": "LA", | |
"country": "Lao PDR", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 73, | |
"SH.DYN.MORT.MA": 86, | |
"femaleslessmales": -13, | |
"iso3c": "LAO", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"LBN": { | |
"iso2c": "LB", | |
"country": "Lebanon", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 9.9, | |
"SH.DYN.MORT.MA": 10.9, | |
"femaleslessmales": -1, | |
"iso3c": "LBN", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"LCA": { | |
"iso2c": "LC", | |
"country": "St. Lucia", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 14, | |
"SH.DYN.MORT.MA": 17.1, | |
"femaleslessmales": -3.1, | |
"iso3c": "LCA", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"LKA": { | |
"iso2c": "LK", | |
"country": "Sri Lanka", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 9.8, | |
"SH.DYN.MORT.MA": 11.6, | |
"femaleslessmales": -1.8, | |
"iso3c": "LKA", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"LBR": { | |
"iso2c": "LR", | |
"country": "Liberia", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 76, | |
"SH.DYN.MORT.MA": 87.6, | |
"femaleslessmales": -11.6, | |
"iso3c": "LBR", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"LSO": { | |
"iso2c": "LS", | |
"country": "Lesotho", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 100.8, | |
"SH.DYN.MORT.MA": 116, | |
"femaleslessmales": -15.2, | |
"iso3c": "LSO", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"LTU": { | |
"iso2c": "LT", | |
"country": "Lithuania", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 6.1, | |
"SH.DYN.MORT.MA": 7.4, | |
"femaleslessmales": -1.3, | |
"iso3c": "LTU", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"LUX": { | |
"iso2c": "LU", | |
"country": "Luxembourg", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 2.2, | |
"SH.DYN.MORT.MA": 2.6, | |
"femaleslessmales": -0.4, | |
"iso3c": "LUX", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"LVA": { | |
"iso2c": "LV", | |
"country": "Latvia", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 8.6, | |
"SH.DYN.MORT.MA": 10.2, | |
"femaleslessmales": -1.6, | |
"iso3c": "LVA", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"LBY": { | |
"iso2c": "LY", | |
"country": "Libya", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 14.9, | |
"SH.DYN.MORT.MA": 18.4, | |
"femaleslessmales": -3.5, | |
"iso3c": "LBY", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"MAR": { | |
"iso2c": "MA", | |
"country": "Morocco", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 30.3, | |
"SH.DYN.MORT.MA": 37.4, | |
"femaleslessmales": -7.1, | |
"iso3c": "MAR", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"MCO": { | |
"iso2c": "MC", | |
"country": "Monaco", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 3.6, | |
"SH.DYN.MORT.MA": 4.4, | |
"femaleslessmales": -0.8, | |
"iso3c": "MCO", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"MDA": { | |
"iso2c": "MD", | |
"country": "Moldova", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 15.4, | |
"SH.DYN.MORT.MA": 19.3, | |
"femaleslessmales": -3.9, | |
"iso3c": "MDA", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"MNE": { | |
"iso2c": "ME", | |
"country": "Montenegro", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 6.4, | |
"SH.DYN.MORT.MA": 7.2, | |
"femaleslessmales": -0.8, | |
"iso3c": "MNE", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"MDG": { | |
"iso2c": "MG", | |
"country": "Madagascar", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 58.7, | |
"SH.DYN.MORT.MA": 67.2, | |
"femaleslessmales": -8.5, | |
"iso3c": "MDG", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"MHL": { | |
"iso2c": "MH", | |
"country": "Marshall Islands", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 34.7, | |
"SH.DYN.MORT.MA": 43.1, | |
"femaleslessmales": -8.4, | |
"iso3c": "MHL", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"MKD": { | |
"iso2c": "MK", | |
"country": "Macedonia, FYR", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 9.1, | |
"SH.DYN.MORT.MA": 10.6, | |
"femaleslessmales": -1.5, | |
"iso3c": "MKD", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"MLI": { | |
"iso2c": "ML", | |
"country": "Mali", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 130.8, | |
"SH.DYN.MORT.MA": 143.1, | |
"femaleslessmales": -12.3, | |
"iso3c": "MLI", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"MMR": { | |
"iso2c": "MM", | |
"country": "Myanmar", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 50.5, | |
"SH.DYN.MORT.MA": 61.3, | |
"femaleslessmales": -10.8, | |
"iso3c": "MMR", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"MNG": { | |
"iso2c": "MN", | |
"country": "Mongolia", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 28.9, | |
"SH.DYN.MORT.MA": 42, | |
"femaleslessmales": -13.1, | |
"iso3c": "MNG", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"MRT": { | |
"iso2c": "MR", | |
"country": "Mauritania", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 89.5, | |
"SH.DYN.MORT.MA": 106.5, | |
"femaleslessmales": -17, | |
"iso3c": "MRT", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"MLT": { | |
"iso2c": "MT", | |
"country": "Malta", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 5.8, | |
"SH.DYN.MORT.MA": 6.9, | |
"femaleslessmales": -1.1, | |
"iso3c": "MLT", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"MUS": { | |
"iso2c": "MU", | |
"country": "Mauritius", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 13.4, | |
"SH.DYN.MORT.MA": 16.9, | |
"femaleslessmales": -3.5, | |
"iso3c": "MUS", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"MDV": { | |
"iso2c": "MV", | |
"country": "Maldives", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 11.6, | |
"SH.DYN.MORT.MA": 14.3, | |
"femaleslessmales": -2.7, | |
"iso3c": "MDV", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"MWI": { | |
"iso2c": "MW", | |
"country": "Malawi", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 77.5, | |
"SH.DYN.MORT.MA": 87.6, | |
"femaleslessmales": -10.1, | |
"iso3c": "MWI", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"MEX": { | |
"iso2c": "MX", | |
"country": "Mexico", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 15.1, | |
"SH.DYN.MORT.MA": 18.3, | |
"femaleslessmales": -3.2, | |
"iso3c": "MEX", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"MYS": { | |
"iso2c": "MY", | |
"country": "Malaysia", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 7.6, | |
"SH.DYN.MORT.MA": 9.3, | |
"femaleslessmales": -1.7, | |
"iso3c": "MYS", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"MOZ": { | |
"iso2c": "MZ", | |
"country": "Mozambique", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 97.2, | |
"SH.DYN.MORT.MA": 107.4, | |
"femaleslessmales": -10.2, | |
"iso3c": "MOZ", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NAM": { | |
"iso2c": "NA", | |
"country": "Namibia", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 51.4, | |
"SH.DYN.MORT.MA": 59.7, | |
"femaleslessmales": -8.3, | |
"iso3c": "NAM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NER": { | |
"iso2c": "NE", | |
"country": "Niger", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 119.1, | |
"SH.DYN.MORT.MA": 127.8, | |
"femaleslessmales": -8.7, | |
"iso3c": "NER", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NGA": { | |
"iso2c": "NG", | |
"country": "Nigeria", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 123.9, | |
"SH.DYN.MORT.MA": 138, | |
"femaleslessmales": -14.1, | |
"iso3c": "NGA", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NIC": { | |
"iso2c": "NI", | |
"country": "Nicaragua", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 23.2, | |
"SH.DYN.MORT.MA": 28.9, | |
"femaleslessmales": -5.7, | |
"iso3c": "NIC", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NLD": { | |
"iso2c": "NL", | |
"country": "Netherlands", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 4, | |
"SH.DYN.MORT.MA": 4.9, | |
"femaleslessmales": -0.9, | |
"iso3c": "NLD", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"NOR": { | |
"iso2c": "NO", | |
"country": "Norway", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 2.8, | |
"SH.DYN.MORT.MA": 3.6, | |
"femaleslessmales": -0.8, | |
"iso3c": "NOR", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"NPL": { | |
"iso2c": "NP", | |
"country": "Nepal", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 42.7, | |
"SH.DYN.MORT.MA": 47.7, | |
"femaleslessmales": -5, | |
"iso3c": "NPL", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NZL": { | |
"iso2c": "NZ", | |
"country": "New Zealand", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 5.8, | |
"SH.DYN.MORT.MA": 7.1, | |
"femaleslessmales": -1.3, | |
"iso3c": "NZL", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"NA": { | |
"iso2c": "OE", | |
"country": "OECD members", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 7.8162, | |
"SH.DYN.MORT.MA": 9.4194, | |
"femaleslessmales": -1.6031, | |
"iso3c": null, | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"OMN": { | |
"iso2c": "OM", | |
"country": "Oman", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 10.5, | |
"SH.DYN.MORT.MA": 12.7, | |
"femaleslessmales": -2.2, | |
"iso3c": "OMN", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"PAN": { | |
"iso2c": "PA", | |
"country": "Panama", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 17.4, | |
"SH.DYN.MORT.MA": 21.7, | |
"femaleslessmales": -4.3, | |
"iso3c": "PAN", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"PER": { | |
"iso2c": "PE", | |
"country": "Peru", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 17.7, | |
"SH.DYN.MORT.MA": 21.4, | |
"femaleslessmales": -3.7, | |
"iso3c": "PER", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"PNG": { | |
"iso2c": "PG", | |
"country": "Papua New Guinea", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 61.7, | |
"SH.DYN.MORT.MA": 71.4, | |
"femaleslessmales": -9.7, | |
"iso3c": "PNG", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"PHL": { | |
"iso2c": "PH", | |
"country": "Philippines", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 28.2, | |
"SH.DYN.MORT.MA": 35.7, | |
"femaleslessmales": -7.5, | |
"iso3c": "PHL", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"PAK": { | |
"iso2c": "PK", | |
"country": "Pakistan", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 88.2, | |
"SH.DYN.MORT.MA": 95.4, | |
"femaleslessmales": -7.2, | |
"iso3c": "PAK", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"POL": { | |
"iso2c": "PL", | |
"country": "Poland", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 5.3, | |
"SH.DYN.MORT.MA": 6.4, | |
"femaleslessmales": -1.1, | |
"iso3c": "POL", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"PSE": { | |
"iso2c": "PS", | |
"country": "West Bank and Gaza", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 21.8, | |
"SH.DYN.MORT.MA": 25.8, | |
"femaleslessmales": -4, | |
"iso3c": "PSE", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"PRT": { | |
"iso2c": "PT", | |
"country": "Portugal", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 3.5, | |
"SH.DYN.MORT.MA": 4.2, | |
"femaleslessmales": -0.7, | |
"iso3c": "PRT", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"PLW": { | |
"iso2c": "PW", | |
"country": "Palau", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 17.2, | |
"SH.DYN.MORT.MA": 21.5, | |
"femaleslessmales": -4.3, | |
"iso3c": "PLW", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"PRY": { | |
"iso2c": "PY", | |
"country": "Paraguay", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 21.7, | |
"SH.DYN.MORT.MA": 26.6, | |
"femaleslessmales": -4.9, | |
"iso3c": "PRY", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"QAT": { | |
"iso2c": "QA", | |
"country": "Qatar", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 8.1, | |
"SH.DYN.MORT.MA": 9.7, | |
"femaleslessmales": -1.6, | |
"iso3c": "QAT", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"ROU": { | |
"iso2c": "RO", | |
"country": "Romania", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 12.4, | |
"SH.DYN.MORT.MA": 15.4, | |
"femaleslessmales": -3, | |
"iso3c": "ROU", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"SRB": { | |
"iso2c": "RS", | |
"country": "Serbia", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 6.8, | |
"SH.DYN.MORT.MA": 8.4, | |
"femaleslessmales": -1.6, | |
"iso3c": "SRB", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"RUS": { | |
"iso2c": "RU", | |
"country": "Russian Federation", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 10.4, | |
"SH.DYN.MORT.MA": 13.2, | |
"femaleslessmales": -2.8, | |
"iso3c": "RUS", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"RWA": { | |
"iso2c": "RW", | |
"country": "Rwanda", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 59.3, | |
"SH.DYN.MORT.MA": 67.6, | |
"femaleslessmales": -8.3, | |
"iso3c": "RWA", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NA": { | |
"iso2c": "S1", | |
"country": "Small states", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 59.738, | |
"SH.DYN.MORT.MA": 69.531, | |
"femaleslessmales": -9.7933, | |
"iso3c": null, | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NA": { | |
"iso2c": "S2", | |
"country": "Pacific island small states", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 24.514, | |
"SH.DYN.MORT.MA": 29.794, | |
"femaleslessmales": -5.2803, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "S3", | |
"country": "Caribbean small states", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 19.472, | |
"SH.DYN.MORT.MA": 24.64, | |
"femaleslessmales": -5.1682, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "S4", | |
"country": "Other small states", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 71.963, | |
"SH.DYN.MORT.MA": 83.207, | |
"femaleslessmales": -11.243, | |
"iso3c": null, | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"SAU": { | |
"iso2c": "SA", | |
"country": "Saudi Arabia", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 15.9, | |
"SH.DYN.MORT.MA": 18.2, | |
"femaleslessmales": -2.3, | |
"iso3c": "SAU", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"SLB": { | |
"iso2c": "SB", | |
"country": "Solomon Islands", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 29.6, | |
"SH.DYN.MORT.MA": 35.5, | |
"femaleslessmales": -5.9, | |
"iso3c": "SLB", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"SYC": { | |
"iso2c": "SC", | |
"country": "Seychelles", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 13.1, | |
"SH.DYN.MORT.MA": 15.4, | |
"femaleslessmales": -2.3, | |
"iso3c": "SYC", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"SDN": { | |
"iso2c": "SD", | |
"country": "Sudan", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 78, | |
"SH.DYN.MORT.MA": 88.3, | |
"femaleslessmales": -10.3, | |
"iso3c": "SDN", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"SWE": { | |
"iso2c": "SE", | |
"country": "Sweden", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 2.8, | |
"SH.DYN.MORT.MA": 3.3, | |
"femaleslessmales": -0.5, | |
"iso3c": "SWE", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"SGP": { | |
"iso2c": "SG", | |
"country": "Singapore", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 2.6, | |
"SH.DYN.MORT.MA": 3.1, | |
"femaleslessmales": -0.5, | |
"iso3c": "SGP", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"SVN": { | |
"iso2c": "SI", | |
"country": "Slovenia", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 3, | |
"SH.DYN.MORT.MA": 3.6, | |
"femaleslessmales": -0.6, | |
"iso3c": "SVN", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"SVK": { | |
"iso2c": "SK", | |
"country": "Slovak Republic", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 7.2, | |
"SH.DYN.MORT.MA": 8.9, | |
"femaleslessmales": -1.7, | |
"iso3c": "SVK", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"SLE": { | |
"iso2c": "SL", | |
"country": "Sierra Leone", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 166.4, | |
"SH.DYN.MORT.MA": 184.1, | |
"femaleslessmales": -17.7, | |
"iso3c": "SLE", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"SMR": { | |
"iso2c": "SM", | |
"country": "San Marino", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 3.1, | |
"SH.DYN.MORT.MA": 3.7, | |
"femaleslessmales": -0.6, | |
"iso3c": "SMR", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"SEN": { | |
"iso2c": "SN", | |
"country": "Senegal", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 61.1, | |
"SH.DYN.MORT.MA": 71.2, | |
"femaleslessmales": -10.1, | |
"iso3c": "SEN", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"SOM": { | |
"iso2c": "SO", | |
"country": "Somalia", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 151.6, | |
"SH.DYN.MORT.MA": 165.8, | |
"femaleslessmales": -14.2, | |
"iso3c": "SOM", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"SUR": { | |
"iso2c": "SR", | |
"country": "Suriname", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 22.1, | |
"SH.DYN.MORT.MA": 28.1, | |
"femaleslessmales": -6, | |
"iso3c": "SUR", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"SSD": { | |
"iso2c": "SS", | |
"country": "South Sudan", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 105.1, | |
"SH.DYN.MORT.MA": 116.4, | |
"femaleslessmales": -11.3, | |
"iso3c": "SSD", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"STP": { | |
"iso2c": "ST", | |
"country": "Sao Tome and Principe", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 52.1, | |
"SH.DYN.MORT.MA": 61.1, | |
"femaleslessmales": -9, | |
"iso3c": "STP", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"SLV": { | |
"iso2c": "SV", | |
"country": "El Salvador", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 15.7, | |
"SH.DYN.MORT.MA": 19.6, | |
"femaleslessmales": -3.9, | |
"iso3c": "SLV", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"SYR": { | |
"iso2c": "SY", | |
"country": "Syrian Arab Republic", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 13.7, | |
"SH.DYN.MORT.MA": 16.7, | |
"femaleslessmales": -3, | |
"iso3c": "SYR", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"SWZ": { | |
"iso2c": "SZ", | |
"country": "Swaziland", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 88.6, | |
"SH.DYN.MORT.MA": 99, | |
"femaleslessmales": -10.4, | |
"iso3c": "SWZ", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"TCD": { | |
"iso2c": "TD", | |
"country": "Chad", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 152.5, | |
"SH.DYN.MORT.MA": 168, | |
"femaleslessmales": -15.5, | |
"iso3c": "TCD", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"TGO": { | |
"iso2c": "TG", | |
"country": "Togo", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 86, | |
"SH.DYN.MORT.MA": 99.3, | |
"femaleslessmales": -13.3, | |
"iso3c": "TGO", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"THA": { | |
"iso2c": "TH", | |
"country": "Thailand", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 12.5, | |
"SH.DYN.MORT.MA": 16.3, | |
"femaleslessmales": -3.8, | |
"iso3c": "THA", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"TJK": { | |
"iso2c": "TJ", | |
"country": "Tajikistan", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 47, | |
"SH.DYN.MORT.MA": 58.1, | |
"femaleslessmales": -11.1, | |
"iso3c": "TJK", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"TLS": { | |
"iso2c": "TL", | |
"country": "Timor-Leste", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 56.3, | |
"SH.DYN.MORT.MA": 66.5, | |
"femaleslessmales": -10.2, | |
"iso3c": "TLS", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"TKM": { | |
"iso2c": "TM", | |
"country": "Turkmenistan", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 52.4, | |
"SH.DYN.MORT.MA": 69, | |
"femaleslessmales": -16.6, | |
"iso3c": "TKM", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"TUN": { | |
"iso2c": "TN", | |
"country": "Tunisia", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 15.9, | |
"SH.DYN.MORT.MA": 18.8, | |
"femaleslessmales": -2.9, | |
"iso3c": "TUN", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"TON": { | |
"iso2c": "TO", | |
"country": "Tonga", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 11.9, | |
"SH.DYN.MORT.MA": 14.7, | |
"femaleslessmales": -2.8, | |
"iso3c": "TON", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"TUR": { | |
"iso2c": "TR", | |
"country": "Turkey", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 20.8, | |
"SH.DYN.MORT.MA": 25, | |
"femaleslessmales": -4.2, | |
"iso3c": "TUR", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"TTO": { | |
"iso2c": "TT", | |
"country": "Trinidad and Tobago", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 21, | |
"SH.DYN.MORT.MA": 25.6, | |
"femaleslessmales": -4.6, | |
"iso3c": "TTO", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"TUV": { | |
"iso2c": "TV", | |
"country": "Tuvalu", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 29, | |
"SH.DYN.MORT.MA": 34.8, | |
"femaleslessmales": -5.8, | |
"iso3c": "TUV", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"TZA": { | |
"iso2c": "TZ", | |
"country": "Tanzania", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 57.6, | |
"SH.DYN.MORT.MA": 65.2, | |
"femaleslessmales": -7.6, | |
"iso3c": "TZA", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"UKR": { | |
"iso2c": "UA", | |
"country": "Ukraine", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 10.5, | |
"SH.DYN.MORT.MA": 13, | |
"femaleslessmales": -2.5, | |
"iso3c": "UKR", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"UGA": { | |
"iso2c": "UG", | |
"country": "Uganda", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 71.2, | |
"SH.DYN.MORT.MA": 85.2, | |
"femaleslessmales": -14, | |
"iso3c": "UGA", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"USA": { | |
"iso2c": "US", | |
"country": "United States", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 6.7, | |
"SH.DYN.MORT.MA": 8.1, | |
"femaleslessmales": -1.4, | |
"iso3c": "USA", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"URY": { | |
"iso2c": "UY", | |
"country": "Uruguay", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 11.1, | |
"SH.DYN.MORT.MA": 13.5, | |
"femaleslessmales": -2.4, | |
"iso3c": "URY", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"UZB": { | |
"iso2c": "UZ", | |
"country": "Uzbekistan", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 40.7, | |
"SH.DYN.MORT.MA": 52.7, | |
"femaleslessmales": -12, | |
"iso3c": "UZB", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"VCT": { | |
"iso2c": "VC", | |
"country": "St. Vincent and the Grenadines", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 18.5, | |
"SH.DYN.MORT.MA": 22.4, | |
"femaleslessmales": -3.9, | |
"iso3c": "VCT", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"VEN": { | |
"iso2c": "VE", | |
"country": "Venezuela, RB", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 14.1, | |
"SH.DYN.MORT.MA": 17.8, | |
"femaleslessmales": -3.7, | |
"iso3c": "VEN", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"VNM": { | |
"iso2c": "VN", | |
"country": "Vietnam", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 22.3, | |
"SH.DYN.MORT.MA": 29.4, | |
"femaleslessmales": -7.1, | |
"iso3c": "VNM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"VUT": { | |
"iso2c": "VU", | |
"country": "Vanuatu", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 16.4, | |
"SH.DYN.MORT.MA": 20.5, | |
"femaleslessmales": -4.1, | |
"iso3c": "VUT", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"WSM": { | |
"iso2c": "WS", | |
"country": "Samoa", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 16.8, | |
"SH.DYN.MORT.MA": 20.3, | |
"femaleslessmales": -3.5, | |
"iso3c": "WSM", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "XC", | |
"country": "Euro area", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 3.9173, | |
"SH.DYN.MORT.MA": 4.7292, | |
"femaleslessmales": -0.81198, | |
"iso3c": null, | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"NA": { | |
"iso2c": "XD", | |
"country": "High income", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 6.3, | |
"SH.DYN.MORT.MA": 7.6, | |
"femaleslessmales": -1.3, | |
"iso3c": null, | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"NA": { | |
"iso2c": "XE", | |
"country": "Heavily indebted poor countries (HIPC)", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 90.44, | |
"SH.DYN.MORT.MA": 102.42, | |
"femaleslessmales": -11.983, | |
"iso3c": null, | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "XJ", | |
"country": "Latin America & Caribbean (developing only)", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 20.9, | |
"SH.DYN.MORT.MA": 25.3, | |
"femaleslessmales": -4.4, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "XL", | |
"country": "Least developed countries: UN classification", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 85.639, | |
"SH.DYN.MORT.MA": 96.688, | |
"femaleslessmales": -11.049, | |
"iso3c": null, | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NA": { | |
"iso2c": "XM", | |
"country": "Low income", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 81.9, | |
"SH.DYN.MORT.MA": 92.6, | |
"femaleslessmales": -10.7, | |
"iso3c": null, | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NA": { | |
"iso2c": "XN", | |
"country": "Lower middle income", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 63.9, | |
"SH.DYN.MORT.MA": 66.5, | |
"femaleslessmales": -2.6, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "XO", | |
"country": "Low & middle income", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 54.7, | |
"SH.DYN.MORT.MA": 58.4, | |
"femaleslessmales": -3.7, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "XP", | |
"country": "Middle income", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 47.3, | |
"SH.DYN.MORT.MA": 49.7, | |
"femaleslessmales": -2.4, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "XQ", | |
"country": "Middle East & North Africa (developing only)", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 26, | |
"SH.DYN.MORT.MA": 29.9, | |
"femaleslessmales": -3.9, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "XR", | |
"country": "High income: nonOECD", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 11.93, | |
"SH.DYN.MORT.MA": 14.504, | |
"femaleslessmales": -2.5736, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "XS", | |
"country": "High income: OECD", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 5.0262, | |
"SH.DYN.MORT.MA": 6.0464, | |
"femaleslessmales": -1.0202, | |
"iso3c": null, | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"NA": { | |
"iso2c": "XT", | |
"country": "Upper middle income", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 21.3, | |
"SH.DYN.MORT.MA": 24.3, | |
"femaleslessmales": -3, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "XU", | |
"country": "North America", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 6.5681, | |
"SH.DYN.MORT.MA": 7.9268, | |
"femaleslessmales": -1.3588, | |
"iso3c": null, | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"YEM": { | |
"iso2c": "YE", | |
"country": "Yemen, Rep.", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 54.5, | |
"SH.DYN.MORT.MA": 62.8, | |
"femaleslessmales": -8.3, | |
"iso3c": "YEM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NA": { | |
"iso2c": "Z4", | |
"country": "East Asia & Pacific (all income levels)", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 19.52, | |
"SH.DYN.MORT.MA": 23.65, | |
"femaleslessmales": -4.1299, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "Z7", | |
"country": "Europe & Central Asia (all income levels)", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 12.489, | |
"SH.DYN.MORT.MA": 15.576, | |
"femaleslessmales": -3.0874, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"ZAF": { | |
"iso2c": "ZA", | |
"country": "South Africa", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 48.5, | |
"SH.DYN.MORT.MA": 57.6, | |
"femaleslessmales": -9.1, | |
"iso3c": "ZAF", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NA": { | |
"iso2c": "ZF", | |
"country": "Sub-Saharan Africa (developing only)", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 96.9, | |
"SH.DYN.MORT.MA": 109.6, | |
"femaleslessmales": -12.7, | |
"iso3c": null, | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "ZG", | |
"country": "Sub-Saharan Africa (all income levels)", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 97.382, | |
"SH.DYN.MORT.MA": 109.99, | |
"femaleslessmales": -12.604, | |
"iso3c": null, | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "ZJ", | |
"country": "Latin America & Caribbean (all income levels)", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 20.367, | |
"SH.DYN.MORT.MA": 24.715, | |
"femaleslessmales": -4.3482, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"ZMB": { | |
"iso2c": "ZM", | |
"country": "Zambia", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 94.9, | |
"SH.DYN.MORT.MA": 107.5, | |
"femaleslessmales": -12.6, | |
"iso3c": "ZMB", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "ZQ", | |
"country": "Middle East & North Africa (all income levels)", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 24.622, | |
"SH.DYN.MORT.MA": 28.325, | |
"femaleslessmales": -3.7035, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"ZWE": { | |
"iso2c": "ZW", | |
"country": "Zimbabwe", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 89, | |
"SH.DYN.MORT.MA": 102.7, | |
"femaleslessmales": -13.7, | |
"iso3c": "ZWE", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "8S", | |
"country": "South Asia", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 65.4, | |
"SH.DYN.MORT.MA": 63, | |
"femaleslessmales": 2.4, | |
"iso3c": null, | |
"fillKey": "(1,9.5]" | |
}, | |
"IND": { | |
"iso2c": "IN", | |
"country": "India", | |
"year": 2010, | |
"SH.DYN.MORT.FE": 63.2, | |
"SH.DYN.MORT.MA": 57.3, | |
"femaleslessmales": 5.9, | |
"iso3c": "IND", | |
"fillKey": "(1,9.5]" | |
} | |
}, | |
"2013": { | |
"NA": { | |
"iso2c": "1A", | |
"country": "Arab World", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 36.867, | |
"SH.DYN.MORT.MA": 42.252, | |
"femaleslessmales": -5.3854, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "1W", | |
"country": "World", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 43.7, | |
"SH.DYN.MORT.MA": 47.4, | |
"femaleslessmales": -3.7, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "4E", | |
"country": "East Asia & Pacific (developing only)", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 17.7, | |
"SH.DYN.MORT.MA": 21.1, | |
"femaleslessmales": -3.4, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "7E", | |
"country": "Europe & Central Asia (developing only)", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 20.3, | |
"SH.DYN.MORT.MA": 25.5, | |
"femaleslessmales": -5.2, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"AND": { | |
"iso2c": "AD", | |
"country": "Andorra", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 2.7, | |
"SH.DYN.MORT.MA": 3.3, | |
"femaleslessmales": -0.6, | |
"iso3c": "AND", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"ARE": { | |
"iso2c": "AE", | |
"country": "United Arab Emirates", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 7.3, | |
"SH.DYN.MORT.MA": 9.1, | |
"femaleslessmales": -1.8, | |
"iso3c": "ARE", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"AFG": { | |
"iso2c": "AF", | |
"country": "Afghanistan", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 93.8, | |
"SH.DYN.MORT.MA": 100.6, | |
"femaleslessmales": -6.8, | |
"iso3c": "AFG", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"ATG": { | |
"iso2c": "AG", | |
"country": "Antigua and Barbuda", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 8.3, | |
"SH.DYN.MORT.MA": 10.2, | |
"femaleslessmales": -1.9, | |
"iso3c": "ATG", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"ALB": { | |
"iso2c": "AL", | |
"country": "Albania", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 13.3, | |
"SH.DYN.MORT.MA": 16.4, | |
"femaleslessmales": -3.1, | |
"iso3c": "ALB", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"ARM": { | |
"iso2c": "AM", | |
"country": "Armenia", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 13.8, | |
"SH.DYN.MORT.MA": 17.3, | |
"femaleslessmales": -3.5, | |
"iso3c": "ARM", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"AGO": { | |
"iso2c": "AO", | |
"country": "Angola", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 159.3, | |
"SH.DYN.MORT.MA": 175.5, | |
"femaleslessmales": -16.2, | |
"iso3c": "AGO", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"ARG": { | |
"iso2c": "AR", | |
"country": "Argentina", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 12, | |
"SH.DYN.MORT.MA": 14.6, | |
"femaleslessmales": -2.6, | |
"iso3c": "ARG", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"AUT": { | |
"iso2c": "AT", | |
"country": "Austria", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 3.4, | |
"SH.DYN.MORT.MA": 4.2, | |
"femaleslessmales": -0.8, | |
"iso3c": "AUT", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"AUS": { | |
"iso2c": "AU", | |
"country": "Australia", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 3.5, | |
"SH.DYN.MORT.MA": 4.4, | |
"femaleslessmales": -0.9, | |
"iso3c": "AUS", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"AZE": { | |
"iso2c": "AZ", | |
"country": "Azerbaijan", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 31.3, | |
"SH.DYN.MORT.MA": 36.8, | |
"femaleslessmales": -5.5, | |
"iso3c": "AZE", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "B8", | |
"country": "Central Europe and the Baltics", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 6.2709, | |
"SH.DYN.MORT.MA": 7.6118, | |
"femaleslessmales": -1.3409, | |
"iso3c": null, | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"BIH": { | |
"iso2c": "BA", | |
"country": "Bosnia and Herzegovina", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 5.9, | |
"SH.DYN.MORT.MA": 7.3, | |
"femaleslessmales": -1.4, | |
"iso3c": "BIH", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"BRB": { | |
"iso2c": "BB", | |
"country": "Barbados", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 13.1, | |
"SH.DYN.MORT.MA": 15.7, | |
"femaleslessmales": -2.6, | |
"iso3c": "BRB", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"BGD": { | |
"iso2c": "BD", | |
"country": "Bangladesh", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 38.2, | |
"SH.DYN.MORT.MA": 43.9, | |
"femaleslessmales": -5.7, | |
"iso3c": "BGD", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"BEL": { | |
"iso2c": "BE", | |
"country": "Belgium", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 3.9, | |
"SH.DYN.MORT.MA": 4.9, | |
"femaleslessmales": -1, | |
"iso3c": "BEL", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"BFA": { | |
"iso2c": "BF", | |
"country": "Burkina Faso", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 92.4, | |
"SH.DYN.MORT.MA": 102.7, | |
"femaleslessmales": -10.3, | |
"iso3c": "BFA", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"BGR": { | |
"iso2c": "BG", | |
"country": "Bulgaria", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 10.3, | |
"SH.DYN.MORT.MA": 12.8, | |
"femaleslessmales": -2.5, | |
"iso3c": "BGR", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"BHR": { | |
"iso2c": "BH", | |
"country": "Bahrain", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 5.9, | |
"SH.DYN.MORT.MA": 6.3, | |
"femaleslessmales": -0.4, | |
"iso3c": "BHR", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"BDI": { | |
"iso2c": "BI", | |
"country": "Burundi", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 76.7, | |
"SH.DYN.MORT.MA": 88.7, | |
"femaleslessmales": -12, | |
"iso3c": "BDI", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"BEN": { | |
"iso2c": "BJ", | |
"country": "Benin", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 81.2, | |
"SH.DYN.MORT.MA": 89.3, | |
"femaleslessmales": -8.1, | |
"iso3c": "BEN", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"BRN": { | |
"iso2c": "BN", | |
"country": "Brunei Darussalam", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 9, | |
"SH.DYN.MORT.MA": 10.7, | |
"femaleslessmales": -1.7, | |
"iso3c": "BRN", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"BOL": { | |
"iso2c": "BO", | |
"country": "Bolivia", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 35.3, | |
"SH.DYN.MORT.MA": 42.7, | |
"femaleslessmales": -7.4, | |
"iso3c": "BOL", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"BRA": { | |
"iso2c": "BR", | |
"country": "Brazil", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 12.1, | |
"SH.DYN.MORT.MA": 15.3, | |
"femaleslessmales": -3.2, | |
"iso3c": "BRA", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"BHS": { | |
"iso2c": "BS", | |
"country": "Bahamas, The", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 12, | |
"SH.DYN.MORT.MA": 13.8, | |
"femaleslessmales": -1.8, | |
"iso3c": "BHS", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"BTN": { | |
"iso2c": "BT", | |
"country": "Bhutan", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 32.6, | |
"SH.DYN.MORT.MA": 39.6, | |
"femaleslessmales": -7, | |
"iso3c": "BTN", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"BWA": { | |
"iso2c": "BW", | |
"country": "Botswana", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 42.7, | |
"SH.DYN.MORT.MA": 50.4, | |
"femaleslessmales": -7.7, | |
"iso3c": "BWA", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"BLR": { | |
"iso2c": "BY", | |
"country": "Belarus", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 4.3, | |
"SH.DYN.MORT.MA": 5.5, | |
"femaleslessmales": -1.2, | |
"iso3c": "BLR", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"BLZ": { | |
"iso2c": "BZ", | |
"country": "Belize", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 14.8, | |
"SH.DYN.MORT.MA": 18.4, | |
"femaleslessmales": -3.6, | |
"iso3c": "BLZ", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"CAN": { | |
"iso2c": "CA", | |
"country": "Canada", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 4.7, | |
"SH.DYN.MORT.MA": 5.6, | |
"femaleslessmales": -0.9, | |
"iso3c": "CAN", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"COD": { | |
"iso2c": "CD", | |
"country": "Congo, Dem. Rep.", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 110.5, | |
"SH.DYN.MORT.MA": 126, | |
"femaleslessmales": -15.5, | |
"iso3c": "COD", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"CAF": { | |
"iso2c": "CF", | |
"country": "Central African Republic", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 132, | |
"SH.DYN.MORT.MA": 145.5, | |
"femaleslessmales": -13.5, | |
"iso3c": "CAF", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"COG": { | |
"iso2c": "CG", | |
"country": "Congo, Rep.", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 44.8, | |
"SH.DYN.MORT.MA": 53.2, | |
"femaleslessmales": -8.4, | |
"iso3c": "COG", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"CHE": { | |
"iso2c": "CH", | |
"country": "Switzerland", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 3.8, | |
"SH.DYN.MORT.MA": 4.6, | |
"femaleslessmales": -0.8, | |
"iso3c": "CHE", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"CIV": { | |
"iso2c": "CI", | |
"country": "Cote d'Ivoire", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 90.7, | |
"SH.DYN.MORT.MA": 109.2, | |
"femaleslessmales": -18.5, | |
"iso3c": "CIV", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"CHL": { | |
"iso2c": "CL", | |
"country": "Chile", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 7.4, | |
"SH.DYN.MORT.MA": 8.9, | |
"femaleslessmales": -1.5, | |
"iso3c": "CHL", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"CMR": { | |
"iso2c": "CM", | |
"country": "Cameroon", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 88.2, | |
"SH.DYN.MORT.MA": 100.5, | |
"femaleslessmales": -12.3, | |
"iso3c": "CMR", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"CHN": { | |
"iso2c": "CN", | |
"country": "China", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 11.8, | |
"SH.DYN.MORT.MA": 13.5, | |
"femaleslessmales": -1.7, | |
"iso3c": "CHN", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"COL": { | |
"iso2c": "CO", | |
"country": "Colombia", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 14.9, | |
"SH.DYN.MORT.MA": 18.8, | |
"femaleslessmales": -3.9, | |
"iso3c": "COL", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"CRI": { | |
"iso2c": "CR", | |
"country": "Costa Rica", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 8.6, | |
"SH.DYN.MORT.MA": 10.6, | |
"femaleslessmales": -2, | |
"iso3c": "CRI", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"CUB": { | |
"iso2c": "CU", | |
"country": "Cuba", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 5.5, | |
"SH.DYN.MORT.MA": 6.8, | |
"femaleslessmales": -1.3, | |
"iso3c": "CUB", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"CPV": { | |
"iso2c": "CV", | |
"country": "Cabo Verde", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 23.3, | |
"SH.DYN.MORT.MA": 28.5, | |
"femaleslessmales": -5.2, | |
"iso3c": "CPV", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"CYP": { | |
"iso2c": "CY", | |
"country": "Cyprus", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 3.3, | |
"SH.DYN.MORT.MA": 3.9, | |
"femaleslessmales": -0.6, | |
"iso3c": "CYP", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"CZE": { | |
"iso2c": "CZ", | |
"country": "Czech Republic", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 3.2, | |
"SH.DYN.MORT.MA": 4, | |
"femaleslessmales": -0.8, | |
"iso3c": "CZE", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"DEU": { | |
"iso2c": "DE", | |
"country": "Germany", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 3.5, | |
"SH.DYN.MORT.MA": 4.2, | |
"femaleslessmales": -0.7, | |
"iso3c": "DEU", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"DJI": { | |
"iso2c": "DJ", | |
"country": "Djibouti", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 63.3, | |
"SH.DYN.MORT.MA": 75.7, | |
"femaleslessmales": -12.4, | |
"iso3c": "DJI", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"DNK": { | |
"iso2c": "DK", | |
"country": "Denmark", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 3.2, | |
"SH.DYN.MORT.MA": 3.9, | |
"femaleslessmales": -0.7, | |
"iso3c": "DNK", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"DMA": { | |
"iso2c": "DM", | |
"country": "Dominica", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 10.4, | |
"SH.DYN.MORT.MA": 12.3, | |
"femaleslessmales": -1.9, | |
"iso3c": "DMA", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"DOM": { | |
"iso2c": "DO", | |
"country": "Dominican Republic", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 25.3, | |
"SH.DYN.MORT.MA": 30.9, | |
"femaleslessmales": -5.6, | |
"iso3c": "DOM", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"DZA": { | |
"iso2c": "DZ", | |
"country": "Algeria", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 23.9, | |
"SH.DYN.MORT.MA": 26.4, | |
"femaleslessmales": -2.5, | |
"iso3c": "DZA", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"ECU": { | |
"iso2c": "EC", | |
"country": "Ecuador", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 19.7, | |
"SH.DYN.MORT.MA": 25, | |
"femaleslessmales": -5.3, | |
"iso3c": "ECU", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"EST": { | |
"iso2c": "EE", | |
"country": "Estonia", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 3, | |
"SH.DYN.MORT.MA": 3.8, | |
"femaleslessmales": -0.8, | |
"iso3c": "EST", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"EGY": { | |
"iso2c": "EG", | |
"country": "Egypt, Arab Rep.", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 20.7, | |
"SH.DYN.MORT.MA": 22.9, | |
"femaleslessmales": -2.2, | |
"iso3c": "EGY", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"ERI": { | |
"iso2c": "ER", | |
"country": "Eritrea", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 44.6, | |
"SH.DYN.MORT.MA": 54.8, | |
"femaleslessmales": -10.2, | |
"iso3c": "ERI", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"ESP": { | |
"iso2c": "ES", | |
"country": "Spain", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 3.8, | |
"SH.DYN.MORT.MA": 4.5, | |
"femaleslessmales": -0.7, | |
"iso3c": "ESP", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"ETH": { | |
"iso2c": "ET", | |
"country": "Ethiopia", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 58.5, | |
"SH.DYN.MORT.MA": 70.1, | |
"femaleslessmales": -11.6, | |
"iso3c": "ETH", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NA": { | |
"iso2c": "EU", | |
"country": "European Union", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 4.1834, | |
"SH.DYN.MORT.MA": 5.0718, | |
"femaleslessmales": -0.88846, | |
"iso3c": null, | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"NA": { | |
"iso2c": "F1", | |
"country": "Fragile and conflict affected situations", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 81.168, | |
"SH.DYN.MORT.MA": 92.397, | |
"femaleslessmales": -11.229, | |
"iso3c": null, | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"FIN": { | |
"iso2c": "FI", | |
"country": "Finland", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 2.3, | |
"SH.DYN.MORT.MA": 2.8, | |
"femaleslessmales": -0.5, | |
"iso3c": "FIN", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"FJI": { | |
"iso2c": "FJ", | |
"country": "Fiji", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 21, | |
"SH.DYN.MORT.MA": 26.1, | |
"femaleslessmales": -5.1, | |
"iso3c": "FJI", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"FSM": { | |
"iso2c": "FM", | |
"country": "Micronesia, Fed. Sts.", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 32.6, | |
"SH.DYN.MORT.MA": 40.1, | |
"femaleslessmales": -7.5, | |
"iso3c": "FSM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"FRA": { | |
"iso2c": "FR", | |
"country": "France", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 3.7, | |
"SH.DYN.MORT.MA": 4.6, | |
"femaleslessmales": -0.9, | |
"iso3c": "FRA", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"GAB": { | |
"iso2c": "GA", | |
"country": "Gabon", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 51, | |
"SH.DYN.MORT.MA": 61, | |
"femaleslessmales": -10, | |
"iso3c": "GAB", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"GBR": { | |
"iso2c": "GB", | |
"country": "United Kingdom", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 4.1, | |
"SH.DYN.MORT.MA": 5, | |
"femaleslessmales": -0.9, | |
"iso3c": "GBR", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"GRD": { | |
"iso2c": "GD", | |
"country": "Grenada", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 10.8, | |
"SH.DYN.MORT.MA": 12.7, | |
"femaleslessmales": -1.9, | |
"iso3c": "GRD", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"GEO": { | |
"iso2c": "GE", | |
"country": "Georgia", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 11.4, | |
"SH.DYN.MORT.MA": 14.6, | |
"femaleslessmales": -3.2, | |
"iso3c": "GEO", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"GHA": { | |
"iso2c": "GH", | |
"country": "Ghana", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 72.3, | |
"SH.DYN.MORT.MA": 84.1, | |
"femaleslessmales": -11.8, | |
"iso3c": "GHA", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"GMB": { | |
"iso2c": "GM", | |
"country": "Gambia, The", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 68.7, | |
"SH.DYN.MORT.MA": 78.5, | |
"femaleslessmales": -9.8, | |
"iso3c": "GMB", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"GIN": { | |
"iso2c": "GN", | |
"country": "Guinea", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 95.1, | |
"SH.DYN.MORT.MA": 106.1, | |
"femaleslessmales": -11, | |
"iso3c": "GIN", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"GNQ": { | |
"iso2c": "GQ", | |
"country": "Equatorial Guinea", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 90.1, | |
"SH.DYN.MORT.MA": 101.5, | |
"femaleslessmales": -11.4, | |
"iso3c": "GNQ", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"GRC": { | |
"iso2c": "GR", | |
"country": "Greece", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 4, | |
"SH.DYN.MORT.MA": 4.7, | |
"femaleslessmales": -0.7, | |
"iso3c": "GRC", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"GTM": { | |
"iso2c": "GT", | |
"country": "Guatemala", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 27.8, | |
"SH.DYN.MORT.MA": 34.2, | |
"femaleslessmales": -6.4, | |
"iso3c": "GTM", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"GNB": { | |
"iso2c": "GW", | |
"country": "Guinea-Bissau", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 114.2, | |
"SH.DYN.MORT.MA": 133, | |
"femaleslessmales": -18.8, | |
"iso3c": "GNB", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"GUY": { | |
"iso2c": "GY", | |
"country": "Guyana", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 31.7, | |
"SH.DYN.MORT.MA": 41.1, | |
"femaleslessmales": -9.4, | |
"iso3c": "GUY", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"HND": { | |
"iso2c": "HN", | |
"country": "Honduras", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 19.7, | |
"SH.DYN.MORT.MA": 24.6, | |
"femaleslessmales": -4.9, | |
"iso3c": "HND", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"HRV": { | |
"iso2c": "HR", | |
"country": "Croatia", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 4.1, | |
"SH.DYN.MORT.MA": 4.9, | |
"femaleslessmales": -0.8, | |
"iso3c": "HRV", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"HTI": { | |
"iso2c": "HT", | |
"country": "Haiti", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 66.7, | |
"SH.DYN.MORT.MA": 78.6, | |
"femaleslessmales": -11.9, | |
"iso3c": "HTI", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"HUN": { | |
"iso2c": "HU", | |
"country": "Hungary", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 5.6, | |
"SH.DYN.MORT.MA": 6.5, | |
"femaleslessmales": -0.9, | |
"iso3c": "HUN", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"IDN": { | |
"iso2c": "ID", | |
"country": "Indonesia", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 25.6, | |
"SH.DYN.MORT.MA": 32.9, | |
"femaleslessmales": -7.3, | |
"iso3c": "IDN", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"IRL": { | |
"iso2c": "IE", | |
"country": "Ireland", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 3.5, | |
"SH.DYN.MORT.MA": 4.2, | |
"femaleslessmales": -0.7, | |
"iso3c": "IRL", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"ISR": { | |
"iso2c": "IL", | |
"country": "Israel", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 3.7, | |
"SH.DYN.MORT.MA": 4.3, | |
"femaleslessmales": -0.6, | |
"iso3c": "ISR", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"IRQ": { | |
"iso2c": "IQ", | |
"country": "Iraq", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 30.6, | |
"SH.DYN.MORT.MA": 37.2, | |
"femaleslessmales": -6.6, | |
"iso3c": "IRQ", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"IRN": { | |
"iso2c": "IR", | |
"country": "Iran, Islamic Rep.", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 15.9, | |
"SH.DYN.MORT.MA": 17.6, | |
"femaleslessmales": -1.7, | |
"iso3c": "IRN", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"ISL": { | |
"iso2c": "IS", | |
"country": "Iceland", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 1.9, | |
"SH.DYN.MORT.MA": 2.3, | |
"femaleslessmales": -0.4, | |
"iso3c": "ISL", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"ITA": { | |
"iso2c": "IT", | |
"country": "Italy", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 3.3, | |
"SH.DYN.MORT.MA": 3.9, | |
"femaleslessmales": -0.6, | |
"iso3c": "ITA", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"JAM": { | |
"iso2c": "JM", | |
"country": "Jamaica", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 14.5, | |
"SH.DYN.MORT.MA": 18.7, | |
"femaleslessmales": -4.2, | |
"iso3c": "JAM", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"JOR": { | |
"iso2c": "JO", | |
"country": "Jordan", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 17.6, | |
"SH.DYN.MORT.MA": 19.7, | |
"femaleslessmales": -2.1, | |
"iso3c": "JOR", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"JPN": { | |
"iso2c": "JP", | |
"country": "Japan", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 2.7, | |
"SH.DYN.MORT.MA": 3.1, | |
"femaleslessmales": -0.4, | |
"iso3c": "JPN", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"KEN": { | |
"iso2c": "KE", | |
"country": "Kenya", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 65.7, | |
"SH.DYN.MORT.MA": 75.4, | |
"femaleslessmales": -9.7, | |
"iso3c": "KEN", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"KGZ": { | |
"iso2c": "KG", | |
"country": "Kyrgyz Republic", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 21.4, | |
"SH.DYN.MORT.MA": 26.9, | |
"femaleslessmales": -5.5, | |
"iso3c": "KGZ", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"KHM": { | |
"iso2c": "KH", | |
"country": "Cambodia", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 33.5, | |
"SH.DYN.MORT.MA": 42.2, | |
"femaleslessmales": -8.7, | |
"iso3c": "KHM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"KIR": { | |
"iso2c": "KI", | |
"country": "Kiribati", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 53.4, | |
"SH.DYN.MORT.MA": 62.8, | |
"femaleslessmales": -9.4, | |
"iso3c": "KIR", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"COM": { | |
"iso2c": "KM", | |
"country": "Comoros", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 72.1, | |
"SH.DYN.MORT.MA": 83.3, | |
"femaleslessmales": -11.2, | |
"iso3c": "COM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"KNA": { | |
"iso2c": "KN", | |
"country": "St. Kitts and Nevis", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 9.2, | |
"SH.DYN.MORT.MA": 11.1, | |
"femaleslessmales": -1.9, | |
"iso3c": "KNA", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"PRK": { | |
"iso2c": "KP", | |
"country": "Korea, Dem. Rep.", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 24.4, | |
"SH.DYN.MORT.MA": 30.1, | |
"femaleslessmales": -5.7, | |
"iso3c": "PRK", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"KOR": { | |
"iso2c": "KR", | |
"country": "Korea, Rep.", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 3.4, | |
"SH.DYN.MORT.MA": 4, | |
"femaleslessmales": -0.6, | |
"iso3c": "KOR", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"KWT": { | |
"iso2c": "KW", | |
"country": "Kuwait", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 8.8, | |
"SH.DYN.MORT.MA": 10.2, | |
"femaleslessmales": -1.4, | |
"iso3c": "KWT", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"KAZ": { | |
"iso2c": "KZ", | |
"country": "Kazakhstan", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 13.9, | |
"SH.DYN.MORT.MA": 18.7, | |
"femaleslessmales": -4.8, | |
"iso3c": "KAZ", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"LAO": { | |
"iso2c": "LA", | |
"country": "Lao PDR", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 65, | |
"SH.DYN.MORT.MA": 77.4, | |
"femaleslessmales": -12.4, | |
"iso3c": "LAO", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"LBN": { | |
"iso2c": "LB", | |
"country": "Lebanon", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 8.7, | |
"SH.DYN.MORT.MA": 9.6, | |
"femaleslessmales": -0.9, | |
"iso3c": "LBN", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"LCA": { | |
"iso2c": "LC", | |
"country": "St. Lucia", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 13, | |
"SH.DYN.MORT.MA": 15.9, | |
"femaleslessmales": -2.9, | |
"iso3c": "LCA", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"LKA": { | |
"iso2c": "LK", | |
"country": "Sri Lanka", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 8.8, | |
"SH.DYN.MORT.MA": 10.4, | |
"femaleslessmales": -1.6, | |
"iso3c": "LKA", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"LBR": { | |
"iso2c": "LR", | |
"country": "Liberia", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 65.6, | |
"SH.DYN.MORT.MA": 76.5, | |
"femaleslessmales": -10.9, | |
"iso3c": "LBR", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"LSO": { | |
"iso2c": "LS", | |
"country": "Lesotho", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 90.6, | |
"SH.DYN.MORT.MA": 105.1, | |
"femaleslessmales": -14.5, | |
"iso3c": "LSO", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"LTU": { | |
"iso2c": "LT", | |
"country": "Lithuania", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 4.4, | |
"SH.DYN.MORT.MA": 5.4, | |
"femaleslessmales": -1, | |
"iso3c": "LTU", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"LUX": { | |
"iso2c": "LU", | |
"country": "Luxembourg", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 1.9, | |
"SH.DYN.MORT.MA": 2.2, | |
"femaleslessmales": -0.3, | |
"iso3c": "LUX", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"LVA": { | |
"iso2c": "LV", | |
"country": "Latvia", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 7.6, | |
"SH.DYN.MORT.MA": 9.1, | |
"femaleslessmales": -1.5, | |
"iso3c": "LVA", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"LBY": { | |
"iso2c": "LY", | |
"country": "Libya", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 13, | |
"SH.DYN.MORT.MA": 16, | |
"femaleslessmales": -3, | |
"iso3c": "LBY", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"MAR": { | |
"iso2c": "MA", | |
"country": "Morocco", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 27.2, | |
"SH.DYN.MORT.MA": 33.6, | |
"femaleslessmales": -6.4, | |
"iso3c": "MAR", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"MCO": { | |
"iso2c": "MC", | |
"country": "Monaco", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 3.3, | |
"SH.DYN.MORT.MA": 4.1, | |
"femaleslessmales": -0.8, | |
"iso3c": "MCO", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"MDA": { | |
"iso2c": "MD", | |
"country": "Moldova", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 13.6, | |
"SH.DYN.MORT.MA": 17.1, | |
"femaleslessmales": -3.5, | |
"iso3c": "MDA", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"MNE": { | |
"iso2c": "ME", | |
"country": "Montenegro", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 5, | |
"SH.DYN.MORT.MA": 5.6, | |
"femaleslessmales": -0.6, | |
"iso3c": "MNE", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"MDG": { | |
"iso2c": "MG", | |
"country": "Madagascar", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 51.9, | |
"SH.DYN.MORT.MA": 60, | |
"femaleslessmales": -8.1, | |
"iso3c": "MDG", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"MHL": { | |
"iso2c": "MH", | |
"country": "Marshall Islands", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 33.2, | |
"SH.DYN.MORT.MA": 41.6, | |
"femaleslessmales": -8.4, | |
"iso3c": "MHL", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"MKD": { | |
"iso2c": "MK", | |
"country": "Macedonia, FYR", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 6.1, | |
"SH.DYN.MORT.MA": 7, | |
"femaleslessmales": -0.9, | |
"iso3c": "MKD", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"MLI": { | |
"iso2c": "ML", | |
"country": "Mali", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 116.7, | |
"SH.DYN.MORT.MA": 128.5, | |
"femaleslessmales": -11.8, | |
"iso3c": "MLI", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"MMR": { | |
"iso2c": "MM", | |
"country": "Myanmar", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 45.3, | |
"SH.DYN.MORT.MA": 55.4, | |
"femaleslessmales": -10.1, | |
"iso3c": "MMR", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"MNG": { | |
"iso2c": "MN", | |
"country": "Mongolia", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 25.7, | |
"SH.DYN.MORT.MA": 37.6, | |
"femaleslessmales": -11.9, | |
"iso3c": "MNG", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"MRT": { | |
"iso2c": "MR", | |
"country": "Mauritania", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 81.7, | |
"SH.DYN.MORT.MA": 98.1, | |
"femaleslessmales": -16.4, | |
"iso3c": "MRT", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"MLT": { | |
"iso2c": "MT", | |
"country": "Malta", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 5.6, | |
"SH.DYN.MORT.MA": 6.6, | |
"femaleslessmales": -1, | |
"iso3c": "MLT", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"MUS": { | |
"iso2c": "MU", | |
"country": "Mauritius", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 12.7, | |
"SH.DYN.MORT.MA": 15.9, | |
"femaleslessmales": -3.2, | |
"iso3c": "MUS", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"MDV": { | |
"iso2c": "MV", | |
"country": "Maldives", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 8.8, | |
"SH.DYN.MORT.MA": 10.8, | |
"femaleslessmales": -2, | |
"iso3c": "MDV", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"MWI": { | |
"iso2c": "MW", | |
"country": "Malawi", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 63.3, | |
"SH.DYN.MORT.MA": 72.4, | |
"femaleslessmales": -9.1, | |
"iso3c": "MWI", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"MEX": { | |
"iso2c": "MX", | |
"country": "Mexico", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 13.1, | |
"SH.DYN.MORT.MA": 15.8, | |
"femaleslessmales": -2.7, | |
"iso3c": "MEX", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"MYS": { | |
"iso2c": "MY", | |
"country": "Malaysia", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 7.6, | |
"SH.DYN.MORT.MA": 9.3, | |
"femaleslessmales": -1.7, | |
"iso3c": "MYS", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"MOZ": { | |
"iso2c": "MZ", | |
"country": "Mozambique", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 82.5, | |
"SH.DYN.MORT.MA": 91.7, | |
"femaleslessmales": -9.2, | |
"iso3c": "MOZ", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NAM": { | |
"iso2c": "NA", | |
"country": "Namibia", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 45.5, | |
"SH.DYN.MORT.MA": 53.9, | |
"femaleslessmales": -8.4, | |
"iso3c": "NAM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NER": { | |
"iso2c": "NE", | |
"country": "Niger", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 99.8, | |
"SH.DYN.MORT.MA": 108.3, | |
"femaleslessmales": -8.5, | |
"iso3c": "NER", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NGA": { | |
"iso2c": "NG", | |
"country": "Nigeria", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 110.7, | |
"SH.DYN.MORT.MA": 123.8, | |
"femaleslessmales": -13.1, | |
"iso3c": "NGA", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NIC": { | |
"iso2c": "NI", | |
"country": "Nicaragua", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 20.8, | |
"SH.DYN.MORT.MA": 26.1, | |
"femaleslessmales": -5.3, | |
"iso3c": "NIC", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NLD": { | |
"iso2c": "NL", | |
"country": "Netherlands", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 3.6, | |
"SH.DYN.MORT.MA": 4.4, | |
"femaleslessmales": -0.8, | |
"iso3c": "NLD", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"NOR": { | |
"iso2c": "NO", | |
"country": "Norway", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 2.5, | |
"SH.DYN.MORT.MA": 3.1, | |
"femaleslessmales": -0.6, | |
"iso3c": "NOR", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"NPL": { | |
"iso2c": "NP", | |
"country": "Nepal", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 37.2, | |
"SH.DYN.MORT.MA": 42.1, | |
"femaleslessmales": -4.9, | |
"iso3c": "NPL", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NZL": { | |
"iso2c": "NZ", | |
"country": "New Zealand", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 5.6, | |
"SH.DYN.MORT.MA": 6.9, | |
"femaleslessmales": -1.3, | |
"iso3c": "NZL", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"NA": { | |
"iso2c": "OE", | |
"country": "OECD members", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 6.8878, | |
"SH.DYN.MORT.MA": 8.3049, | |
"femaleslessmales": -1.417, | |
"iso3c": null, | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"OMN": { | |
"iso2c": "OM", | |
"country": "Oman", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 10.3, | |
"SH.DYN.MORT.MA": 12.5, | |
"femaleslessmales": -2.2, | |
"iso3c": "OMN", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"PAN": { | |
"iso2c": "PA", | |
"country": "Panama", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 16, | |
"SH.DYN.MORT.MA": 19.8, | |
"femaleslessmales": -3.8, | |
"iso3c": "PAN", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"PER": { | |
"iso2c": "PE", | |
"country": "Peru", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 15, | |
"SH.DYN.MORT.MA": 18.2, | |
"femaleslessmales": -3.2, | |
"iso3c": "PER", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"PNG": { | |
"iso2c": "PG", | |
"country": "Papua New Guinea", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 56.5, | |
"SH.DYN.MORT.MA": 66, | |
"femaleslessmales": -9.5, | |
"iso3c": "PNG", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"PHL": { | |
"iso2c": "PH", | |
"country": "Philippines", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 26.3, | |
"SH.DYN.MORT.MA": 33.3, | |
"femaleslessmales": -7, | |
"iso3c": "PHL", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"PAK": { | |
"iso2c": "PK", | |
"country": "Pakistan", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 81.9, | |
"SH.DYN.MORT.MA": 89.2, | |
"femaleslessmales": -7.3, | |
"iso3c": "PAK", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"POL": { | |
"iso2c": "PL", | |
"country": "Poland", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 4.8, | |
"SH.DYN.MORT.MA": 5.7, | |
"femaleslessmales": -0.9, | |
"iso3c": "POL", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"PSE": { | |
"iso2c": "PS", | |
"country": "West Bank and Gaza", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 19.9, | |
"SH.DYN.MORT.MA": 23.6, | |
"femaleslessmales": -3.7, | |
"iso3c": "PSE", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"PRT": { | |
"iso2c": "PT", | |
"country": "Portugal", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 3.4, | |
"SH.DYN.MORT.MA": 4.1, | |
"femaleslessmales": -0.7, | |
"iso3c": "PRT", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"PLW": { | |
"iso2c": "PW", | |
"country": "Palau", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 15.5, | |
"SH.DYN.MORT.MA": 19.4, | |
"femaleslessmales": -3.9, | |
"iso3c": "PLW", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"PRY": { | |
"iso2c": "PY", | |
"country": "Paraguay", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 19.7, | |
"SH.DYN.MORT.MA": 24.1, | |
"femaleslessmales": -4.4, | |
"iso3c": "PRY", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"QAT": { | |
"iso2c": "QA", | |
"country": "Qatar", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 7.4, | |
"SH.DYN.MORT.MA": 8.9, | |
"femaleslessmales": -1.5, | |
"iso3c": "QAT", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"ROU": { | |
"iso2c": "RO", | |
"country": "Romania", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 10.7, | |
"SH.DYN.MORT.MA": 13.2, | |
"femaleslessmales": -2.5, | |
"iso3c": "ROU", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"SRB": { | |
"iso2c": "RS", | |
"country": "Serbia", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 6, | |
"SH.DYN.MORT.MA": 7.3, | |
"femaleslessmales": -1.3, | |
"iso3c": "SRB", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"RUS": { | |
"iso2c": "RU", | |
"country": "Russian Federation", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 8.9, | |
"SH.DYN.MORT.MA": 11.2, | |
"femaleslessmales": -2.3, | |
"iso3c": "RUS", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"RWA": { | |
"iso2c": "RW", | |
"country": "Rwanda", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 48, | |
"SH.DYN.MORT.MA": 56, | |
"femaleslessmales": -8, | |
"iso3c": "RWA", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NA": { | |
"iso2c": "S1", | |
"country": "Small states", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 54.109, | |
"SH.DYN.MORT.MA": 63.408, | |
"femaleslessmales": -9.299, | |
"iso3c": null, | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NA": { | |
"iso2c": "S2", | |
"country": "Pacific island small states", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 23.232, | |
"SH.DYN.MORT.MA": 28.379, | |
"femaleslessmales": -5.147, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "S3", | |
"country": "Caribbean small states", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 17.707, | |
"SH.DYN.MORT.MA": 22.409, | |
"femaleslessmales": -4.7015, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "S4", | |
"country": "Other small states", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 64.613, | |
"SH.DYN.MORT.MA": 75.263, | |
"femaleslessmales": -10.649, | |
"iso3c": null, | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"SAU": { | |
"iso2c": "SA", | |
"country": "Saudi Arabia", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 14.5, | |
"SH.DYN.MORT.MA": 16.6, | |
"femaleslessmales": -2.1, | |
"iso3c": "SAU", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"SLB": { | |
"iso2c": "SB", | |
"country": "Solomon Islands", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 27.2, | |
"SH.DYN.MORT.MA": 32.9, | |
"femaleslessmales": -5.7, | |
"iso3c": "SLB", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"SYC": { | |
"iso2c": "SC", | |
"country": "Seychelles", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 13, | |
"SH.DYN.MORT.MA": 15.2, | |
"femaleslessmales": -2.2, | |
"iso3c": "SYC", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"SDN": { | |
"iso2c": "SD", | |
"country": "Sudan", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 71.5, | |
"SH.DYN.MORT.MA": 81.4, | |
"femaleslessmales": -9.9, | |
"iso3c": "SDN", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"SWE": { | |
"iso2c": "SE", | |
"country": "Sweden", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 2.7, | |
"SH.DYN.MORT.MA": 3.3, | |
"femaleslessmales": -0.6, | |
"iso3c": "SWE", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"SGP": { | |
"iso2c": "SG", | |
"country": "Singapore", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 2.5, | |
"SH.DYN.MORT.MA": 3, | |
"femaleslessmales": -0.5, | |
"iso3c": "SGP", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"SVN": { | |
"iso2c": "SI", | |
"country": "Slovenia", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 2.6, | |
"SH.DYN.MORT.MA": 3.2, | |
"femaleslessmales": -0.6, | |
"iso3c": "SVN", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"SVK": { | |
"iso2c": "SK", | |
"country": "Slovak Republic", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 6.5, | |
"SH.DYN.MORT.MA": 7.9, | |
"femaleslessmales": -1.4, | |
"iso3c": "SVK", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"SLE": { | |
"iso2c": "SL", | |
"country": "Sierra Leone", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 151.9, | |
"SH.DYN.MORT.MA": 168.7, | |
"femaleslessmales": -16.8, | |
"iso3c": "SLE", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"SMR": { | |
"iso2c": "SM", | |
"country": "San Marino", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 2.8, | |
"SH.DYN.MORT.MA": 3.4, | |
"femaleslessmales": -0.6, | |
"iso3c": "SMR", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"SEN": { | |
"iso2c": "SN", | |
"country": "Senegal", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 50.1, | |
"SH.DYN.MORT.MA": 60.1, | |
"femaleslessmales": -10, | |
"iso3c": "SEN", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"SOM": { | |
"iso2c": "SO", | |
"country": "Somalia", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 138.7, | |
"SH.DYN.MORT.MA": 151.8, | |
"femaleslessmales": -13.1, | |
"iso3c": "SOM", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"SUR": { | |
"iso2c": "SR", | |
"country": "Suriname", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 20, | |
"SH.DYN.MORT.MA": 25.4, | |
"femaleslessmales": -5.4, | |
"iso3c": "SUR", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"SSD": { | |
"iso2c": "SS", | |
"country": "South Sudan", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 93.8, | |
"SH.DYN.MORT.MA": 104.3, | |
"femaleslessmales": -10.5, | |
"iso3c": "SSD", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"STP": { | |
"iso2c": "ST", | |
"country": "Sao Tome and Principe", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 46.7, | |
"SH.DYN.MORT.MA": 55.1, | |
"femaleslessmales": -8.4, | |
"iso3c": "STP", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"SLV": { | |
"iso2c": "SV", | |
"country": "El Salvador", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 13.9, | |
"SH.DYN.MORT.MA": 17.4, | |
"femaleslessmales": -3.5, | |
"iso3c": "SLV", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"SYR": { | |
"iso2c": "SY", | |
"country": "Syrian Arab Republic", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 13.2, | |
"SH.DYN.MORT.MA": 16, | |
"femaleslessmales": -2.8, | |
"iso3c": "SYR", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"SWZ": { | |
"iso2c": "SZ", | |
"country": "Swaziland", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 74.9, | |
"SH.DYN.MORT.MA": 85, | |
"femaleslessmales": -10.1, | |
"iso3c": "SWZ", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"TCD": { | |
"iso2c": "TD", | |
"country": "Chad", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 140, | |
"SH.DYN.MORT.MA": 154.6, | |
"femaleslessmales": -14.6, | |
"iso3c": "TCD", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"TGO": { | |
"iso2c": "TG", | |
"country": "Togo", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 78.3, | |
"SH.DYN.MORT.MA": 90.7, | |
"femaleslessmales": -12.4, | |
"iso3c": "TGO", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"THA": { | |
"iso2c": "TH", | |
"country": "Thailand", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 11.3, | |
"SH.DYN.MORT.MA": 14.7, | |
"femaleslessmales": -3.4, | |
"iso3c": "THA", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"TJK": { | |
"iso2c": "TJ", | |
"country": "Tajikistan", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 42.4, | |
"SH.DYN.MORT.MA": 52.8, | |
"femaleslessmales": -10.4, | |
"iso3c": "TJK", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"TLS": { | |
"iso2c": "TL", | |
"country": "Timor-Leste", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 49.6, | |
"SH.DYN.MORT.MA": 59.3, | |
"femaleslessmales": -9.7, | |
"iso3c": "TLS", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"TKM": { | |
"iso2c": "TM", | |
"country": "Turkmenistan", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 47.3, | |
"SH.DYN.MORT.MA": 62.5, | |
"femaleslessmales": -15.2, | |
"iso3c": "TKM", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"TUN": { | |
"iso2c": "TN", | |
"country": "Tunisia", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 13.9, | |
"SH.DYN.MORT.MA": 16.4, | |
"femaleslessmales": -2.5, | |
"iso3c": "TUN", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"TON": { | |
"iso2c": "TO", | |
"country": "Tonga", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 10.8, | |
"SH.DYN.MORT.MA": 13.4, | |
"femaleslessmales": -2.6, | |
"iso3c": "TON", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"TUR": { | |
"iso2c": "TR", | |
"country": "Turkey", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 17.4, | |
"SH.DYN.MORT.MA": 21, | |
"femaleslessmales": -3.6, | |
"iso3c": "TUR", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"TTO": { | |
"iso2c": "TT", | |
"country": "Trinidad and Tobago", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 19.1, | |
"SH.DYN.MORT.MA": 23.4, | |
"femaleslessmales": -4.3, | |
"iso3c": "TTO", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"TUV": { | |
"iso2c": "TV", | |
"country": "Tuvalu", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 26.3, | |
"SH.DYN.MORT.MA": 32, | |
"femaleslessmales": -5.7, | |
"iso3c": "TUV", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"TZA": { | |
"iso2c": "TZ", | |
"country": "Tanzania", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 48.1, | |
"SH.DYN.MORT.MA": 55.4, | |
"femaleslessmales": -7.3, | |
"iso3c": "TZA", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"UKR": { | |
"iso2c": "UA", | |
"country": "Ukraine", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 8.9, | |
"SH.DYN.MORT.MA": 11, | |
"femaleslessmales": -2.1, | |
"iso3c": "UKR", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"UGA": { | |
"iso2c": "UG", | |
"country": "Uganda", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 59.7, | |
"SH.DYN.MORT.MA": 72, | |
"femaleslessmales": -12.3, | |
"iso3c": "UGA", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"USA": { | |
"iso2c": "US", | |
"country": "United States", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 6.2, | |
"SH.DYN.MORT.MA": 7.5, | |
"femaleslessmales": -1.3, | |
"iso3c": "USA", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"URY": { | |
"iso2c": "UY", | |
"country": "Uruguay", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 10, | |
"SH.DYN.MORT.MA": 12.1, | |
"femaleslessmales": -2.1, | |
"iso3c": "URY", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"UZB": { | |
"iso2c": "UZ", | |
"country": "Uzbekistan", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 36.8, | |
"SH.DYN.MORT.MA": 48, | |
"femaleslessmales": -11.2, | |
"iso3c": "UZB", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"VCT": { | |
"iso2c": "VC", | |
"country": "St. Vincent and the Grenadines", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 17.1, | |
"SH.DYN.MORT.MA": 20.7, | |
"femaleslessmales": -3.6, | |
"iso3c": "VCT", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"VEN": { | |
"iso2c": "VE", | |
"country": "Venezuela, RB", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 13.2, | |
"SH.DYN.MORT.MA": 16.6, | |
"femaleslessmales": -3.4, | |
"iso3c": "VEN", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"VNM": { | |
"iso2c": "VN", | |
"country": "Vietnam", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 20.5, | |
"SH.DYN.MORT.MA": 26.9, | |
"femaleslessmales": -6.4, | |
"iso3c": "VNM", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"VUT": { | |
"iso2c": "VU", | |
"country": "Vanuatu", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 15, | |
"SH.DYN.MORT.MA": 18.8, | |
"femaleslessmales": -3.8, | |
"iso3c": "VUT", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"WSM": { | |
"iso2c": "WS", | |
"country": "Samoa", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 16.3, | |
"SH.DYN.MORT.MA": 19.7, | |
"femaleslessmales": -3.4, | |
"iso3c": "WSM", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "XC", | |
"country": "Euro area", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 3.6364, | |
"SH.DYN.MORT.MA": 4.3984, | |
"femaleslessmales": -0.76193, | |
"iso3c": null, | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"NA": { | |
"iso2c": "XD", | |
"country": "High income", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 5.7, | |
"SH.DYN.MORT.MA": 6.9, | |
"femaleslessmales": -1.2, | |
"iso3c": null, | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"NA": { | |
"iso2c": "XE", | |
"country": "Heavily indebted poor countries (HIPC)", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 78.879, | |
"SH.DYN.MORT.MA": 90.061, | |
"femaleslessmales": -11.182, | |
"iso3c": null, | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NA": { | |
"iso2c": "XJ", | |
"country": "Latin America & Caribbean (developing only)", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 16.3, | |
"SH.DYN.MORT.MA": 20.1, | |
"femaleslessmales": -3.8, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "XL", | |
"country": "Least developed countries: UN classification", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 74.835, | |
"SH.DYN.MORT.MA": 85.216, | |
"femaleslessmales": -10.381, | |
"iso3c": null, | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NA": { | |
"iso2c": "XM", | |
"country": "Low income", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 71.2, | |
"SH.DYN.MORT.MA": 81.1, | |
"femaleslessmales": -9.9, | |
"iso3c": null, | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NA": { | |
"iso2c": "XN", | |
"country": "Lower middle income", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 57.3, | |
"SH.DYN.MORT.MA": 60.5, | |
"femaleslessmales": -3.2, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "XO", | |
"country": "Low & middle income", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 48.3, | |
"SH.DYN.MORT.MA": 52.3, | |
"femaleslessmales": -4, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "XP", | |
"country": "Middle income", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 42, | |
"SH.DYN.MORT.MA": 44.7, | |
"femaleslessmales": -2.7, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "XQ", | |
"country": "Middle East & North Africa (developing only)", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 23.6, | |
"SH.DYN.MORT.MA": 27.3, | |
"femaleslessmales": -3.7, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "XR", | |
"country": "High income: nonOECD", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 10.512, | |
"SH.DYN.MORT.MA": 12.712, | |
"femaleslessmales": -2.1998, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "XS", | |
"country": "High income: OECD", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 4.6144, | |
"SH.DYN.MORT.MA": 5.5627, | |
"femaleslessmales": -0.9483, | |
"iso3c": null, | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"NA": { | |
"iso2c": "XT", | |
"country": "Upper middle income", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 18.3, | |
"SH.DYN.MORT.MA": 20.8, | |
"femaleslessmales": -2.5, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "XU", | |
"country": "North America", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 6.0717, | |
"SH.DYN.MORT.MA": 7.3375, | |
"femaleslessmales": -1.2658, | |
"iso3c": null, | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"YEM": { | |
"iso2c": "YE", | |
"country": "Yemen, Rep.", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 47.1, | |
"SH.DYN.MORT.MA": 55.2, | |
"femaleslessmales": -8.1, | |
"iso3c": "YEM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NA": { | |
"iso2c": "Z4", | |
"country": "East Asia & Pacific (all income levels)", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 16.688, | |
"SH.DYN.MORT.MA": 20.281, | |
"femaleslessmales": -3.5931, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "Z7", | |
"country": "Europe & Central Asia (all income levels)", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 10.936, | |
"SH.DYN.MORT.MA": 13.661, | |
"femaleslessmales": -2.7252, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"ZAF": { | |
"iso2c": "ZA", | |
"country": "South Africa", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 39.3, | |
"SH.DYN.MORT.MA": 48.3, | |
"femaleslessmales": -9, | |
"iso3c": "ZAF", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NA": { | |
"iso2c": "ZF", | |
"country": "Sub-Saharan Africa (developing only)", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 86.1, | |
"SH.DYN.MORT.MA": 98, | |
"femaleslessmales": -11.9, | |
"iso3c": null, | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "ZG", | |
"country": "Sub-Saharan Africa (all income levels)", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 86.329, | |
"SH.DYN.MORT.MA": 98.12, | |
"femaleslessmales": -11.791, | |
"iso3c": null, | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "ZJ", | |
"country": "Latin America & Caribbean (all income levels)", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 16.114, | |
"SH.DYN.MORT.MA": 19.841, | |
"femaleslessmales": -3.7269, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"ZMB": { | |
"iso2c": "ZM", | |
"country": "Zambia", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 81.5, | |
"SH.DYN.MORT.MA": 93.1, | |
"femaleslessmales": -11.6, | |
"iso3c": "ZMB", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NA": { | |
"iso2c": "ZQ", | |
"country": "Middle East & North Africa (all income levels)", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 22.285, | |
"SH.DYN.MORT.MA": 25.811, | |
"femaleslessmales": -3.5265, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"ZWE": { | |
"iso2c": "ZW", | |
"country": "Zimbabwe", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 81.8, | |
"SH.DYN.MORT.MA": 94.8, | |
"femaleslessmales": -13, | |
"iso3c": "ZWE", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "8S", | |
"country": "South Asia", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 57.1, | |
"SH.DYN.MORT.MA": 56.1, | |
"femaleslessmales": 1, | |
"iso3c": null, | |
"fillKey": null | |
}, | |
"IND": { | |
"iso2c": "IN", | |
"country": "India", | |
"year": 2013, | |
"SH.DYN.MORT.FE": 54.7, | |
"SH.DYN.MORT.MA": 50.8, | |
"femaleslessmales": 3.9, | |
"iso3c": "IND", | |
"fillKey": "(1,9.5]" | |
} | |
} | |
}, | |
"data": { | |
"NA": { | |
"iso2c": "1A", | |
"country": "Arab World", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 75.665, | |
"SH.DYN.MORT.MA": 82.869, | |
"femaleslessmales": -7.2036, | |
"iso3c": null, | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NA": { | |
"iso2c": "1W", | |
"country": "World", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 87.7, | |
"SH.DYN.MORT.MA": 92.5, | |
"femaleslessmales": -4.8, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "4E", | |
"country": "East Asia & Pacific (developing only)", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 55.6, | |
"SH.DYN.MORT.MA": 62.2, | |
"femaleslessmales": -6.6, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "7E", | |
"country": "Europe & Central Asia (developing only)", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 50.8, | |
"SH.DYN.MORT.MA": 60.3, | |
"femaleslessmales": -9.5, | |
"iso3c": null, | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"AND": { | |
"iso2c": "AD", | |
"country": "Andorra", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 7.6, | |
"SH.DYN.MORT.MA": 9.3, | |
"femaleslessmales": -1.7, | |
"iso3c": "AND", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"ARE": { | |
"iso2c": "AE", | |
"country": "United Arab Emirates", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 14.5, | |
"SH.DYN.MORT.MA": 18.4, | |
"femaleslessmales": -3.9, | |
"iso3c": "ARE", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"AFG": { | |
"iso2c": "AF", | |
"country": "Afghanistan", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 174.2, | |
"SH.DYN.MORT.MA": 183.6, | |
"femaleslessmales": -9.4, | |
"iso3c": "AFG", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"ATG": { | |
"iso2c": "AG", | |
"country": "Antigua and Barbuda", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 22.6, | |
"SH.DYN.MORT.MA": 28.3, | |
"femaleslessmales": -5.7, | |
"iso3c": "ATG", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"ALB": { | |
"iso2c": "AL", | |
"country": "Albania", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 36.5, | |
"SH.DYN.MORT.MA": 44.3, | |
"femaleslessmales": -7.8, | |
"iso3c": "ALB", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"ARM": { | |
"iso2c": "AM", | |
"country": "Armenia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 44.7, | |
"SH.DYN.MORT.MA": 54.4, | |
"femaleslessmales": -9.7, | |
"iso3c": "ARM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"AGO": { | |
"iso2c": "AO", | |
"country": "Angola", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 215, | |
"SH.DYN.MORT.MA": 236, | |
"femaleslessmales": -21, | |
"iso3c": "AGO", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"ARG": { | |
"iso2c": "AR", | |
"country": "Argentina", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 24.5, | |
"SH.DYN.MORT.MA": 30.5, | |
"femaleslessmales": -6, | |
"iso3c": "ARG", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"AUT": { | |
"iso2c": "AT", | |
"country": "Austria", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 8.4, | |
"SH.DYN.MORT.MA": 10.5, | |
"femaleslessmales": -2.1, | |
"iso3c": "AUT", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"AUS": { | |
"iso2c": "AU", | |
"country": "Australia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 8, | |
"SH.DYN.MORT.MA": 10.2, | |
"femaleslessmales": -2.2, | |
"iso3c": "AUS", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"AZE": { | |
"iso2c": "AZ", | |
"country": "Azerbaijan", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 86.3, | |
"SH.DYN.MORT.MA": 102.4, | |
"femaleslessmales": -16.1, | |
"iso3c": "AZE", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "B8", | |
"country": "Central Europe and the Baltics", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 19.203, | |
"SH.DYN.MORT.MA": 24.229, | |
"femaleslessmales": -5.0259, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"BIH": { | |
"iso2c": "BA", | |
"country": "Bosnia and Herzegovina", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 16.2, | |
"SH.DYN.MORT.MA": 20.3, | |
"femaleslessmales": -4.1, | |
"iso3c": "BIH", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"BRB": { | |
"iso2c": "BB", | |
"country": "Barbados", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 16.3, | |
"SH.DYN.MORT.MA": 19.8, | |
"femaleslessmales": -3.5, | |
"iso3c": "BRB", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"BGD": { | |
"iso2c": "BD", | |
"country": "Bangladesh", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 140.7, | |
"SH.DYN.MORT.MA": 146.4, | |
"femaleslessmales": -5.7, | |
"iso3c": "BGD", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"BEL": { | |
"iso2c": "BE", | |
"country": "Belgium", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 8.6, | |
"SH.DYN.MORT.MA": 11.3, | |
"femaleslessmales": -2.7, | |
"iso3c": "BEL", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"BFA": { | |
"iso2c": "BF", | |
"country": "Burkina Faso", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 194.1, | |
"SH.DYN.MORT.MA": 209.9, | |
"femaleslessmales": -15.8, | |
"iso3c": "BFA", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"BGR": { | |
"iso2c": "BG", | |
"country": "Bulgaria", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 19.4, | |
"SH.DYN.MORT.MA": 24.6, | |
"femaleslessmales": -5.2, | |
"iso3c": "BGR", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"BHR": { | |
"iso2c": "BH", | |
"country": "Bahrain", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 22.1, | |
"SH.DYN.MORT.MA": 23.7, | |
"femaleslessmales": -1.6, | |
"iso3c": "BHR", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"BDI": { | |
"iso2c": "BI", | |
"country": "Burundi", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 160.7, | |
"SH.DYN.MORT.MA": 180.6, | |
"femaleslessmales": -19.9, | |
"iso3c": "BDI", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"BEN": { | |
"iso2c": "BJ", | |
"country": "Benin", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 172.2, | |
"SH.DYN.MORT.MA": 186.2, | |
"femaleslessmales": -14, | |
"iso3c": "BEN", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"BRN": { | |
"iso2c": "BN", | |
"country": "Brunei Darussalam", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 11.2, | |
"SH.DYN.MORT.MA": 13.3, | |
"femaleslessmales": -2.1, | |
"iso3c": "BRN", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"BOL": { | |
"iso2c": "BO", | |
"country": "Bolivia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 116.2, | |
"SH.DYN.MORT.MA": 128.9, | |
"femaleslessmales": -12.7, | |
"iso3c": "BOL", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"BRA": { | |
"iso2c": "BR", | |
"country": "Brazil", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 55.4, | |
"SH.DYN.MORT.MA": 67.4, | |
"femaleslessmales": -12, | |
"iso3c": "BRA", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"BHS": { | |
"iso2c": "BS", | |
"country": "Bahamas, The", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 21.7, | |
"SH.DYN.MORT.MA": 25.2, | |
"femaleslessmales": -3.5, | |
"iso3c": "BHS", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"BTN": { | |
"iso2c": "BT", | |
"country": "Bhutan", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 127.2, | |
"SH.DYN.MORT.MA": 139.7, | |
"femaleslessmales": -12.5, | |
"iso3c": "BTN", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"BWA": { | |
"iso2c": "BW", | |
"country": "Botswana", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 45.1, | |
"SH.DYN.MORT.MA": 53.6, | |
"femaleslessmales": -8.5, | |
"iso3c": "BWA", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"BLR": { | |
"iso2c": "BY", | |
"country": "Belarus", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 14.1, | |
"SH.DYN.MORT.MA": 19, | |
"femaleslessmales": -4.9, | |
"iso3c": "BLR", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"BLZ": { | |
"iso2c": "BZ", | |
"country": "Belize", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 35.3, | |
"SH.DYN.MORT.MA": 43.6, | |
"femaleslessmales": -8.3, | |
"iso3c": "BLZ", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"CAN": { | |
"iso2c": "CA", | |
"country": "Canada", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 7.3, | |
"SH.DYN.MORT.MA": 9.1, | |
"femaleslessmales": -1.8, | |
"iso3c": "CAN", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"COD": { | |
"iso2c": "CD", | |
"country": "Congo, Dem. Rep.", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 167.5, | |
"SH.DYN.MORT.MA": 184, | |
"femaleslessmales": -16.5, | |
"iso3c": "COD", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"CAF": { | |
"iso2c": "CF", | |
"country": "Central African Republic", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 169.5, | |
"SH.DYN.MORT.MA": 184, | |
"femaleslessmales": -14.5, | |
"iso3c": "CAF", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"COG": { | |
"iso2c": "CG", | |
"country": "Congo, Rep.", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 86.5, | |
"SH.DYN.MORT.MA": 97.6, | |
"femaleslessmales": -11.1, | |
"iso3c": "COG", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"CHE": { | |
"iso2c": "CH", | |
"country": "Switzerland", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 7.2, | |
"SH.DYN.MORT.MA": 9.1, | |
"femaleslessmales": -1.9, | |
"iso3c": "CHE", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"CIV": { | |
"iso2c": "CI", | |
"country": "Cote d'Ivoire", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 139.3, | |
"SH.DYN.MORT.MA": 163.2, | |
"femaleslessmales": -23.9, | |
"iso3c": "CIV", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"CHL": { | |
"iso2c": "CL", | |
"country": "Chile", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 17.2, | |
"SH.DYN.MORT.MA": 21, | |
"femaleslessmales": -3.8, | |
"iso3c": "CHL", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"CMR": { | |
"iso2c": "CM", | |
"country": "Cameroon", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 128.2, | |
"SH.DYN.MORT.MA": 144.1, | |
"femaleslessmales": -15.9, | |
"iso3c": "CMR", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"CHN": { | |
"iso2c": "CN", | |
"country": "China", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 51.6, | |
"SH.DYN.MORT.MA": 56.2, | |
"femaleslessmales": -4.6, | |
"iso3c": "CHN", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"COL": { | |
"iso2c": "CO", | |
"country": "Colombia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 31.1, | |
"SH.DYN.MORT.MA": 39.1, | |
"femaleslessmales": -8, | |
"iso3c": "COL", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"CRI": { | |
"iso2c": "CR", | |
"country": "Costa Rica", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 15, | |
"SH.DYN.MORT.MA": 18.8, | |
"femaleslessmales": -3.8, | |
"iso3c": "CRI", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"CUB": { | |
"iso2c": "CU", | |
"country": "Cuba", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 11.5, | |
"SH.DYN.MORT.MA": 15, | |
"femaleslessmales": -3.5, | |
"iso3c": "CUB", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"CPV": { | |
"iso2c": "CV", | |
"country": "Cabo Verde", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 58.4, | |
"SH.DYN.MORT.MA": 67.4, | |
"femaleslessmales": -9, | |
"iso3c": "CPV", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"CYP": { | |
"iso2c": "CY", | |
"country": "Cyprus", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 10, | |
"SH.DYN.MORT.MA": 12.2, | |
"femaleslessmales": -2.2, | |
"iso3c": "CYP", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"CZE": { | |
"iso2c": "CZ", | |
"country": "Czech Republic", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 12.6, | |
"SH.DYN.MORT.MA": 16.5, | |
"femaleslessmales": -3.9, | |
"iso3c": "CZE", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"DEU": { | |
"iso2c": "DE", | |
"country": "Germany", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 7.4, | |
"SH.DYN.MORT.MA": 9.6, | |
"femaleslessmales": -2.2, | |
"iso3c": "DEU", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"DJI": { | |
"iso2c": "DJ", | |
"country": "Djibouti", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 109.5, | |
"SH.DYN.MORT.MA": 127.2, | |
"femaleslessmales": -17.7, | |
"iso3c": "DJI", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"DNK": { | |
"iso2c": "DK", | |
"country": "Denmark", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 7.8, | |
"SH.DYN.MORT.MA": 10, | |
"femaleslessmales": -2.2, | |
"iso3c": "DNK", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"DMA": { | |
"iso2c": "DM", | |
"country": "Dominica", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 15.8, | |
"SH.DYN.MORT.MA": 18.6, | |
"femaleslessmales": -2.8, | |
"iso3c": "DMA", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"DOM": { | |
"iso2c": "DO", | |
"country": "Dominican Republic", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 55, | |
"SH.DYN.MORT.MA": 64.1, | |
"femaleslessmales": -9.1, | |
"iso3c": "DOM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"DZA": { | |
"iso2c": "DZ", | |
"country": "Algeria", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 42.8, | |
"SH.DYN.MORT.MA": 51.1, | |
"femaleslessmales": -8.3, | |
"iso3c": "DZA", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"ECU": { | |
"iso2c": "EC", | |
"country": "Ecuador", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 51.5, | |
"SH.DYN.MORT.MA": 62, | |
"femaleslessmales": -10.5, | |
"iso3c": "ECU", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"EST": { | |
"iso2c": "EE", | |
"country": "Estonia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 17.5, | |
"SH.DYN.MORT.MA": 22.8, | |
"femaleslessmales": -5.3, | |
"iso3c": "EST", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"EGY": { | |
"iso2c": "EG", | |
"country": "Egypt, Arab Rep.", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 84.9, | |
"SH.DYN.MORT.MA": 85.1, | |
"femaleslessmales": -0.2, | |
"iso3c": "EGY", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"ERI": { | |
"iso2c": "ER", | |
"country": "Eritrea", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 139.1, | |
"SH.DYN.MORT.MA": 161.4, | |
"femaleslessmales": -22.3, | |
"iso3c": "ERI", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"ESP": { | |
"iso2c": "ES", | |
"country": "Spain", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 9.9, | |
"SH.DYN.MORT.MA": 12.1, | |
"femaleslessmales": -2.2, | |
"iso3c": "ESP", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"ETH": { | |
"iso2c": "ET", | |
"country": "Ethiopia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 191.4, | |
"SH.DYN.MORT.MA": 217.9, | |
"femaleslessmales": -26.5, | |
"iso3c": "ETH", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "EU", | |
"country": "European Union", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 11.11, | |
"SH.DYN.MORT.MA": 14.09, | |
"femaleslessmales": -2.9799, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "F1", | |
"country": "Fragile and conflict affected situations", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 137.29, | |
"SH.DYN.MORT.MA": 152.28, | |
"femaleslessmales": -14.986, | |
"iso3c": null, | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"FIN": { | |
"iso2c": "FI", | |
"country": "Finland", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 6, | |
"SH.DYN.MORT.MA": 7.4, | |
"femaleslessmales": -1.4, | |
"iso3c": "FIN", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"FJI": { | |
"iso2c": "FJ", | |
"country": "Fiji", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 26.7, | |
"SH.DYN.MORT.MA": 33, | |
"femaleslessmales": -6.3, | |
"iso3c": "FJI", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"FSM": { | |
"iso2c": "FM", | |
"country": "Micronesia, Fed. Sts.", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 50.7, | |
"SH.DYN.MORT.MA": 59.9, | |
"femaleslessmales": -9.2, | |
"iso3c": "FSM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"FRA": { | |
"iso2c": "FR", | |
"country": "France", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 7.7, | |
"SH.DYN.MORT.MA": 10.2, | |
"femaleslessmales": -2.5, | |
"iso3c": "FRA", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"GAB": { | |
"iso2c": "GA", | |
"country": "Gabon", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 85.7, | |
"SH.DYN.MORT.MA": 99.3, | |
"femaleslessmales": -13.6, | |
"iso3c": "GAB", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"GBR": { | |
"iso2c": "GB", | |
"country": "United Kingdom", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 8.1, | |
"SH.DYN.MORT.MA": 10.5, | |
"femaleslessmales": -2.4, | |
"iso3c": "GBR", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"GRD": { | |
"iso2c": "GD", | |
"country": "Grenada", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 20.3, | |
"SH.DYN.MORT.MA": 24, | |
"femaleslessmales": -3.7, | |
"iso3c": "GRD", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"GEO": { | |
"iso2c": "GE", | |
"country": "Georgia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 41.7, | |
"SH.DYN.MORT.MA": 52.6, | |
"femaleslessmales": -10.9, | |
"iso3c": "GEO", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"GHA": { | |
"iso2c": "GH", | |
"country": "Ghana", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 120.5, | |
"SH.DYN.MORT.MA": 135.5, | |
"femaleslessmales": -15, | |
"iso3c": "GHA", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"GMB": { | |
"iso2c": "GM", | |
"country": "Gambia, The", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 162.2, | |
"SH.DYN.MORT.MA": 176.9, | |
"femaleslessmales": -14.7, | |
"iso3c": "GMB", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"GIN": { | |
"iso2c": "GN", | |
"country": "Guinea", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 229.2, | |
"SH.DYN.MORT.MA": 245.6, | |
"femaleslessmales": -16.4, | |
"iso3c": "GIN", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"GNQ": { | |
"iso2c": "GQ", | |
"country": "Equatorial Guinea", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 174.9, | |
"SH.DYN.MORT.MA": 192.4, | |
"femaleslessmales": -17.5, | |
"iso3c": "GNQ", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"GRC": { | |
"iso2c": "GR", | |
"country": "Greece", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 11.5, | |
"SH.DYN.MORT.MA": 13.5, | |
"femaleslessmales": -2, | |
"iso3c": "GRC", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"GTM": { | |
"iso2c": "GT", | |
"country": "Guatemala", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 75.3, | |
"SH.DYN.MORT.MA": 85.6, | |
"femaleslessmales": -10.3, | |
"iso3c": "GTM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"GNB": { | |
"iso2c": "GW", | |
"country": "Guinea-Bissau", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 208.7, | |
"SH.DYN.MORT.MA": 240.1, | |
"femaleslessmales": -31.4, | |
"iso3c": "GNB", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"GUY": { | |
"iso2c": "GY", | |
"country": "Guyana", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 53.8, | |
"SH.DYN.MORT.MA": 68.1, | |
"femaleslessmales": -14.3, | |
"iso3c": "GUY", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"HND": { | |
"iso2c": "HN", | |
"country": "Honduras", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 53.9, | |
"SH.DYN.MORT.MA": 64, | |
"femaleslessmales": -10.1, | |
"iso3c": "HND", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"HRV": { | |
"iso2c": "HR", | |
"country": "Croatia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 11.2, | |
"SH.DYN.MORT.MA": 14.4, | |
"femaleslessmales": -3.2, | |
"iso3c": "HRV", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"HTI": { | |
"iso2c": "HT", | |
"country": "Haiti", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 135.6, | |
"SH.DYN.MORT.MA": 153.1, | |
"femaleslessmales": -17.5, | |
"iso3c": "HTI", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"HUN": { | |
"iso2c": "HU", | |
"country": "Hungary", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 16.9, | |
"SH.DYN.MORT.MA": 21.1, | |
"femaleslessmales": -4.2, | |
"iso3c": "HUN", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"IDN": { | |
"iso2c": "ID", | |
"country": "Indonesia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 77.4, | |
"SH.DYN.MORT.MA": 90.8, | |
"femaleslessmales": -13.4, | |
"iso3c": "IDN", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"IRL": { | |
"iso2c": "IE", | |
"country": "Ireland", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 8.2, | |
"SH.DYN.MORT.MA": 10.1, | |
"femaleslessmales": -1.9, | |
"iso3c": "IRL", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"ISR": { | |
"iso2c": "IL", | |
"country": "Israel", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 10.8, | |
"SH.DYN.MORT.MA": 12.3, | |
"femaleslessmales": -1.5, | |
"iso3c": "ISR", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"IRQ": { | |
"iso2c": "IQ", | |
"country": "Iraq", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 49.1, | |
"SH.DYN.MORT.MA": 57.4, | |
"femaleslessmales": -8.3, | |
"iso3c": "IRQ", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"IRN": { | |
"iso2c": "IR", | |
"country": "Iran, Islamic Rep.", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 55.9, | |
"SH.DYN.MORT.MA": 57.4, | |
"femaleslessmales": -1.5, | |
"iso3c": "IRN", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"ISL": { | |
"iso2c": "IS", | |
"country": "Iceland", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 5.8, | |
"SH.DYN.MORT.MA": 7, | |
"femaleslessmales": -1.2, | |
"iso3c": "ISL", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"ITA": { | |
"iso2c": "IT", | |
"country": "Italy", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 8.7, | |
"SH.DYN.MORT.MA": 10.6, | |
"femaleslessmales": -1.9, | |
"iso3c": "ITA", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"JAM": { | |
"iso2c": "JM", | |
"country": "Jamaica", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 26, | |
"SH.DYN.MORT.MA": 33.5, | |
"femaleslessmales": -7.5, | |
"iso3c": "JAM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"JOR": { | |
"iso2c": "JO", | |
"country": "Jordan", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 35.1, | |
"SH.DYN.MORT.MA": 38.1, | |
"femaleslessmales": -3, | |
"iso3c": "JOR", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"JPN": { | |
"iso2c": "JP", | |
"country": "Japan", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 5.7, | |
"SH.DYN.MORT.MA": 6.9, | |
"femaleslessmales": -1.2, | |
"iso3c": "JPN", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"KEN": { | |
"iso2c": "KE", | |
"country": "Kenya", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 93.2, | |
"SH.DYN.MORT.MA": 104, | |
"femaleslessmales": -10.8, | |
"iso3c": "KEN", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"KGZ": { | |
"iso2c": "KG", | |
"country": "Kyrgyz Republic", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 59.9, | |
"SH.DYN.MORT.MA": 71.2, | |
"femaleslessmales": -11.3, | |
"iso3c": "KGZ", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"KHM": { | |
"iso2c": "KH", | |
"country": "Cambodia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 109.5, | |
"SH.DYN.MORT.MA": 125.2, | |
"femaleslessmales": -15.7, | |
"iso3c": "KHM", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"KIR": { | |
"iso2c": "KI", | |
"country": "Kiribati", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 89.4, | |
"SH.DYN.MORT.MA": 101.2, | |
"femaleslessmales": -11.8, | |
"iso3c": "KIR", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"COM": { | |
"iso2c": "KM", | |
"country": "Comoros", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 117.7, | |
"SH.DYN.MORT.MA": 132.6, | |
"femaleslessmales": -14.9, | |
"iso3c": "COM", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"KNA": { | |
"iso2c": "KN", | |
"country": "St. Kitts and Nevis", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 25.6, | |
"SH.DYN.MORT.MA": 31.3, | |
"femaleslessmales": -5.7, | |
"iso3c": "KNA", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"PRK": { | |
"iso2c": "KP", | |
"country": "Korea, Dem. Rep.", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 39.3, | |
"SH.DYN.MORT.MA": 47.3, | |
"femaleslessmales": -8, | |
"iso3c": "PRK", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"KOR": { | |
"iso2c": "KR", | |
"country": "Korea, Rep.", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 6.9, | |
"SH.DYN.MORT.MA": 7.3, | |
"femaleslessmales": -0.4, | |
"iso3c": "KOR", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"KWT": { | |
"iso2c": "KW", | |
"country": "Kuwait", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 15.3, | |
"SH.DYN.MORT.MA": 18.1, | |
"femaleslessmales": -2.8, | |
"iso3c": "KWT", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"KAZ": { | |
"iso2c": "KZ", | |
"country": "Kazakhstan", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 45.8, | |
"SH.DYN.MORT.MA": 59, | |
"femaleslessmales": -13.2, | |
"iso3c": "KAZ", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"LAO": { | |
"iso2c": "LA", | |
"country": "Lao PDR", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 151.7, | |
"SH.DYN.MORT.MA": 171.9, | |
"femaleslessmales": -20.2, | |
"iso3c": "LAO", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"LBN": { | |
"iso2c": "LB", | |
"country": "Lebanon", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 30.8, | |
"SH.DYN.MORT.MA": 33.8, | |
"femaleslessmales": -3, | |
"iso3c": "LBN", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"LCA": { | |
"iso2c": "LC", | |
"country": "St. Lucia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 20, | |
"SH.DYN.MORT.MA": 25.1, | |
"femaleslessmales": -5.1, | |
"iso3c": "LCA", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"LKA": { | |
"iso2c": "LK", | |
"country": "Sri Lanka", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 19.4, | |
"SH.DYN.MORT.MA": 23.1, | |
"femaleslessmales": -3.7, | |
"iso3c": "LKA", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"LBR": { | |
"iso2c": "LR", | |
"country": "Liberia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 235.2, | |
"SH.DYN.MORT.MA": 260.1, | |
"femaleslessmales": -24.9, | |
"iso3c": "LBR", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"LSO": { | |
"iso2c": "LS", | |
"country": "Lesotho", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 79.4, | |
"SH.DYN.MORT.MA": 92.8, | |
"femaleslessmales": -13.4, | |
"iso3c": "LSO", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"LTU": { | |
"iso2c": "LT", | |
"country": "Lithuania", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 14.6, | |
"SH.DYN.MORT.MA": 18.4, | |
"femaleslessmales": -3.8, | |
"iso3c": "LTU", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"LUX": { | |
"iso2c": "LU", | |
"country": "Luxembourg", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 7.9, | |
"SH.DYN.MORT.MA": 9.6, | |
"femaleslessmales": -1.7, | |
"iso3c": "LUX", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"LVA": { | |
"iso2c": "LV", | |
"country": "Latvia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 17.8, | |
"SH.DYN.MORT.MA": 22.9, | |
"femaleslessmales": -5.1, | |
"iso3c": "LVA", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"LBY": { | |
"iso2c": "LY", | |
"country": "Libya", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 38.5, | |
"SH.DYN.MORT.MA": 46.2, | |
"femaleslessmales": -7.7, | |
"iso3c": "LBY", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"MAR": { | |
"iso2c": "MA", | |
"country": "Morocco", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 75.6, | |
"SH.DYN.MORT.MA": 85.5, | |
"femaleslessmales": -9.9, | |
"iso3c": "MAR", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"MCO": { | |
"iso2c": "MC", | |
"country": "Monaco", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 6.9, | |
"SH.DYN.MORT.MA": 8.6, | |
"femaleslessmales": -1.7, | |
"iso3c": "MCO", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"MDA": { | |
"iso2c": "MD", | |
"country": "Moldova", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 28.6, | |
"SH.DYN.MORT.MA": 35.7, | |
"femaleslessmales": -7.1, | |
"iso3c": "MDA", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"MNE": { | |
"iso2c": "ME", | |
"country": "Montenegro", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 15.6, | |
"SH.DYN.MORT.MA": 17.8, | |
"femaleslessmales": -2.2, | |
"iso3c": "MNE", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"MDG": { | |
"iso2c": "MG", | |
"country": "Madagascar", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 153.5, | |
"SH.DYN.MORT.MA": 168, | |
"femaleslessmales": -14.5, | |
"iso3c": "MDG", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"MHL": { | |
"iso2c": "MH", | |
"country": "Marshall Islands", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 44.9, | |
"SH.DYN.MORT.MA": 54.1, | |
"femaleslessmales": -9.2, | |
"iso3c": "MHL", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"MKD": { | |
"iso2c": "MK", | |
"country": "Macedonia, FYR", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 34.7, | |
"SH.DYN.MORT.MA": 38.3, | |
"femaleslessmales": -3.6, | |
"iso3c": "MKD", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"MLI": { | |
"iso2c": "ML", | |
"country": "Mali", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 244.7, | |
"SH.DYN.MORT.MA": 263.3, | |
"femaleslessmales": -18.6, | |
"iso3c": "MLI", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"MMR": { | |
"iso2c": "MM", | |
"country": "Myanmar", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 100.6, | |
"SH.DYN.MORT.MA": 116.2, | |
"femaleslessmales": -15.6, | |
"iso3c": "MMR", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"MNG": { | |
"iso2c": "MN", | |
"country": "Mongolia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 91.6, | |
"SH.DYN.MORT.MA": 123.3, | |
"femaleslessmales": -31.7, | |
"iso3c": "MNG", | |
"fillKey": null | |
}, | |
"MRT": { | |
"iso2c": "MR", | |
"country": "Mauritania", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 108.5, | |
"SH.DYN.MORT.MA": 126.6, | |
"femaleslessmales": -18.1, | |
"iso3c": "MRT", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"MLT": { | |
"iso2c": "MT", | |
"country": "Malta", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 10.2, | |
"SH.DYN.MORT.MA": 12.4, | |
"femaleslessmales": -2.2, | |
"iso3c": "MLT", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"MUS": { | |
"iso2c": "MU", | |
"country": "Mauritius", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 20.1, | |
"SH.DYN.MORT.MA": 25.9, | |
"femaleslessmales": -5.8, | |
"iso3c": "MUS", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"MDV": { | |
"iso2c": "MV", | |
"country": "Maldives", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 87.6, | |
"SH.DYN.MORT.MA": 99.1, | |
"femaleslessmales": -11.5, | |
"iso3c": "MDV", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"MWI": { | |
"iso2c": "MW", | |
"country": "Malawi", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 235, | |
"SH.DYN.MORT.MA": 255.1, | |
"femaleslessmales": -20.1, | |
"iso3c": "MWI", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"MEX": { | |
"iso2c": "MX", | |
"country": "Mexico", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 42.6, | |
"SH.DYN.MORT.MA": 50.2, | |
"femaleslessmales": -7.6, | |
"iso3c": "MEX", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"MYS": { | |
"iso2c": "MY", | |
"country": "Malaysia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 15, | |
"SH.DYN.MORT.MA": 18.2, | |
"femaleslessmales": -3.2, | |
"iso3c": "MYS", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"MOZ": { | |
"iso2c": "MZ", | |
"country": "Mozambique", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 227.5, | |
"SH.DYN.MORT.MA": 246.3, | |
"femaleslessmales": -18.8, | |
"iso3c": "MOZ", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NAM": { | |
"iso2c": "NA", | |
"country": "Namibia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 68.7, | |
"SH.DYN.MORT.MA": 78.3, | |
"femaleslessmales": -9.6, | |
"iso3c": "NAM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NER": { | |
"iso2c": "NE", | |
"country": "Niger", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 322.8, | |
"SH.DYN.MORT.MA": 331.6, | |
"femaleslessmales": -8.8, | |
"iso3c": "NER", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NGA": { | |
"iso2c": "NG", | |
"country": "Nigeria", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 202.2, | |
"SH.DYN.MORT.MA": 223.7, | |
"femaleslessmales": -21.5, | |
"iso3c": "NGA", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NIC": { | |
"iso2c": "NI", | |
"country": "Nicaragua", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 61.2, | |
"SH.DYN.MORT.MA": 72, | |
"femaleslessmales": -10.8, | |
"iso3c": "NIC", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NLD": { | |
"iso2c": "NL", | |
"country": "Netherlands", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 7.2, | |
"SH.DYN.MORT.MA": 9.4, | |
"femaleslessmales": -2.2, | |
"iso3c": "NLD", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NOR": { | |
"iso2c": "NO", | |
"country": "Norway", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 7.6, | |
"SH.DYN.MORT.MA": 9.7, | |
"femaleslessmales": -2.1, | |
"iso3c": "NOR", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NPL": { | |
"iso2c": "NP", | |
"country": "Nepal", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 141.6, | |
"SH.DYN.MORT.MA": 143, | |
"femaleslessmales": -1.4, | |
"iso3c": "NPL", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"NZL": { | |
"iso2c": "NZ", | |
"country": "New Zealand", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 9.8, | |
"SH.DYN.MORT.MA": 12.5, | |
"femaleslessmales": -2.7, | |
"iso3c": "NZL", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "OE", | |
"country": "OECD members", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 19.525, | |
"SH.DYN.MORT.MA": 23.041, | |
"femaleslessmales": -3.5158, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"OMN": { | |
"iso2c": "OM", | |
"country": "Oman", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 35.8, | |
"SH.DYN.MORT.MA": 42.7, | |
"femaleslessmales": -6.9, | |
"iso3c": "OMN", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"PAN": { | |
"iso2c": "PA", | |
"country": "Panama", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 27.7, | |
"SH.DYN.MORT.MA": 34.3, | |
"femaleslessmales": -6.6, | |
"iso3c": "PAN", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"PER": { | |
"iso2c": "PE", | |
"country": "Peru", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 75.9, | |
"SH.DYN.MORT.MA": 84, | |
"femaleslessmales": -8.1, | |
"iso3c": "PER", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"PNG": { | |
"iso2c": "PG", | |
"country": "Papua New Guinea", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 83.3, | |
"SH.DYN.MORT.MA": 94.4, | |
"femaleslessmales": -11.1, | |
"iso3c": "PNG", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"PHL": { | |
"iso2c": "PH", | |
"country": "Philippines", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 52.8, | |
"SH.DYN.MORT.MA": 64.1, | |
"femaleslessmales": -11.3, | |
"iso3c": "PHL", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"PAK": { | |
"iso2c": "PK", | |
"country": "Pakistan", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 136.1, | |
"SH.DYN.MORT.MA": 141, | |
"femaleslessmales": -4.9, | |
"iso3c": "PAK", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"POL": { | |
"iso2c": "PL", | |
"country": "Poland", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 15.2, | |
"SH.DYN.MORT.MA": 19.4, | |
"femaleslessmales": -4.2, | |
"iso3c": "POL", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"PSE": { | |
"iso2c": "PS", | |
"country": "West Bank and Gaza", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 40.6, | |
"SH.DYN.MORT.MA": 45.9, | |
"femaleslessmales": -5.3, | |
"iso3c": "PSE", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"PRT": { | |
"iso2c": "PT", | |
"country": "Portugal", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 13, | |
"SH.DYN.MORT.MA": 16.4, | |
"femaleslessmales": -3.4, | |
"iso3c": "PRT", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"PLW": { | |
"iso2c": "PW", | |
"country": "Palau", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 32.2, | |
"SH.DYN.MORT.MA": 39.8, | |
"femaleslessmales": -7.6, | |
"iso3c": "PLW", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"PRY": { | |
"iso2c": "PY", | |
"country": "Paraguay", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 42.3, | |
"SH.DYN.MORT.MA": 50, | |
"femaleslessmales": -7.7, | |
"iso3c": "PRY", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"QAT": { | |
"iso2c": "QA", | |
"country": "Qatar", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 18.9, | |
"SH.DYN.MORT.MA": 22.6, | |
"femaleslessmales": -3.7, | |
"iso3c": "QAT", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"ROU": { | |
"iso2c": "RO", | |
"country": "Romania", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 33.6, | |
"SH.DYN.MORT.MA": 41.6, | |
"femaleslessmales": -8, | |
"iso3c": "ROU", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"SRB": { | |
"iso2c": "RS", | |
"country": "Serbia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 26, | |
"SH.DYN.MORT.MA": 29.5, | |
"femaleslessmales": -3.5, | |
"iso3c": "SRB", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"RUS": { | |
"iso2c": "RU", | |
"country": "Russian Federation", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 22.1, | |
"SH.DYN.MORT.MA": 29.8, | |
"femaleslessmales": -7.7, | |
"iso3c": "RUS", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"RWA": { | |
"iso2c": "RW", | |
"country": "Rwanda", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 143.7, | |
"SH.DYN.MORT.MA": 159.7, | |
"femaleslessmales": -16, | |
"iso3c": "RWA", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "S1", | |
"country": "Small states", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 82.756, | |
"SH.DYN.MORT.MA": 94.879, | |
"femaleslessmales": -12.123, | |
"iso3c": null, | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "S2", | |
"country": "Pacific island small states", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 33.222, | |
"SH.DYN.MORT.MA": 39.962, | |
"femaleslessmales": -6.7404, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "S3", | |
"country": "Caribbean small states", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 30.292, | |
"SH.DYN.MORT.MA": 38.019, | |
"femaleslessmales": -7.7265, | |
"iso3c": null, | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NA": { | |
"iso2c": "S4", | |
"country": "Other small states", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 103.29, | |
"SH.DYN.MORT.MA": 117.26, | |
"femaleslessmales": -13.978, | |
"iso3c": null, | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"SAU": { | |
"iso2c": "SA", | |
"country": "Saudi Arabia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 41.5, | |
"SH.DYN.MORT.MA": 46.4, | |
"femaleslessmales": -4.9, | |
"iso3c": "SAU", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"SLB": { | |
"iso2c": "SB", | |
"country": "Solomon Islands", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 35.2, | |
"SH.DYN.MORT.MA": 41.9, | |
"femaleslessmales": -6.7, | |
"iso3c": "SLB", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"SYC": { | |
"iso2c": "SC", | |
"country": "Seychelles", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 15.1, | |
"SH.DYN.MORT.MA": 17.8, | |
"femaleslessmales": -2.7, | |
"iso3c": "SYC", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"SDN": { | |
"iso2c": "SD", | |
"country": "Sudan", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 120.9, | |
"SH.DYN.MORT.MA": 134.8, | |
"femaleslessmales": -13.9, | |
"iso3c": "SDN", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"SWE": { | |
"iso2c": "SE", | |
"country": "Sweden", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 6.1, | |
"SH.DYN.MORT.MA": 7.7, | |
"femaleslessmales": -1.6, | |
"iso3c": "SWE", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"SGP": { | |
"iso2c": "SG", | |
"country": "Singapore", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 7, | |
"SH.DYN.MORT.MA": 8.3, | |
"femaleslessmales": -1.3, | |
"iso3c": "SGP", | |
"fillKey": "(-1.72,-0.2]" | |
}, | |
"SVN": { | |
"iso2c": "SI", | |
"country": "Slovenia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 9.2, | |
"SH.DYN.MORT.MA": 11.5, | |
"femaleslessmales": -2.3, | |
"iso3c": "SVN", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"SVK": { | |
"iso2c": "SK", | |
"country": "Slovak Republic", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 15.4, | |
"SH.DYN.MORT.MA": 19.8, | |
"femaleslessmales": -4.4, | |
"iso3c": "SVK", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"SLE": { | |
"iso2c": "SL", | |
"country": "Sierra Leone", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 254.8, | |
"SH.DYN.MORT.MA": 279.7, | |
"femaleslessmales": -24.9, | |
"iso3c": "SLE", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"SMR": { | |
"iso2c": "SM", | |
"country": "San Marino", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 9.8, | |
"SH.DYN.MORT.MA": 12, | |
"femaleslessmales": -2.2, | |
"iso3c": "SMR", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"SEN": { | |
"iso2c": "SN", | |
"country": "Senegal", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 134.3, | |
"SH.DYN.MORT.MA": 147.6, | |
"femaleslessmales": -13.3, | |
"iso3c": "SEN", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"SOM": { | |
"iso2c": "SO", | |
"country": "Somalia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 171.6, | |
"SH.DYN.MORT.MA": 187.4, | |
"femaleslessmales": -15.8, | |
"iso3c": "SOM", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"SUR": { | |
"iso2c": "SR", | |
"country": "Suriname", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 42.5, | |
"SH.DYN.MORT.MA": 52.6, | |
"femaleslessmales": -10.1, | |
"iso3c": "SUR", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"SSD": { | |
"iso2c": "SS", | |
"country": "South Sudan", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 242.1, | |
"SH.DYN.MORT.MA": 262.7, | |
"femaleslessmales": -20.6, | |
"iso3c": "SSD", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"STP": { | |
"iso2c": "ST", | |
"country": "Sao Tome and Principe", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 103.7, | |
"SH.DYN.MORT.MA": 116.5, | |
"femaleslessmales": -12.8, | |
"iso3c": "STP", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"SLV": { | |
"iso2c": "SV", | |
"country": "El Salvador", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 54.4, | |
"SH.DYN.MORT.MA": 64.3, | |
"femaleslessmales": -9.9, | |
"iso3c": "SLV", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"SYR": { | |
"iso2c": "SY", | |
"country": "Syrian Arab Republic", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 34, | |
"SH.DYN.MORT.MA": 40.2, | |
"femaleslessmales": -6.2, | |
"iso3c": "SYR", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"SWZ": { | |
"iso2c": "SZ", | |
"country": "Swaziland", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 68.4, | |
"SH.DYN.MORT.MA": 79.1, | |
"femaleslessmales": -10.7, | |
"iso3c": "SWZ", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"TCD": { | |
"iso2c": "TD", | |
"country": "Chad", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 205, | |
"SH.DYN.MORT.MA": 224, | |
"femaleslessmales": -19, | |
"iso3c": "TCD", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"TGO": { | |
"iso2c": "TG", | |
"country": "Togo", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 137.2, | |
"SH.DYN.MORT.MA": 155.1, | |
"femaleslessmales": -17.9, | |
"iso3c": "TGO", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"THA": { | |
"iso2c": "TH", | |
"country": "Thailand", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 32, | |
"SH.DYN.MORT.MA": 41.9, | |
"femaleslessmales": -9.9, | |
"iso3c": "THA", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"TJK": { | |
"iso2c": "TJ", | |
"country": "Tajikistan", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 99.1, | |
"SH.DYN.MORT.MA": 116.9, | |
"femaleslessmales": -17.8, | |
"iso3c": "TJK", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"TLS": { | |
"iso2c": "TL", | |
"country": "Timor-Leste", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 163.4, | |
"SH.DYN.MORT.MA": 180.5, | |
"femaleslessmales": -17.1, | |
"iso3c": "TLS", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"TKM": { | |
"iso2c": "TM", | |
"country": "Turkmenistan", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 79.3, | |
"SH.DYN.MORT.MA": 101.5, | |
"femaleslessmales": -22.2, | |
"iso3c": "TKM", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"TUN": { | |
"iso2c": "TN", | |
"country": "Tunisia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 49, | |
"SH.DYN.MORT.MA": 55.2, | |
"femaleslessmales": -6.2, | |
"iso3c": "TUN", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"TON": { | |
"iso2c": "TO", | |
"country": "Tonga", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 20.2, | |
"SH.DYN.MORT.MA": 25.2, | |
"femaleslessmales": -5, | |
"iso3c": "TON", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"TUR": { | |
"iso2c": "TR", | |
"country": "Turkey", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 70.7, | |
"SH.DYN.MORT.MA": 78, | |
"femaleslessmales": -7.3, | |
"iso3c": "TUR", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"TTO": { | |
"iso2c": "TT", | |
"country": "Trinidad and Tobago", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 27.5, | |
"SH.DYN.MORT.MA": 33.4, | |
"femaleslessmales": -5.9, | |
"iso3c": "TTO", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"TUV": { | |
"iso2c": "TV", | |
"country": "Tuvalu", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 53.3, | |
"SH.DYN.MORT.MA": 60.7, | |
"femaleslessmales": -7.4, | |
"iso3c": "TUV", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"TZA": { | |
"iso2c": "TZ", | |
"country": "Tanzania", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 160, | |
"SH.DYN.MORT.MA": 173.6, | |
"femaleslessmales": -13.6, | |
"iso3c": "TZA", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"UKR": { | |
"iso2c": "UA", | |
"country": "Ukraine", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 17.3, | |
"SH.DYN.MORT.MA": 21.7, | |
"femaleslessmales": -4.4, | |
"iso3c": "UKR", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"UGA": { | |
"iso2c": "UG", | |
"country": "Uganda", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 166, | |
"SH.DYN.MORT.MA": 190.9, | |
"femaleslessmales": -24.9, | |
"iso3c": "UGA", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"USA": { | |
"iso2c": "US", | |
"country": "United States", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 10, | |
"SH.DYN.MORT.MA": 12.5, | |
"femaleslessmales": -2.5, | |
"iso3c": "USA", | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"URY": { | |
"iso2c": "UY", | |
"country": "Uruguay", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 20.5, | |
"SH.DYN.MORT.MA": 25.5, | |
"femaleslessmales": -5, | |
"iso3c": "URY", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"UZB": { | |
"iso2c": "UZ", | |
"country": "Uzbekistan", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 62.8, | |
"SH.DYN.MORT.MA": 79.3, | |
"femaleslessmales": -16.5, | |
"iso3c": "UZB", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"VCT": { | |
"iso2c": "VC", | |
"country": "St. Vincent and the Grenadines", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 22.4, | |
"SH.DYN.MORT.MA": 26.8, | |
"femaleslessmales": -4.4, | |
"iso3c": "VCT", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"VEN": { | |
"iso2c": "VE", | |
"country": "Venezuela, RB", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 26, | |
"SH.DYN.MORT.MA": 32.8, | |
"femaleslessmales": -6.8, | |
"iso3c": "VEN", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"VNM": { | |
"iso2c": "VN", | |
"country": "Vietnam", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 44.6, | |
"SH.DYN.MORT.MA": 56.3, | |
"femaleslessmales": -11.7, | |
"iso3c": "VNM", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"VUT": { | |
"iso2c": "VU", | |
"country": "Vanuatu", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 29.5, | |
"SH.DYN.MORT.MA": 36.4, | |
"femaleslessmales": -6.9, | |
"iso3c": "VUT", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"WSM": { | |
"iso2c": "WS", | |
"country": "Samoa", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 28.2, | |
"SH.DYN.MORT.MA": 33.7, | |
"femaleslessmales": -5.5, | |
"iso3c": "WSM", | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "XC", | |
"country": "Euro area", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 8.69, | |
"SH.DYN.MORT.MA": 11.035, | |
"femaleslessmales": -2.3454, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "XD", | |
"country": "High income", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 12.8, | |
"SH.DYN.MORT.MA": 15.9, | |
"femaleslessmales": -3.1, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "XE", | |
"country": "Heavily indebted poor countries (HIPC)", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 171.92, | |
"SH.DYN.MORT.MA": 189.83, | |
"femaleslessmales": -17.91, | |
"iso3c": null, | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "XJ", | |
"country": "Latin America & Caribbean (developing only)", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 50.3, | |
"SH.DYN.MORT.MA": 59.8, | |
"femaleslessmales": -9.5, | |
"iso3c": null, | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NA": { | |
"iso2c": "XL", | |
"country": "Least developed countries: UN classification", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 166.59, | |
"SH.DYN.MORT.MA": 181.78, | |
"femaleslessmales": -15.197, | |
"iso3c": null, | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "XM", | |
"country": "Low income", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 159.1, | |
"SH.DYN.MORT.MA": 173.7, | |
"femaleslessmales": -14.6, | |
"iso3c": null, | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "XN", | |
"country": "Lower middle income", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 117.7, | |
"SH.DYN.MORT.MA": 120, | |
"femaleslessmales": -2.3, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "XO", | |
"country": "Low & middle income", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 97, | |
"SH.DYN.MORT.MA": 101.9, | |
"femaleslessmales": -4.9, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "XP", | |
"country": "Middle income", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 85.6, | |
"SH.DYN.MORT.MA": 89.2, | |
"femaleslessmales": -3.6, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "XQ", | |
"country": "Middle East & North Africa (developing only)", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 65, | |
"SH.DYN.MORT.MA": 69.6, | |
"femaleslessmales": -4.6, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "XR", | |
"country": "High income: nonOECD", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 25.923, | |
"SH.DYN.MORT.MA": 32.556, | |
"femaleslessmales": -6.6328, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "XS", | |
"country": "High income: OECD", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 9.1101, | |
"SH.DYN.MORT.MA": 11.375, | |
"femaleslessmales": -2.2646, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"NA": { | |
"iso2c": "XT", | |
"country": "Upper middle income", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 51.3, | |
"SH.DYN.MORT.MA": 57.4, | |
"femaleslessmales": -6.1, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "XU", | |
"country": "North America", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 9.7636, | |
"SH.DYN.MORT.MA": 12.202, | |
"femaleslessmales": -2.4387, | |
"iso3c": null, | |
"fillKey": "(-3.8,-1.72]" | |
}, | |
"YEM": { | |
"iso2c": "YE", | |
"country": "Yemen, Rep.", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 119.2, | |
"SH.DYN.MORT.MA": 130.2, | |
"femaleslessmales": -11, | |
"iso3c": "YEM", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NA": { | |
"iso2c": "Z4", | |
"country": "East Asia & Pacific (all income levels)", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 53.137, | |
"SH.DYN.MORT.MA": 59.902, | |
"femaleslessmales": -6.7653, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"NA": { | |
"iso2c": "Z7", | |
"country": "Europe & Central Asia (all income levels)", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 28.791, | |
"SH.DYN.MORT.MA": 35.094, | |
"femaleslessmales": -6.3034, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"ZAF": { | |
"iso2c": "ZA", | |
"country": "South Africa", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 55.1, | |
"SH.DYN.MORT.MA": 66.6, | |
"femaleslessmales": -11.5, | |
"iso3c": "ZAF", | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"NA": { | |
"iso2c": "ZF", | |
"country": "Sub-Saharan Africa (developing only)", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 169.4, | |
"SH.DYN.MORT.MA": 188, | |
"femaleslessmales": -18.6, | |
"iso3c": null, | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "ZG", | |
"country": "Sub-Saharan Africa (all income levels)", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 170.14, | |
"SH.DYN.MORT.MA": 188.46, | |
"femaleslessmales": -18.317, | |
"iso3c": null, | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "ZJ", | |
"country": "Latin America & Caribbean (all income levels)", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 49.626, | |
"SH.DYN.MORT.MA": 58.93, | |
"femaleslessmales": -9.3039, | |
"iso3c": null, | |
"fillKey": "(-11.7,-6.96]" | |
}, | |
"ZMB": { | |
"iso2c": "ZM", | |
"country": "Zambia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 183, | |
"SH.DYN.MORT.MA": 201.5, | |
"femaleslessmales": -18.5, | |
"iso3c": "ZMB", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "ZQ", | |
"country": "Middle East & North Africa (all income levels)", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 62.098, | |
"SH.DYN.MORT.MA": 66.875, | |
"femaleslessmales": -4.7768, | |
"iso3c": null, | |
"fillKey": "(-6.96,-3.8]" | |
}, | |
"ZWE": { | |
"iso2c": "ZW", | |
"country": "Zimbabwe", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 68.1, | |
"SH.DYN.MORT.MA": 80.9, | |
"femaleslessmales": -12.8, | |
"iso3c": "ZWE", | |
"fillKey": "(-31.7,-11.7]" | |
}, | |
"NA": { | |
"iso2c": "8S", | |
"country": "South Asia", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 131.8, | |
"SH.DYN.MORT.MA": 127.2, | |
"femaleslessmales": 4.6, | |
"iso3c": null, | |
"fillKey": "(1,9.5]" | |
}, | |
"IND": { | |
"iso2c": "IN", | |
"country": "India", | |
"year": 1990, | |
"SH.DYN.MORT.FE": 130.2, | |
"SH.DYN.MORT.MA": 121.9, | |
"femaleslessmales": 8.3, | |
"iso3c": "IND", | |
"fillKey": "(1,9.5]" | |
} | |
}, | |
"id": "chart22ec2fff119" | |
} | |
chartParams.element = document.getElementById('chart22ec2fff119') | |
var mapchart22ec2fff119 = new Datamap(chartParams); | |
// draw a bubble map if specified | |
if (chartParams.bubbles) { | |
var bubbles = chartParams.bubbles | |
mapchart22ec2fff119.bubbles(bubbles) | |
} | |
if (chartParams.labels){ | |
mapchart22ec2fff119.labels() | |
} | |
if (chartParams.legend){ | |
mapchart22ec2fff119.legend() | |
} | |
setProjection = function( element, options ) { | |
var projection, path; | |
projection = d3.geo.albersUsa() | |
.scale(element.offsetWidth) | |
.translate([element.offsetWidth / 2, element.offsetHeight / 2]); | |
path = d3.geo.path() | |
.projection( projection ); | |
return {path: path, projection: projection}; | |
} | |
</script> | |
<style> | |
.datamaps { | |
position: relative; | |
} | |
</style> | |
<script></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment