-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpopulation_from_wikipedia.js
245 lines (245 loc) · 5.3 KB
/
population_from_wikipedia.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
var population = {
"China": 1401855920,
"India": 1360053900,
"US": 329488021,
"Indonesia": 266911900,
"Pakistan": 219016520,
"Brazil": 211283757,
"Nigeria": 206139587,
"Bangladesh": 168304408,
"Russia": 146745098,
"Mexico": 126577691,
"Japan": 126010000,
"Philippines": 108433682,
"Egypt": 100150004,
"Ethiopia": 98665000,
"Vietnam": 96208984,
"Congo (Kinshasa)": 89561404,
"Iran": 83298325,
"Turkey": 83154997,
"Germany": 83149300,
"France": 67069000,
"Thailand": 66483955,
"United Kingdom": 66435600,
"Italy": 60243406,
"South Africa": 58775022,
"Tanzania": 55890747,
"Myanmar": 54339766,
"Korea, South": 51780579,
"Colombia": 49395678,
"Kenya": 47564296,
"Spain": 47100396,
"Argentina": 44938712,
"Algeria": 43000000,
"Sudan": 42361520,
"Ukraine": 41902416,
"Uganda": 40299300,
"Iraq": 39127900,
"Poland": 38386000,
"Canada": 37965057,
"Morocco": 35845131,
"Saudi Arabia": 34218169,
"Uzbekistan": 34081430,
"Malaysia": 32725760,
"Afghanistan": 32225560,
"Venezuela": 32219521,
"Peru": 32131400,
"Angola": 31127674,
"Ghana": 30280811,
"Mozambique": 30066648,
"Yemen": 29825968,
"Nepal": 29609623,
"Cameroon": 26545864,
"Cote d'Ivoire": 25823071,
"Madagascar": 25680342,
"Australia": 25652995,
"North Korea": 25450000,
"Taiwan*": 23604265,
"Niger": 22314743,
"Sri Lanka": 21803000,
"Burkina Faso": 20870060,
"Mali": 19973000,
"Romania": 19405156,
"Malawi": 19129952,
"Chile": 19107216,
"Kazakhstan": 18667080,
"Syria": 17500657,
"Ecuador": 17448612,
"Netherlands": 17446831,
"Zambia": 17381168,
"Guatemala": 16604026,
"Senegal": 16209125,
"Somalia": 15893219,
"Chad": 15692969,
"Cambodia": 15288489,
"Zimbabwe": 15159624,
"South Sudan": 12778250,
"Rwanda": 12374397,
"Guinea": 12218357,
"Benin": 11733059,
"Tunisia": 11722038,
"Haiti": 11577779,
"Belgium": 11524454,
"Bolivia": 11469896,
"Cuba": 11209628,
"Burundi": 10953317,
"Greece": 10724599,
"Czechia": 10693939,
"Jordan": 10640708,
"Dominican Republic": 10358320,
"Sweden": 10333456,
"Portugal": 10276617,
"Azerbaijan": 10067108,
"United Arab Emirates": 9890400,
"Hungary": 9772756,
"Belarus": 9413446,
"Israel": 9174600,
"Honduras": 9158345,
"Tajikistan": 9127000,
"Papua New Guinea": 8935000,
"Austria": 8902600,
"Switzerland": 8586550,
"Sierra Leone": 7901454,
"Togo": 7538000,
"Hong Kong": 7500700,
"Paraguay": 7152703,
"Laos": 7123205,
"Bulgaria": 7000039,
"Serbia": 6963764,
"Libya": 6871287,
"Lebanon": 6825442,
"Kyrgyzstan": 6523500,
"El Salvador": 6486201,
"Nicaragua": 6460411,
"Turkmenistan": 6031187,
"Denmark": 5822763,
"Singapore": 5703600,
"Finland": 5527573,
"Congo (Brazzaville)": 5518092,
"Central African Republic": 5496011,
"Slovakia": 5456362,
"Norway": 5367580,
"Costa Rica": 5058007,
"Palestine": 4976684,
"New Zealand": 4971963,
"Ireland": 4921500,
"Oman": 4664790,
"Liberia": 4475353,
"Kuwait": 4420110,
"Panama": 4218808,
"Mauritania": 4077347,
"Croatia": 4076246,
"Georgia": 3723464,
"Uruguay": 3518552,
"Eritrea": 3497117,
"Mongolia": 3308624,
"Bosnia and Herzegovina": 3301000,
"Puerto Rico": 3193694,
"Armenia": 2957500,
"Albania": 2862427,
"Lithuania": 2793471,
"Qatar": 2747282,
"Jamaica": 2726667,
"Moldova": 2681735,
"Namibia": 2458936,
"Gambia, The": 2347706,
"Botswana": 2338851,
"Gabon": 2172579,
"Slovenia": 2094060,
"North Macedonia": 2077132,
"Lesotho": 2007201,
"Latvia": 1906800,
"Kosovo": 1795666,
"Guinea-Bissau": 1604528,
"Bahrain": 1543300,
"East Timor": 1387149,
"Trinidad and Tobago": 1363985,
"Equatorial Guinea": 1358276,
"Estonia": 1328360,
"Mauritius": 1265985,
"Eswatini": 1093238,
"Djibouti": 1078373,
"Fiji": 884887,
"Cyprus": 875900,
"Comoros": 873724,
"Guyana": 782766,
"Bhutan": 741672,
"Solomon Islands": 680806,
"Macau": 679600,
"Montenegro": 622359,
"Luxembourg": 613894,
"Western Sahara": 582463,
"Suriname": 581372,
"Cape Verde": 550483,
"Malta": 493559,
"Transnistria": 469000,
"Brunei": 442400,
"Belize": 408487,
"Bahamas, The": 385340,
"Maldives": 374775,
"Iceland": 364260,
"Northern Cyprus": 351965,
"Vanuatu": 304500,
"Barbados": 287025,
"New Caledonia": 282200,
"French Polynesia": 275918,
"Abkhazia": 244832,
"São Tomé and Príncipe": 201784,
"Samoa": 200874,
"Saint Lucia": 178696,
"Guam": 172400,
"Curaçao": 158665,
"Artsakh": 148000,
"Kiribati": 120100,
"Aruba": 112309,
"Grenada": 112003,
"Saint Vincent and the Grenadines": 110608,
"Jersey": 106800,
"U.S. Virgin Islands": 104578,
"F.S. Micronesia": 104468,
"Tonga": 100651,
"Seychelles": 97625,
"Antigua and Barbuda": 96453,
"Isle of Man": 83314,
"Andorra": 77543,
"Dominica": 71808,
"Cayman Islands": 65813,
"Bermuda": 64027,
"Guernsey": 62792,
"American Samoa": 56700,
"Greenland": 56081,
"Northern Mariana Islands": 56200,
"Marshall Islands": 55500,
"South Ossetia": 53532,
"Saint Kitts and Nevis": 52823,
"Faroe Islands": 52124,
"Turks and Caicos Islands": 41369,
"Sint Maarten": 40614,
"Liechtenstein": 38749,
"Monaco": 38300,
"Saint Martin": 35746,
"Gibraltar": 33701,
"San Marino": 33574,
"British Virgin Islands": 30030,
"Åland Islands": 29885,
"Palau": 17900,
"Cook Islands": 15200,
"Anguilla": 14869,
"Wallis and Futuna": 11700,
"Nauru": 11000,
"Tuvalu": 10200,
"Saint Barthélemy": 9793,
"Saint Pierre and Miquelon": 6008,
"Saint Helena Ascension<br />and Tristan da Cunha": 5633,
"Montserrat": 4989,
"Falkland Islands": 3198,
"Christmas Island": 1928,
"Norfolk Island": 1756,
"Niue": 1520,
"Tokelau": 1400,
"Holy See": 799,
"Cocos (Keeling) Islands": 538,
"Pitcairn Islands": 50,
"Martinique": 376480,
"Cruise Ship": 3711
}