Skip to content

Instantly share code, notes, and snippets.

View zhoyoyo's full-sized avatar
🎾

Youyou Zhou zhoyoyo

🎾
View GitHub Profile
avg_age count
65 11
65 11
64 10
60 10
72 12
63 11
66 10
65 10
64 9
Country Name Country Code Indicator Name Indicator Code 2018
Aruba ABW Population, total SP.POP.TOTL 105264
Afghanistan AFG Population, total SP.POP.TOTL 35530081
Angola AGO Population, total SP.POP.TOTL 29784193
Albania ALB Population, total SP.POP.TOTL 2873457
Andorra AND Population, total SP.POP.TOTL 76965
Arab World ARB Population, total SP.POP.TOTL 414491886
United Arab Emirates ARE Population, total SP.POP.TOTL 9400145
Argentina ARG Population, total SP.POP.TOTL 44271041
Armenia ARM Population, total SP.POP.TOTL 2930450
@zhoyoyo
zhoyoyo / swf-countries.csv
Last active March 13, 2019 00:46
data file
Country Name Country Code Indicator Name Indicator Code 2018
Aruba ABW Energy use (kg of oil equivalent per capita) EG.USE.PCAP.KG.OE
Afghanistan AFG Energy use (kg of oil equivalent per capita) EG.USE.PCAP.KG.OE
Angola AGO Energy use (kg of oil equivalent per capita) EG.USE.PCAP.KG.OE 5030
Albania ALB Energy use (kg of oil equivalent per capita) EG.USE.PCAP.KG.OE
Andorra AND Energy use (kg of oil equivalent per capita) EG.USE.PCAP.KG.OE
Arab World ARB Energy use (kg of oil equivalent per capita) EG.USE.PCAP.KG.OE
United Arab Emirates ARE Energy use (kg of oil equivalent per capita) EG.USE.PCAP.KG.OE 1308665
Argentina ARG Energy use (kg of oil equivalent per capita) EG.USE.PCAP.KG.OE
Armenia ARM Energy use (kg of oil equivalent per capita) EG.USE.PCAP.KG.OE
@zhoyoyo
zhoyoyo / index.html
Created September 24, 2013 13:18 — forked from stepheneb/index.html
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>One Graph</title>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.v2.js"></script>
<script type="text/javascript" src="simple-graph.js"></script>
<style type="text/css">
body { font: 13px sans-serif; }
rect { fill: #fff; }