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> | |
<html> | |
<head> | |
<meta name="description" content="D3byEX 7.5" /> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
<script src="http://d3js.org/d3.v3.min.js"></script> | |
<script> |
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> | |
<html> | |
<head> | |
<meta name="description" content="D3byEX 7.4" /> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
<script src="http://d3js.org/d3.v3.min.js"></script> | |
<script> |
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> | |
<html> | |
<head> | |
<meta name="description" content="D3byEX 7.3" /> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
<script src="http://d3js.org/d3.v3.min.js"></script> | |
<script> |
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> | |
<html> | |
<head> | |
<meta name="description" content="D3byEX 7.2" /> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
<script src="http://d3js.org/d3.v3.min.js"></script> | |
<script> |
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> | |
<html> | |
<head> | |
<meta name="description" content="D3byEX 7.1" /> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
<script src="http://d3js.org/d3.v3.min.js"></script> | |
<script> |
We can't make this file beautiful and searchable because it's too large.
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
CountryCode,Year,CountryName,LifeExp,FertRate,Population,Region | |
ABW,1960,Aruba,65.5693658537,4.82,54208.0,Latin America & Caribbean | |
AFG,1960,Afghanistan,31.5800487805,7.671,8774440.0,South Asia | |
AGO,1960,Angola,32.9848292683,7.316,4965988.0,Sub-Saharan Africa | |
ALB,1960,Albania,62.2543658537,6.186,1608800.0,Europe & Central Asia | |
ARE,1960,United Arab Emirates,52.2432195122,6.928,89608.0,Middle East & North Africa | |
ARG,1960,Argentina,65.2155365854,3.109,20623998.0,Latin America & Caribbean | |
ARM,1960,Armenia,65.8634634146,4.55,1867396.0,Europe & Central Asia | |
ATG,1960,Antigua and Barbuda,61.7827317073,4.425,54681.0,Latin America & Caribbean | |
AUS,1960,Australia,70.8170731707,3.453,10276477.0,East Asia & Pacific |
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> | |
<html> | |
<head> | |
<meta name="description" content="D3byEX 6.3" /> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
<script src="/src/scripts.js"></script> | |
<script src="http://d3js.org/d3.v3.min.js"></script> | |
<script> |
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> | |
<html> | |
<head> | |
<meta name="description" content="D3byEX 6.2" /> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
<script src="/src/scripts.js"></script> | |
<script src="http://d3js.org/d3.v3.min.js"></script> | |
<script> |
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> | |
<html> | |
<head> | |
<meta name="description" content="D3byEX 6.4" /> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
<script src="https://d3js.org/d3.v3.min.js"></script> | |
<script> | |
var url = "https://gist.githubusercontent.com/d3byex/30231953acaa9433a46f/raw/6c7eb1c562de92bdf8d0cd99c6912048161c187e/fert_pop_exp.csv"; |
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
CountryCode | CountryName | LifeExp | FertRate | Population | Region | |
---|---|---|---|---|---|---|
ABW | Aruba | 75.33217073 | 1.673 | 102911 | Latin America & Caribbean | |
AFG | Afghanistan | 60.93141463 | 4.9 | 30551674 | South Asia | |
AGO | Angola | 51.86617073 | 5.863 | 21471618 | Sub-Saharan Africa | |
ALB | Albania | 77.5372439 | 1.771 | 2897366 | Europe & Central Asia | |
ARE | United Arab Emirates | 77.13129268 | 1.801 | 9346129 | Middle East & North Africa | |
ARG | Argentina | 76.18729268 | 2.175 | 41446246 | Latin America & Caribbean | |
ARM | Armenia | 74.5407561 | 1.74 | 2976566 | Europe & Central Asia | |
ATG | Antigua and Barbuda | 75.82929268 | 2.089 | 89985 | Latin America & Caribbean | |
AUS | Australia | 82.19756098 | 1.921 | 23125868 | East Asia & Pacific |