Your task is to: For each of the three chosen datasets: • Create a .CSV file (or optionally, a MySQL database!) that includes all of the information included in the dataset. You’re encouraged to use a “wide” structure similar to how the information appears in the discussion item, so that you can practice tidying and transformations as described below.
DATASET SOURCE: UN World Populalation Dataset Suggested citation: United Nations, Department of Economic and Social Affairs, Population Division (2019). World Population Prospects 2019, Online Edition. Rev. 1.
myurl <- "https://raw.githubusercontent.com/BanuB/DATA607Project2/master/WorldTOTAL_POPULATION_BOTH_SEXESFinal.csv"
csvdata4 <- read.csv(file=myurl, header=TRUE,sep=",",stringsAsFactors = FALSE,na.strings=c("NA"))
filename<- "WorldPopulationDataset3.csv"
mydataset <- subset(csvdata4, csvdata4$X.4 == 'Country/Area' |csvdata4$X.4 == 'Type' )
str(mydataset)
## 'data.frame': 236 obs. of 78 variables:
## $ ï.. : chr "Index" "27" "28" "29" ...
## $ X : chr "Variant" "Estimates" "Estimates" "Estimates" ...
## $ X.1 : chr "Region, subregion, country or area *" "Burundi" "Comoros" "Djibouti" ...
## $ X.2 : chr "Notes" "" "" "" ...
## $ X.3 : chr "Country code" "108" "174" "262" ...
## $ X.4 : chr "Type" "Country/Area" "Country/Area" "Country/Area" ...
## $ X.5 : chr "Parent code" "910" "910" "910" ...
## $ Total.population..both.sexes.combined..as.of.1.July..thousands.: chr "1950" " 2 309" " 159" " 62" ...
## $ X.6 : chr "1951" " 2 360" " 163" " 63" ...
## $ X.7 : chr "1952" " 2 406" " 167" " 65" ...
## $ X.8 : chr "1953" " 2 449" " 170" " 66" ...
## $ X.9 : chr "1954" " 2 492" " 173" " 68" ...
## $ X.10 : chr "1955" " 2 537" " 176" " 70" ...
## $ X.11 : chr "1956" " 2 585" " 179" " 71" ...
## $ X.12 : chr "1957" " 2 636" " 182" " 74" ...
## $ X.13 : chr "1958" " 2 689" " 185" " 76" ...
## $ X.14 : chr "1959" " 2 743" " 188" " 80" ...
## $ X.15 : chr "1960" " 2 798" " 191" " 84" ...
## $ X.16 : chr "1961" " 2 852" " 194" " 89" ...
## $ X.17 : chr "1962" " 2 907" " 197" " 94" ...
## $ X.18 : chr "1963" " 2 964" " 200" " 101" ...
## $ X.19 : chr "1964" " 3 026" " 204" " 108" ...
## $ X.20 : chr "1965" " 3 094" " 207" " 115" ...
## $ X.21 : chr "1966" " 3 170" " 211" " 123" ...
## $ X.22 : chr "1967" " 3 253" " 216" " 131" ...
## $ X.23 : chr "1968" " 3 337" " 221" " 140" ...
## $ X.24 : chr "1969" " 3 414" " 225" " 150" ...
## $ X.25 : chr "1970" " 3 479" " 230" " 160" ...
## $ X.26 : chr "1971" " 3 530" " 235" " 169" ...
## $ X.27 : chr "1972" " 3 570" " 239" " 179" ...
## $ X.28 : chr "1973" " 3 605" " 244" " 191" ...
## $ X.29 : chr "1974" " 3 646" " 250" " 205" ...
## $ X.30 : chr "1975" " 3 701" " 257" " 224" ...
## $ X.31 : chr "1976" " 3 771" " 266" " 249" ...
## $ X.32 : chr "1977" " 3 854" " 276" " 277" ...
## $ X.33 : chr "1978" " 3 949" " 287" " 308" ...
## $ X.34 : chr "1979" " 4 051" " 297" " 336" ...
## $ X.35 : chr "1980" " 4 157" " 308" " 359" ...
## $ X.36 : chr "1981" " 4 267" " 318" " 375" ...
## $ X.37 : chr "1982" " 4 380" " 327" " 385" ...
## $ X.38 : chr "1983" " 4 498" " 336" " 394" ...
## $ X.39 : chr "1984" " 4 621" " 345" " 406" ...
## $ X.40 : chr "1985" " 4 751" " 355" " 426" ...
## $ X.41 : chr "1986" " 4 887" " 366" " 454" ...
## $ X.42 : chr "1987" " 5 027" " 377" " 490" ...
## $ X.43 : chr "1988" " 5 169" " 388" " 529" ...
## $ X.44 : chr "1989" " 5 307" " 400" " 564" ...
## $ X.45 : chr "1990" " 5 439" " 412" " 590" ...
## $ X.46 : chr "1991" " 5 565" " 424" " 607" ...
## $ X.47 : chr "1992" " 5 686" " 436" " 615" ...
## $ X.48 : chr "1993" " 5 798" " 449" " 619" ...
## $ X.49 : chr "1994" " 5 899" " 462" " 622" ...
## $ X.50 : chr "1995" " 5 987" " 475" " 630" ...
## $ X.51 : chr "1996" " 6 060" " 489" " 644" ...
## $ X.52 : chr "1997" " 6 122" " 502" " 661" ...
## $ X.53 : chr "1998" " 6 186" " 515" " 680" ...
## $ X.54 : chr "1999" " 6 267" " 529" " 700" ...
## $ X.55 : chr "2000" " 6 379" " 542" " 718" ...
## $ X.56 : chr "2001" " 6 526" " 556" " 733" ...
## $ X.57 : chr "2002" " 6 704" " 569" " 747" ...
## $ X.58 : chr "2003" " 6 909" " 583" " 760" ...
## $ X.59 : chr "2004" " 7 132" " 597" " 772" ...
## $ X.60 : chr "2005" " 7 365" " 612" " 783" ...
## $ X.61 : chr "2006" " 7 608" " 626" " 795" ...
## $ X.62 : chr "2007" " 7 862" " 642" " 805" ...
## $ X.63 : chr "2008" " 8 126" " 657" " 816" ...
## $ X.64 : chr "2009" " 8 398" " 673" " 828" ...
## $ X.65 : chr "2010" " 8 676" " 690" " 840" ...
## $ X.66 : chr "2011" " 8 958" " 707" " 854" ...
## $ X.67 : chr "2012" " 9 246" " 724" " 868" ...
## $ X.68 : chr "2013" " 9 540" " 742" " 883" ...
## $ X.69 : chr "2014" " 9 844" " 759" " 899" ...
## $ X.70 : chr "2015" " 10 160" " 777" " 914" ...
## $ X.71 : chr "2016" " 10 488" " 796" " 929" ...
## $ X.72 : chr "2017" " 10 827" " 814" " 944" ...
## $ X.73 : chr "2018" " 11 175" " 832" " 959" ...
## $ X.74 : chr "2019" " 11 531" " 851" " 974" ...
## $ X.75 : chr "2020" " 11 891" " 870" " 988" ...
head(mydataset, n=10)
## ï.. X X.1 X.2 X.3
## 1 Index Variant Region, subregion, country or area * Notes Country code
## 28 27 Estimates Burundi 108
## 29 28 Estimates Comoros 174
## 30 29 Estimates Djibouti 262
## 31 30 Estimates Eritrea 232
## 32 31 Estimates Ethiopia 231
## 33 32 Estimates Kenya 404
## 34 33 Estimates Madagascar 450
## 35 34 Estimates Malawi 454
## 36 35 Estimates Mauritius 1 480
## X.4 X.5
## 1 Type Parent code
## 28 Country/Area 910
## 29 Country/Area 910
## 30 Country/Area 910
## 31 Country/Area 910
## 32 Country/Area 910
## 33 Country/Area 910
## 34 Country/Area 910
## 35 Country/Area 910
## 36 Country/Area 910
## Total.population..both.sexes.combined..as.of.1.July..thousands.
## 1 1950
## 28 2 309
## 29 159
## 30 62
## 31 822
## 32 18 128
## 33 6 077
## 34 4 084
## 35 2 954
## 36 493
## X.6 X.7 X.8 X.9 X.10 X.11 X.12 X.13
## 1 1951 1952 1953 1954 1955 1956 1957 1958
## 28 2 360 2 406 2 449 2 492 2 537 2 585 2 636 2 689
## 29 163 167 170 173 176 179 182 185
## 30 63 65 66 68 70 71 74 76
## 31 835 849 865 882 900 919 939 961
## 32 18 467 18 820 19 184 19 560 19 947 20 348 20 764 21 201
## 33 6 242 6 416 6 598 6 789 6 988 7 195 7 412 7 638
## 34 4 168 4 257 4 349 4 444 4 544 4 647 4 754 4 865
## 35 3 012 3 072 3 136 3 202 3 271 3 342 3 417 3 495
## 36 506 521 537 554 571 588 605 623
## X.14 X.15 X.16 X.17 X.18 X.19 X.20 X.21
## 1 1959 1960 1961 1962 1963 1964 1965 1966
## 28 2 743 2 798 2 852 2 907 2 964 3 026 3 094 3 170
## 29 188 191 194 197 200 204 207 211
## 30 80 84 89 94 101 108 115 123
## 31 983 1 008 1 033 1 060 1 089 1 118 1 148 1 179
## 32 21 662 22 151 22 671 23 221 23 798 24 397 25 014 25 641
## 33 7 874 8 120 8 378 8 647 8 929 9 223 9 530 9 851
## 34 4 980 5 099 5 224 5 352 5 486 5 625 5 769 5 919
## 35 3 576 3 660 3 748 3 839 3 934 4 032 4 134 4 240
## 36 641 660 679 698 717 736 753 770
## X.22 X.23 X.24 X.25 X.26 X.27 X.28 X.29
## 1 1967 1968 1969 1970 1971 1972 1973 1974
## 28 3 253 3 337 3 414 3 479 3 530 3 570 3 605 3 646
## 29 216 221 225 230 235 239 244 250
## 30 131 140 150 160 169 179 191 205
## 31 1 210 1 243 1 276 1 311 1 347 1 385 1 424 1 464
## 32 26 280 26 944 27 653 28 415 29 249 30 141 31 037 31 861
## 33 10 187 10 540 10 911 11 301 11 713 12 146 12 601 13 077
## 34 6 074 6 234 6 402 6 576 6 758 6 947 7 143 7 346
## 35 4 350 4 464 4 582 4 704 4 829 4 959 5 093 5 235
## 36 785 799 813 826 840 852 865 878
## X.30 X.31 X.32 X.33 X.34 X.35 X.36 X.37
## 1 1975 1976 1977 1978 1979 1980 1981 1982
## 28 3 701 3 771 3 854 3 949 4 051 4 157 4 267 4 380
## 29 257 266 276 287 297 308 318 327
## 30 224 249 277 308 336 359 375 385
## 31 1 505 1 548 1 592 1 637 1 684 1 733 1 785 1 837
## 32 32 567 33 128 33 577 33 993 34 488 35 142 35 985 36 995
## 33 13 576 14 096 14 639 15 205 15 798 16 417 17 064 17 736
## 34 7 556 7 773 7 998 8 230 8 470 8 717 8 971 9 234
## 35 5 385 5 546 5 718 5 897 6 075 6 250 6 412 6 566
## 36 892 907 922 938 953 966 978 989
## X.38 X.39 X.40 X.41 X.42 X.43 X.44 X.45
## 1 1983 1984 1985 1986 1987 1988 1989 1990
## 28 4 498 4 621 4 751 4 887 5 027 5 169 5 307 5 439
## 29 336 345 355 366 377 388 400 412
## 30 394 406 426 454 490 529 564 590
## 31 1 891 1 946 2 004 2 065 2 127 2 186 2 231 2 259
## 32 38 143 39 374 40 652 41 966 43 329 44 757 46 272 47 888
## 33 18 432 19 146 19 877 20 623 21 382 22 154 22 935 23 725
## 34 9 504 9 781 10 063 10 352 10 648 10 952 11 269 11 599
## 35 6 738 6 965 7 268 7 666 8 141 8 637 9 076 9 404
## 36 999 1 008 1 016 1 023 1 030 1 037 1 046 1 056
## X.46 X.47 X.48 X.49 X.50 X.51 X.52 X.53
## 1 1991 1992 1993 1994 1995 1996 1997 1998
## 28 5 565 5 686 5 798 5 899 5 987 6 060 6 122 6 186
## 29 424 436 449 462 475 489 502 515
## 30 607 615 619 622 630 644 661 680
## 31 2 266 2 258 2 239 2 218 2 204 2 196 2 195 2 206
## 32 49 610 51 424 53 296 55 181 57 048 58 884 60 697 62 508
## 33 24 522 25 326 26 136 26 951 27 768 28 589 29 416 30 250
## 34 11 943 12 301 12 675 13 067 13 475 13 903 14 348 14 809
## 35 9 600 9 686 9 710 9 746 9 844 10 023 10 265 10 552
## 36 1 068 1 083 1 099 1 114 1 129 1 142 1 154 1 165
## X.54 X.55 X.56 X.57 X.58 X.59 X.60 X.61
## 1 1999 2000 2001 2002 2003 2004 2005 2006
## 28 6 267 6 379 6 526 6 704 6 909 7 132 7 365 7 608
## 29 529 542 556 569 583 597 612 626
## 30 700 718 733 747 760 772 783 795
## 31 2 237 2 292 2 375 2 481 2 601 2 720 2 827 2 918
## 32 64 343 66 225 68 159 70 142 72 171 74 240 76 346 78 489
## 33 31 099 31 965 32 849 33 752 34 679 35 635 36 625 37 649
## 34 15 283 15 767 16 261 16 765 17 279 17 803 18 337 18 880
## 35 10 854 11 149 11 432 11 714 12 000 12 302 12 626 12 974
## 36 1 176 1 185 1 194 1 202 1 209 1 216 1 222 1 228
## X.62 X.63 X.64 X.65 X.66 X.67 X.68 X.69
## 1 2007 2008 2009 2010 2011 2012 2013 2014
## 28 7 862 8 126 8 398 8 676 8 958 9 246 9 540 9 844
## 29 642 657 673 690 707 724 742 759
## 30 805 816 828 840 854 868 883 899
## 31 2 997 3 063 3 120 3 170 3 214 3 250 3 281 3 311
## 32 80 674 82 916 85 234 87 640 90 140 92 727 95 386 98 094
## 33 38 706 39 792 40 902 42 031 43 178 44 343 45 520 46 700
## 34 19 434 19 996 20 569 21 152 21 744 22 347 22 961 23 590
## 35 13 342 13 728 14 128 14 540 14 962 15 396 15 839 16 290
## 36 1 234 1 239 1 244 1 248 1 251 1 253 1 255 1 257
## X.70 X.71 X.72 X.73 X.74 X.75
## 1 2015 2016 2017 2018 2019 2020
## 28 10 160 10 488 10 827 11 175 11 531 11 891
## 29 777 796 814 832 851 870
## 30 914 929 944 959 974 988
## 31 3 343 3 377 3 413 3 453 3 497 3 546
## 32 100 835 103 603 106 400 109 224 112 079 114 964
## 33 47 878 49 052 50 221 51 393 52 574 53 771
## 34 24 234 24 894 25 571 26 262 26 969 27 691
## 35 16 745 17 205 17 670 18 143 18 629 19 130
## 36 1 259 1 262 1 264 1 267 1 270 1 272
mydataset1 <- mydataset %>%
select(X.1,X.55:X.75)
str(mydataset1)
## 'data.frame': 236 obs. of 22 variables:
## $ X.1 : chr "Region, subregion, country or area *" "Burundi" "Comoros" "Djibouti" ...
## $ X.55: chr "2000" " 6 379" " 542" " 718" ...
## $ X.56: chr "2001" " 6 526" " 556" " 733" ...
## $ X.57: chr "2002" " 6 704" " 569" " 747" ...
## $ X.58: chr "2003" " 6 909" " 583" " 760" ...
## $ X.59: chr "2004" " 7 132" " 597" " 772" ...
## $ X.60: chr "2005" " 7 365" " 612" " 783" ...
## $ X.61: chr "2006" " 7 608" " 626" " 795" ...
## $ X.62: chr "2007" " 7 862" " 642" " 805" ...
## $ X.63: chr "2008" " 8 126" " 657" " 816" ...
## $ X.64: chr "2009" " 8 398" " 673" " 828" ...
## $ X.65: chr "2010" " 8 676" " 690" " 840" ...
## $ X.66: chr "2011" " 8 958" " 707" " 854" ...
## $ X.67: chr "2012" " 9 246" " 724" " 868" ...
## $ X.68: chr "2013" " 9 540" " 742" " 883" ...
## $ X.69: chr "2014" " 9 844" " 759" " 899" ...
## $ X.70: chr "2015" " 10 160" " 777" " 914" ...
## $ X.71: chr "2016" " 10 488" " 796" " 929" ...
## $ X.72: chr "2017" " 10 827" " 814" " 944" ...
## $ X.73: chr "2018" " 11 175" " 832" " 959" ...
## $ X.74: chr "2019" " 11 531" " 851" " 974" ...
## $ X.75: chr "2020" " 11 891" " 870" " 988" ...
head(mydataset1)
## X.1 X.55 X.56 X.57
## 1 Region, subregion, country or area * 2000 2001 2002
## 28 Burundi 6 379 6 526 6 704
## 29 Comoros 542 556 569
## 30 Djibouti 718 733 747
## 31 Eritrea 2 292 2 375 2 481
## 32 Ethiopia 66 225 68 159 70 142
## X.58 X.59 X.60 X.61 X.62 X.63 X.64 X.65
## 1 2003 2004 2005 2006 2007 2008 2009 2010
## 28 6 909 7 132 7 365 7 608 7 862 8 126 8 398 8 676
## 29 583 597 612 626 642 657 673 690
## 30 760 772 783 795 805 816 828 840
## 31 2 601 2 720 2 827 2 918 2 997 3 063 3 120 3 170
## 32 72 171 74 240 76 346 78 489 80 674 82 916 85 234 87 640
## X.66 X.67 X.68 X.69 X.70 X.71 X.72
## 1 2011 2012 2013 2014 2015 2016 2017
## 28 8 958 9 246 9 540 9 844 10 160 10 488 10 827
## 29 707 724 742 759 777 796 814
## 30 854 868 883 899 914 929 944
## 31 3 214 3 250 3 281 3 311 3 343 3 377 3 413
## 32 90 140 92 727 95 386 98 094 100 835 103 603 106 400
## X.73 X.74 X.75
## 1 2018 2019 2020
## 28 11 175 11 531 11 891
## 29 832 851 870
## 30 959 974 988
## 31 3 453 3 497 3 546
## 32 109 224 112 079 114 964
mydataset1[22]
## X.75
## 1 2020
## 28 11 891
## 29 870
## 30 988
## 31 3 546
## 32 114 964
## 33 53 771
## 34 27 691
## 35 19 130
## 36 1 272
## 37 273
## 38 31 255
## 39 895
## 40 12 952
## 41 98
## 42 15 893
## 43 11 194
## 44 45 741
## 45 59 734
## 46 18 384
## 47 14 863
## 49 32 866
## 50 26 546
## 51 4 830
## 52 16 426
## 53 5 518
## 54 89 561
## 55 1 403
## 56 2 226
## 57 219
## 59 2 352
## 60 1 160
## 61 2 142
## 62 2 541
## 63 59 309
## 65 12 123
## 66 20 903
## 67 556
## 68 26 378
## 69 2 417
## 70 31 073
## 71 13 133
## 72 1 968
## 73 5 058
## 74 20 251
## 75 4 650
## 76 24 207
## 77 206 140
## 78 6
## 79 16 744
## 80 7 977
## 81 8 279
## 84 43 851
## 85 102 334
## 86 6 871
## 87 36 911
## 88 43 849
## 89 11 819
## 90 597
## 92 2 963
## 93 10 139
## 94 1 702
## 95 1 207
## 96 3 989
## 97 40 223
## 98 8 656
## 99 10 203
## 100 4 271
## 101 6 825
## 102 5 107
## 103 2 881
## 104 34 814
## 105 5 101
## 106 17 501
## 107 84 339
## 108 9 890
## 109 29 826
## 112 18 777
## 113 6 524
## 114 9 538
## 115 6 031
## 116 33 469
## 118 38 928
## 119 164 689
## 120 772
## 121 1 380 004
## 122 83 993
## 123 541
## 124 29 137
## 125 220 892
## 126 21 413
## 129 1 439 324
## 130 7 497
## 131 649
## 132 23 817
## 133 25 779
## 134 126 476
## 135 3 278
## 136 51 269
## 138 437
## 139 16 719
## 140 273 524
## 141 7 276
## 142 32 366
## 143 54 410
## 144 109 581
## 145 5 850
## 146 69 800
## 147 1 318
## 148 97 339
## 151 15
## 152 98
## 153 107
## 154 393
## 155 287
## 156 26
## 157 30
## 158 66
## 159 11 327
## 160 164
## 161 72
## 162 10 848
## 163 113
## 164 400
## 165 11 403
## 166 2 961
## 167 375
## 168 5
## 169 2 861
## 170 10
## 171 53
## 172 184
## 173 39
## 174 111
## 175 43
## 176 1 399
## 177 39
## 178 104
## 180 398
## 181 5 094
## 182 6 486
## 183 17 916
## 184 9 905
## 185 128 933
## 186 6 625
## 187 4 315
## 189 45 196
## 190 11 673
## 191 212 559
## 192 19 116
## 193 50 883
## 194 17 643
## 195 3
## 196 299
## 197 787
## 198 7 133
## 199 32 972
## 200 587
## 201 3 474
## 202 28 436
## 204 25 500
## 205 4 822
## 208 896
## 209 285
## 210 8 947
## 211 687
## 212 307
## 214 169
## 215 119
## 216 59
## 217 115
## 218 11
## 219 58
## 220 18
## 222 55
## 223 18
## 224 281
## 225 2
## 226 198
## 227 1
## 228 106
## 229 12
## 230 11
## 234 9 449
## 235 6 948
## 236 10 709
## 237 9 660
## 238 37 847
## 239 4 034
## 240 19 238
## 241 145 934
## 242 5 460
## 243 43 734
## 245 174
## 246 5 792
## 247 1 327
## 248 49
## 249 5 541
## 250 341
## 251 4 938
## 252 85
## 253 1 886
## 254 2 722
## 255 5 421
## 256 10 099
## 257 67 886
## 259 2 878
## 260 77
## 261 3 281
## 262 4 105
## 263 34
## 264 10 423
## 265 1
## 266 60 462
## 267 442
## 268 628
## 269 2 083
## 270 10 197
## 271 34
## 272 8 737
## 273 2 079
## 274 46 755
## 276 9 006
## 277 11 590
## 278 65 274
## 279 83 784
## 280 38
## 281 626
## 282 39
## 283 17 135
## 284 8 655
## 286 62
## 287 37 742
## 288 57
## 289 6
## 290 331 003
names(mydataset1)[1] <- "Country"
names(mydataset1)[2] <- "Y2000"
names(mydataset1)[3] <- "Y2001"
names(mydataset1)[4] <- "Y2002"
names(mydataset1)[5] <- "Y2003"
names(mydataset1)[6] <- "Y2004"
names(mydataset1)[7]<- "Y2005"
names(mydataset1)[8] <- "Y2006"
names(mydataset1)[9] <- "Y2007"
names(mydataset1)[10] <- "Y2008"
names(mydataset1)[11] <- "Y2009"
names(mydataset1)[12] <- "Y2010"
names(mydataset1)[13] <- "Y2011"
names(mydataset1)[14] <- "Y2012"
names(mydataset1)[15] <- "Y2013"
names(mydataset1)[16] <- "Y2014"
names(mydataset1)[17] <- "Y2015"
names(mydataset1)[18] <- "Y2016"
names(mydataset1)[19] <- "Y2017"
names(mydataset1)[20] <-"Y2018"
names(mydataset1)[21] <- "Y2019"
names(mydataset1)[22] <- "Y2020"
mydataset2 <- mydataset1 %>% filter(!str_detect(Country, 'Region'))
str(mydataset2)
## 'data.frame': 235 obs. of 22 variables:
## $ Country: chr "Burundi" "Comoros" "Djibouti" "Eritrea" ...
## $ Y2000 : chr " 6 379" " 542" " 718" " 2 292" ...
## $ Y2001 : chr " 6 526" " 556" " 733" " 2 375" ...
## $ Y2002 : chr " 6 704" " 569" " 747" " 2 481" ...
## $ Y2003 : chr " 6 909" " 583" " 760" " 2 601" ...
## $ Y2004 : chr " 7 132" " 597" " 772" " 2 720" ...
## $ Y2005 : chr " 7 365" " 612" " 783" " 2 827" ...
## $ Y2006 : chr " 7 608" " 626" " 795" " 2 918" ...
## $ Y2007 : chr " 7 862" " 642" " 805" " 2 997" ...
## $ Y2008 : chr " 8 126" " 657" " 816" " 3 063" ...
## $ Y2009 : chr " 8 398" " 673" " 828" " 3 120" ...
## $ Y2010 : chr " 8 676" " 690" " 840" " 3 170" ...
## $ Y2011 : chr " 8 958" " 707" " 854" " 3 214" ...
## $ Y2012 : chr " 9 246" " 724" " 868" " 3 250" ...
## $ Y2013 : chr " 9 540" " 742" " 883" " 3 281" ...
## $ Y2014 : chr " 9 844" " 759" " 899" " 3 311" ...
## $ Y2015 : chr " 10 160" " 777" " 914" " 3 343" ...
## $ Y2016 : chr " 10 488" " 796" " 929" " 3 377" ...
## $ Y2017 : chr " 10 827" " 814" " 944" " 3 413" ...
## $ Y2018 : chr " 11 175" " 832" " 959" " 3 453" ...
## $ Y2019 : chr " 11 531" " 851" " 974" " 3 497" ...
## $ Y2020 : chr " 11 891" " 870" " 988" " 3 546" ...
check<-function(x){
return(as.numeric(str_replace_all(x, "\\s+", "")))
}
mydataset2[2:22] <- apply(mydataset2[2:22], MARGIN=2, FUN=check)
str(mydataset2)
## 'data.frame': 235 obs. of 22 variables:
## $ Country: chr "Burundi" "Comoros" "Djibouti" "Eritrea" ...
## $ Y2000 : num 6379 542 718 2292 66225 ...
## $ Y2001 : num 6526 556 733 2375 68159 ...
## $ Y2002 : num 6704 569 747 2481 70142 ...
## $ Y2003 : num 6909 583 760 2601 72171 ...
## $ Y2004 : num 7132 597 772 2720 74240 ...
## $ Y2005 : num 7365 612 783 2827 76346 ...
## $ Y2006 : num 7608 626 795 2918 78489 ...
## $ Y2007 : num 7862 642 805 2997 80674 ...
## $ Y2008 : num 8126 657 816 3063 82916 ...
## $ Y2009 : num 8398 673 828 3120 85234 ...
## $ Y2010 : num 8676 690 840 3170 87640 ...
## $ Y2011 : num 8958 707 854 3214 90140 ...
## $ Y2012 : num 9246 724 868 3250 92727 ...
## $ Y2013 : num 9540 742 883 3281 95386 ...
## $ Y2014 : num 9844 759 899 3311 98094 ...
## $ Y2015 : num 10160 777 914 3343 100835 ...
## $ Y2016 : num 10488 796 929 3377 103603 ...
## $ Y2017 : num 10827 814 944 3413 106400 ...
## $ Y2018 : num 11175 832 959 3453 109224 ...
## $ Y2019 : num 11531 851 974 3497 112079 ...
## $ Y2020 : num 11891 870 988 3546 114964 ...
WPmydataset<- mydataset2 %>% gather("Year", "Population", Y2000:Y2020)
WPmydataset %>% arrange(Country,Year,Population)
## Country Year Population
## 1 Afghanistan Y2000 20780
## 2 Afghanistan Y2001 21607
## 3 Afghanistan Y2002 22601
## 4 Afghanistan Y2003 23681
## 5 Afghanistan Y2004 24727
## 6 Afghanistan Y2005 25654
## 7 Afghanistan Y2006 26433
## 8 Afghanistan Y2007 27101
## 9 Afghanistan Y2008 27722
## 10 Afghanistan Y2009 28395
## 11 Afghanistan Y2010 29186
## 12 Afghanistan Y2011 30117
## 13 Afghanistan Y2012 31161
## 14 Afghanistan Y2013 32270
## 15 Afghanistan Y2014 33371
## 16 Afghanistan Y2015 34414
## 17 Afghanistan Y2016 35383
## 18 Afghanistan Y2017 36296
## 19 Afghanistan Y2018 37172
## 20 Afghanistan Y2019 38042
## 21 Afghanistan Y2020 38928
## 22 Albania Y2000 3129
## 23 Albania Y2001 3130
## 24 Albania Y2002 3126
## 25 Albania Y2003 3118
## 26 Albania Y2004 3105
## 27 Albania Y2005 3087
## 28 Albania Y2006 3063
## 29 Albania Y2007 3034
## 30 Albania Y2008 3003
## 31 Albania Y2009 2973
## 32 Albania Y2010 2948
## 33 Albania Y2011 2929
## 34 Albania Y2012 2914
## 35 Albania Y2013 2904
## 36 Albania Y2014 2896
## 37 Albania Y2015 2891
## 38 Albania Y2016 2886
## 39 Albania Y2017 2884
## 40 Albania Y2018 2883
## 41 Albania Y2019 2881
## 42 Albania Y2020 2878
## 43 Algeria Y2000 31042
## 44 Algeria Y2001 31452
## 45 Algeria Y2002 31855
## 46 Algeria Y2003 32264
## 47 Algeria Y2004 32692
## 48 Algeria Y2005 33150
## 49 Algeria Y2006 33641
## 50 Algeria Y2007 34167
## 51 Algeria Y2008 34731
## 52 Algeria Y2009 35334
## 53 Algeria Y2010 35977
## 54 Algeria Y2011 36661
## 55 Algeria Y2012 37384
## 56 Algeria Y2013 38140
## 57 Algeria Y2014 38924
## 58 Algeria Y2015 39728
## 59 Algeria Y2016 40551
## 60 Algeria Y2017 41389
## 61 Algeria Y2018 42228
## 62 Algeria Y2019 43053
## 63 Algeria Y2020 43851
## 64 American Samoa Y2000 58
## 65 American Samoa Y2001 58
## 66 American Samoa Y2002 59
## 67 American Samoa Y2003 59
## 68 American Samoa Y2004 60
## 69 American Samoa Y2005 60
## 70 American Samoa Y2006 59
## 71 American Samoa Y2007 58
## 72 American Samoa Y2008 57
## 73 American Samoa Y2009 57
## 74 American Samoa Y2010 56
## 75 American Samoa Y2011 56
## 76 American Samoa Y2012 56
## 77 American Samoa Y2013 56
## 78 American Samoa Y2014 56
## 79 American Samoa Y2015 56
## 80 American Samoa Y2016 56
## 81 American Samoa Y2017 56
## 82 American Samoa Y2018 55
## 83 American Samoa Y2019 55
## 84 American Samoa Y2020 55
## 85 Andorra Y2000 65
## 86 Andorra Y2001 67
## 87 Andorra Y2002 70
## 88 Andorra Y2003 73
## 89 Andorra Y2004 76
## 90 Andorra Y2005 79
## 91 Andorra Y2006 81
## 92 Andorra Y2007 83
## 93 Andorra Y2008 84
## 94 Andorra Y2009 84
## 95 Andorra Y2010 84
## 96 Andorra Y2011 84
## 97 Andorra Y2012 82
## 98 Andorra Y2013 81
## 99 Andorra Y2014 79
## 100 Andorra Y2015 78
## 101 Andorra Y2016 77
## 102 Andorra Y2017 77
## 103 Andorra Y2018 77
## 104 Andorra Y2019 77
## 105 Andorra Y2020 77
## 106 Angola Y2000 16395
## 107 Angola Y2001 16946
## 108 Angola Y2002 17519
## 109 Angola Y2003 18121
## 110 Angola Y2004 18758
## 111 Angola Y2005 19434
## 112 Angola Y2006 20150
## 113 Angola Y2007 20905
## 114 Angola Y2008 21696
## 115 Angola Y2009 22514
## 116 Angola Y2010 23356
## 117 Angola Y2011 24221
## 118 Angola Y2012 25108
## 119 Angola Y2013 26016
## 120 Angola Y2014 26942
## 121 Angola Y2015 27884
## 122 Angola Y2016 28842
## 123 Angola Y2017 29817
## 124 Angola Y2018 30810
## 125 Angola Y2019 31825
## 126 Angola Y2020 32866
## 127 Anguilla Y2000 11
## 128 Anguilla Y2001 12
## 129 Anguilla Y2002 12
## 130 Anguilla Y2003 12
## 131 Anguilla Y2004 12
## 132 Anguilla Y2005 12
## 133 Anguilla Y2006 13
## 134 Anguilla Y2007 13
## 135 Anguilla Y2008 13
## 136 Anguilla Y2009 13
## 137 Anguilla Y2010 13
## 138 Anguilla Y2011 14
## 139 Anguilla Y2012 14
## 140 Anguilla Y2013 14
## 141 Anguilla Y2014 14
## 142 Anguilla Y2015 14
## 143 Anguilla Y2016 14
## 144 Anguilla Y2017 15
## 145 Anguilla Y2018 15
## 146 Anguilla Y2019 15
## 147 Anguilla Y2020 15
## 148 Antigua and Barbuda Y2000 76
## 149 Antigua and Barbuda Y2001 77
## 150 Antigua and Barbuda Y2002 78
## 151 Antigua and Barbuda Y2003 79
## 152 Antigua and Barbuda Y2004 80
## 153 Antigua and Barbuda Y2005 81
## 154 Antigua and Barbuda Y2006 83
## 155 Antigua and Barbuda Y2007 84
## 156 Antigua and Barbuda Y2008 85
## 157 Antigua and Barbuda Y2009 87
## 158 Antigua and Barbuda Y2010 88
## 159 Antigua and Barbuda Y2011 89
## 160 Antigua and Barbuda Y2012 90
## 161 Antigua and Barbuda Y2013 92
## 162 Antigua and Barbuda Y2014 93
## 163 Antigua and Barbuda Y2015 94
## 164 Antigua and Barbuda Y2016 95
## 165 Antigua and Barbuda Y2017 95
## 166 Antigua and Barbuda Y2018 96
## 167 Antigua and Barbuda Y2019 97
## 168 Antigua and Barbuda Y2020 98
## 169 Argentina Y2000 36871
## 170 Argentina Y2001 37276
## 171 Argentina Y2002 37682
## 172 Argentina Y2003 38088
## 173 Argentina Y2004 38492
## 174 Argentina Y2005 38893
## 175 Argentina Y2006 39290
## 176 Argentina Y2007 39684
## 177 Argentina Y2008 40080
## 178 Argentina Y2009 40483
## 179 Argentina Y2010 40896
## 180 Argentina Y2011 41320
## 181 Argentina Y2012 41755
## 182 Argentina Y2013 42196
## 183 Argentina Y2014 42638
## 184 Argentina Y2015 43075
## 185 Argentina Y2016 43508
## 186 Argentina Y2017 43937
## 187 Argentina Y2018 44361
## 188 Argentina Y2019 44781
## 189 Argentina Y2020 45196
## 190 Armenia Y2000 3070
## 191 Armenia Y2001 3051
## 192 Armenia Y2002 3034
## 193 Armenia Y2003 3018
## 194 Armenia Y2004 3001
## 195 Armenia Y2005 2981
## 196 Armenia Y2006 2958
## 197 Armenia Y2007 2933
## 198 Armenia Y2008 2908
## 199 Armenia Y2009 2888
## 200 Armenia Y2010 2877
## 201 Armenia Y2011 2877
## 202 Armenia Y2012 2884
## 203 Armenia Y2013 2898
## 204 Armenia Y2014 2912
## 205 Armenia Y2015 2926
## 206 Armenia Y2016 2936
## 207 Armenia Y2017 2945
## 208 Armenia Y2018 2952
## 209 Armenia Y2019 2958
## 210 Armenia Y2020 2963
## 211 Aruba Y2000 91
## 212 Aruba Y2001 93
## 213 Aruba Y2002 95
## 214 Aruba Y2003 97
## 215 Aruba Y2004 99
## 216 Aruba Y2005 100
## 217 Aruba Y2006 101
## 218 Aruba Y2007 101
## 219 Aruba Y2008 101
## 220 Aruba Y2009 101
## 221 Aruba Y2010 102
## 222 Aruba Y2011 102
## 223 Aruba Y2012 103
## 224 Aruba Y2013 103
## 225 Aruba Y2014 104
## 226 Aruba Y2015 104
## 227 Aruba Y2016 105
## 228 Aruba Y2017 105
## 229 Aruba Y2018 106
## 230 Aruba Y2019 106
## 231 Aruba Y2020 107
## 232 Australia Y2000 18991
## 233 Australia Y2001 19195
## 234 Australia Y2002 19401
## 235 Australia Y2003 19624
## 236 Australia Y2004 19880
## 237 Australia Y2005 20179
## 238 Australia Y2006 20526
## 239 Australia Y2007 20916
## 240 Australia Y2008 21332
## 241 Australia Y2009 21751
## 242 Australia Y2010 22155
## 243 Australia Y2011 22538
## 244 Australia Y2012 22904
## 245 Australia Y2013 23255
## 246 Australia Y2014 23596
## 247 Australia Y2015 23932
## 248 Australia Y2016 24263
## 249 Australia Y2017 24585
## 250 Australia Y2018 24898
## 251 Australia Y2019 25203
## 252 Australia Y2020 25500
## 253 Austria Y2000 8069
## 254 Austria Y2001 8098
## 255 Austria Y2002 8134
## 256 Austria Y2003 8176
## 257 Austria Y2004 8217
## 258 Austria Y2005 8254
## 259 Austria Y2006 8285
## 260 Austria Y2007 8314
## 261 Austria Y2008 8342
## 262 Austria Y2009 8373
## 263 Austria Y2010 8410
## 264 Austria Y2011 8454
## 265 Austria Y2012 8502
## 266 Austria Y2013 8556
## 267 Austria Y2014 8615
## 268 Austria Y2015 8679
## 269 Austria Y2016 8747
## 270 Austria Y2017 8820
## 271 Austria Y2018 8891
## 272 Austria Y2019 8955
## 273 Austria Y2020 9006
## 274 Azerbaijan Y2000 8123
## 275 Azerbaijan Y2001 8197
## 276 Azerbaijan Y2002 8277
## 277 Azerbaijan Y2003 8361
## 278 Azerbaijan Y2004 8449
## 279 Azerbaijan Y2005 8539
## 280 Azerbaijan Y2006 8630
## 281 Azerbaijan Y2007 8724
## 282 Azerbaijan Y2008 8822
## 283 Azerbaijan Y2009 8924
## 284 Azerbaijan Y2010 9032
## 285 Azerbaijan Y2011 9146
## 286 Azerbaijan Y2012 9265
## 287 Azerbaijan Y2013 9385
## 288 Azerbaijan Y2014 9506
## 289 Azerbaijan Y2015 9623
## 290 Azerbaijan Y2016 9736
## 291 Azerbaijan Y2017 9845
## 292 Azerbaijan Y2018 9950
## 293 Azerbaijan Y2019 10048
## 294 Azerbaijan Y2020 10139
## 295 Bahamas Y2000 298
## 296 Bahamas Y2001 303
## 297 Bahamas Y2002 308
## 298 Bahamas Y2003 313
## 299 Bahamas Y2004 319
## 300 Bahamas Y2005 325
## 301 Bahamas Y2006 331
## 302 Bahamas Y2007 337
## 303 Bahamas Y2008 344
## 304 Bahamas Y2009 350
## 305 Bahamas Y2010 355
## 306 Bahamas Y2011 360
## 307 Bahamas Y2012 364
## 308 Bahamas Y2013 367
## 309 Bahamas Y2014 371
## 310 Bahamas Y2015 374
## 311 Bahamas Y2016 378
## 312 Bahamas Y2017 382
## 313 Bahamas Y2018 386
## 314 Bahamas Y2019 389
## 315 Bahamas Y2020 393
## 316 Bahrain Y2000 665
## 317 Bahrain Y2001 698
## 318 Bahrain Y2002 735
## 319 Bahrain Y2003 779
## 320 Bahrain Y2004 830
## 321 Bahrain Y2005 889
## 322 Bahrain Y2006 958
## 323 Bahrain Y2007 1036
## 324 Bahrain Y2008 1115
## 325 Bahrain Y2009 1185
## 326 Bahrain Y2010 1241
## 327 Bahrain Y2011 1278
## 328 Bahrain Y2012 1300
## 329 Bahrain Y2013 1315
## 330 Bahrain Y2014 1336
## 331 Bahrain Y2015 1372
## 332 Bahrain Y2016 1426
## 333 Bahrain Y2017 1494
## 334 Bahrain Y2018 1569
## 335 Bahrain Y2019 1641
## 336 Bahrain Y2020 1702
## 337 Bangladesh Y2000 127658
## 338 Bangladesh Y2001 130089
## 339 Bangladesh Y2002 132478
## 340 Bangladesh Y2003 134792
## 341 Bangladesh Y2004 136986
## 342 Bangladesh Y2005 139036
## 343 Bangladesh Y2006 140921
## 344 Bangladesh Y2007 142660
## 345 Bangladesh Y2008 144304
## 346 Bangladesh Y2009 145925
## 347 Bangladesh Y2010 147575
## 348 Bangladesh Y2011 149273
## 349 Bangladesh Y2012 151006
## 350 Bangladesh Y2013 152761
## 351 Bangladesh Y2014 154517
## 352 Bangladesh Y2015 156256
## 353 Bangladesh Y2016 157977
## 354 Bangladesh Y2017 159685
## 355 Bangladesh Y2018 161377
## 356 Bangladesh Y2019 163046
## 357 Bangladesh Y2020 164689
## 358 Barbados Y2000 272
## 359 Barbados Y2001 272
## 360 Barbados Y2002 273
## 361 Barbados Y2003 274
## 362 Barbados Y2004 275
## 363 Barbados Y2005 276
## 364 Barbados Y2006 277
## 365 Barbados Y2007 279
## 366 Barbados Y2008 280
## 367 Barbados Y2009 281
## 368 Barbados Y2010 282
## 369 Barbados Y2011 283
## 370 Barbados Y2012 284
## 371 Barbados Y2013 284
## 372 Barbados Y2014 285
## 373 Barbados Y2015 285
## 374 Barbados Y2016 286
## 375 Barbados Y2017 286
## 376 Barbados Y2018 287
## 377 Barbados Y2019 287
## 378 Barbados Y2020 287
## 379 Belarus Y2000 9872
## 380 Belarus Y2001 9811
## 381 Belarus Y2002 9746
## 382 Belarus Y2003 9679
## 383 Belarus Y2004 9617
## 384 Belarus Y2005 9562
## 385 Belarus Y2006 9517
## 386 Belarus Y2007 9481
## 387 Belarus Y2008 9453
## 388 Belarus Y2009 9433
## 389 Belarus Y2010 9421
## 390 Belarus Y2011 9415
## 391 Belarus Y2012 9417
## 392 Belarus Y2013 9424
## 393 Belarus Y2014 9432
## 394 Belarus Y2015 9439
## 395 Belarus Y2016 9446
## 396 Belarus Y2017 9450
## 397 Belarus Y2018 9453
## 398 Belarus Y2019 9452
## 399 Belarus Y2020 9449
## 400 Belgium Y2000 10282
## 401 Belgium Y2001 10319
## 402 Belgium Y2002 10365
## 403 Belgium Y2003 10419
## 404 Belgium Y2004 10480
## 405 Belgium Y2005 10547
## 406 Belgium Y2006 10619
## 407 Belgium Y2007 10698
## 408 Belgium Y2008 10779
## 409 Belgium Y2009 10860
## 410 Belgium Y2010 10939
## 411 Belgium Y2011 11014
## 412 Belgium Y2012 11085
## 413 Belgium Y2013 11154
## 414 Belgium Y2014 11221
## 415 Belgium Y2015 11288
## 416 Belgium Y2016 11354
## 417 Belgium Y2017 11420
## 418 Belgium Y2018 11482
## 419 Belgium Y2019 11539
## 420 Belgium Y2020 11590
## 421 Belize Y2000 247
## 422 Belize Y2001 255
## 423 Belize Y2002 262
## 424 Belize Y2003 269
## 425 Belize Y2004 277
## 426 Belize Y2005 284
## 427 Belize Y2006 291
## 428 Belize Y2007 299
## 429 Belize Y2008 307
## 430 Belize Y2009 315
## 431 Belize Y2010 322
## 432 Belize Y2011 330
## 433 Belize Y2012 338
## 434 Belize Y2013 346
## 435 Belize Y2014 353
## 436 Belize Y2015 361
## 437 Belize Y2016 368
## 438 Belize Y2017 376
## 439 Belize Y2018 383
## 440 Belize Y2019 390
## 441 Belize Y2020 398
## 442 Benin Y2000 6866
## 443 Benin Y2001 7077
## 444 Benin Y2002 7295
## 445 Benin Y2003 7521
## 446 Benin Y2004 7750
## 447 Benin Y2005 7982
## 448 Benin Y2006 8217
## 449 Benin Y2007 8455
## 450 Benin Y2008 8697
## 451 Benin Y2009 8945
## 452 Benin Y2010 9199
## 453 Benin Y2011 9461
## 454 Benin Y2012 9729
## 455 Benin Y2013 10005
## 456 Benin Y2014 10287
## 457 Benin Y2015 10576
## 458 Benin Y2016 10872
## 459 Benin Y2017 11175
## 460 Benin Y2018 11485
## 461 Benin Y2019 11801
## 462 Benin Y2020 12123
## 463 Bermuda Y2000 65
## 464 Bermuda Y2001 65
## 465 Bermuda Y2002 66
## 466 Bermuda Y2003 66
## 467 Bermuda Y2004 66
## 468 Bermuda Y2005 66
## 469 Bermuda Y2006 66
## 470 Bermuda Y2007 66
## 471 Bermuda Y2008 66
## 472 Bermuda Y2009 66
## 473 Bermuda Y2010 65
## 474 Bermuda Y2011 65
## 475 Bermuda Y2012 65
## 476 Bermuda Y2013 64
## 477 Bermuda Y2014 64
## 478 Bermuda Y2015 64
## 479 Bermuda Y2016 63
## 480 Bermuda Y2017 63
## 481 Bermuda Y2018 63
## 482 Bermuda Y2019 63
## 483 Bermuda Y2020 62
## 484 Bhutan Y2000 591
## 485 Bhutan Y2001 604
## 486 Bhutan Y2002 616
## 487 Bhutan Y2003 628
## 488 Bhutan Y2004 639
## 489 Bhutan Y2005 649
## 490 Bhutan Y2006 657
## 491 Bhutan Y2007 665
## 492 Bhutan Y2008 672
## 493 Bhutan Y2009 678
## 494 Bhutan Y2010 686
## 495 Bhutan Y2011 693
## 496 Bhutan Y2012 702
## 497 Bhutan Y2013 710
## 498 Bhutan Y2014 719
## 499 Bhutan Y2015 728
## 500 Bhutan Y2016 737
## 501 Bhutan Y2017 746
## 502 Bhutan Y2018 754
## 503 Bhutan Y2019 763
## 504 Bhutan Y2020 772
## 505 Bolivia (Plurinational State of) Y2000 8418
## 506 Bolivia (Plurinational State of) Y2001 8580
## 507 Bolivia (Plurinational State of) Y2002 8743
## 508 Bolivia (Plurinational State of) Y2003 8906
## 509 Bolivia (Plurinational State of) Y2004 9069
## 510 Bolivia (Plurinational State of) Y2005 9232
## 511 Bolivia (Plurinational State of) Y2006 9395
## 512 Bolivia (Plurinational State of) Y2007 9558
## 513 Bolivia (Plurinational State of) Y2008 9721
## 514 Bolivia (Plurinational State of) Y2009 9885
## 515 Bolivia (Plurinational State of) Y2010 10049
## 516 Bolivia (Plurinational State of) Y2011 10213
## 517 Bolivia (Plurinational State of) Y2012 10378
## 518 Bolivia (Plurinational State of) Y2013 10542
## 519 Bolivia (Plurinational State of) Y2014 10707
## 520 Bolivia (Plurinational State of) Y2015 10870
## 521 Bolivia (Plurinational State of) Y2016 11032
## 522 Bolivia (Plurinational State of) Y2017 11193
## 523 Bolivia (Plurinational State of) Y2018 11353
## 524 Bolivia (Plurinational State of) Y2019 11513
## 525 Bolivia (Plurinational State of) Y2020 11673
## 526 Bonaire, Sint Eustatius and Saba Y2000 14
## 527 Bonaire, Sint Eustatius and Saba Y2001 14
## 528 Bonaire, Sint Eustatius and Saba Y2002 14
## 529 Bonaire, Sint Eustatius and Saba Y2003 14
## 530 Bonaire, Sint Eustatius and Saba Y2004 14
## 531 Bonaire, Sint Eustatius and Saba Y2005 14
## 532 Bonaire, Sint Eustatius and Saba Y2006 15
## 533 Bonaire, Sint Eustatius and Saba Y2007 17
## 534 Bonaire, Sint Eustatius and Saba Y2008 18
## 535 Bonaire, Sint Eustatius and Saba Y2009 20
## 536 Bonaire, Sint Eustatius and Saba Y2010 21
## 537 Bonaire, Sint Eustatius and Saba Y2011 22
## 538 Bonaire, Sint Eustatius and Saba Y2012 23
## 539 Bonaire, Sint Eustatius and Saba Y2013 24
## 540 Bonaire, Sint Eustatius and Saba Y2014 24
## 541 Bonaire, Sint Eustatius and Saba Y2015 25
## 542 Bonaire, Sint Eustatius and Saba Y2016 25
## 543 Bonaire, Sint Eustatius and Saba Y2017 25
## 544 Bonaire, Sint Eustatius and Saba Y2018 26
## 545 Bonaire, Sint Eustatius and Saba Y2019 26
## 546 Bonaire, Sint Eustatius and Saba Y2020 26
## 547 Bosnia and Herzegovina Y2000 3751
## 548 Bosnia and Herzegovina Y2001 3756
## 549 Bosnia and Herzegovina Y2002 3759
## 550 Bosnia and Herzegovina Y2003 3762
## 551 Bosnia and Herzegovina Y2004 3764
## 552 Bosnia and Herzegovina Y2005 3765
## 553 Bosnia and Herzegovina Y2006 3765
## 554 Bosnia and Herzegovina Y2007 3763
## 555 Bosnia and Herzegovina Y2008 3754
## 556 Bosnia and Herzegovina Y2009 3736
## 557 Bosnia and Herzegovina Y2010 3705
## 558 Bosnia and Herzegovina Y2011 3661
## 559 Bosnia and Herzegovina Y2012 3605
## 560 Bosnia and Herzegovina Y2013 3543
## 561 Bosnia and Herzegovina Y2014 3482
## 562 Bosnia and Herzegovina Y2015 3429
## 563 Bosnia and Herzegovina Y2016 3386
## 564 Bosnia and Herzegovina Y2017 3352
## 565 Bosnia and Herzegovina Y2018 3324
## 566 Bosnia and Herzegovina Y2019 3301
## 567 Bosnia and Herzegovina Y2020 3281
## 568 Botswana Y2000 1643
## 569 Botswana Y2001 1675
## 570 Botswana Y2002 1705
## 571 Botswana Y2003 1734
## 572 Botswana Y2004 1766
## 573 Botswana Y2005 1799
## 574 Botswana Y2006 1836
## 575 Botswana Y2007 1875
## 576 Botswana Y2008 1916
## 577 Botswana Y2009 1953
## 578 Botswana Y2010 1987
## 579 Botswana Y2011 2015
## 580 Botswana Y2012 2040
## 581 Botswana Y2013 2063
## 582 Botswana Y2014 2089
## 583 Botswana Y2015 2121
## 584 Botswana Y2016 2160
## 585 Botswana Y2017 2205
## 586 Botswana Y2018 2254
## 587 Botswana Y2019 2304
## 588 Botswana Y2020 2352
## 589 Brazil Y2000 174790
## 590 Brazil Y2001 177196
## 591 Brazil Y2002 179538
## 592 Brazil Y2003 181809
## 593 Brazil Y2004 184006
## 594 Brazil Y2005 186127
## 595 Brazil Y2006 188167
## 596 Brazil Y2007 190130
## 597 Brazil Y2008 192030
## 598 Brazil Y2009 193887
## 599 Brazil Y2010 195714
## 600 Brazil Y2011 197515
## 601 Brazil Y2012 199287
## 602 Brazil Y2013 201036
## 603 Brazil Y2014 202764
## 604 Brazil Y2015 204472
## 605 Brazil Y2016 206163
## 606 Brazil Y2017 207834
## 607 Brazil Y2018 209469
## 608 Brazil Y2019 211050
## 609 Brazil Y2020 212559
## 610 British Virgin Islands Y2000 20
## 611 British Virgin Islands Y2001 21
## 612 British Virgin Islands Y2002 21
## 613 British Virgin Islands Y2003 22
## 614 British Virgin Islands Y2004 22
## 615 British Virgin Islands Y2005 23
## 616 British Virgin Islands Y2006 24
## 617 British Virgin Islands Y2007 25
## 618 British Virgin Islands Y2008 26
## 619 British Virgin Islands Y2009 27
## 620 British Virgin Islands Y2010 28
## 621 British Virgin Islands Y2011 28
## 622 British Virgin Islands Y2012 29
## 623 British Virgin Islands Y2013 29
## 624 British Virgin Islands Y2014 29
## 625 British Virgin Islands Y2015 29
## 626 British Virgin Islands Y2016 29
## 627 British Virgin Islands Y2017 30
## 628 British Virgin Islands Y2018 30
## 629 British Virgin Islands Y2019 30
## 630 British Virgin Islands Y2020 30
## 631 Brunei Darussalam Y2000 333
## 632 Brunei Darussalam Y2001 340
## 633 Brunei Darussalam Y2002 347
## 634 Brunei Darussalam Y2003 353
## 635 Brunei Darussalam Y2004 359
## 636 Brunei Darussalam Y2005 365
## 637 Brunei Darussalam Y2006 370
## 638 Brunei Darussalam Y2007 375
## 639 Brunei Darussalam Y2008 379
## 640 Brunei Darussalam Y2009 384
## 641 Brunei Darussalam Y2010 389
## 642 Brunei Darussalam Y2011 394
## 643 Brunei Darussalam Y2012 399
## 644 Brunei Darussalam Y2013 404
## 645 Brunei Darussalam Y2014 410
## 646 Brunei Darussalam Y2015 415
## 647 Brunei Darussalam Y2016 420
## 648 Brunei Darussalam Y2017 424
## 649 Brunei Darussalam Y2018 429
## 650 Brunei Darussalam Y2019 433
## 651 Brunei Darussalam Y2020 437
## 652 Bulgaria Y2000 7998
## 653 Bulgaria Y2001 7931
## 654 Bulgaria Y2002 7866
## 655 Bulgaria Y2003 7804
## 656 Bulgaria Y2004 7745
## 657 Bulgaria Y2005 7687
## 658 Bulgaria Y2006 7631
## 659 Bulgaria Y2007 7577
## 660 Bulgaria Y2008 7524
## 661 Bulgaria Y2009 7474
## 662 Bulgaria Y2010 7425
## 663 Bulgaria Y2011 7379
## 664 Bulgaria Y2012 7334
## 665 Bulgaria Y2013 7290
## 666 Bulgaria Y2014 7246
## 667 Bulgaria Y2015 7200
## 668 Bulgaria Y2016 7152
## 669 Bulgaria Y2017 7102
## 670 Bulgaria Y2018 7052
## 671 Bulgaria Y2019 7000
## 672 Bulgaria Y2020 6948
## 673 Burkina Faso Y2000 11608
## 674 Burkina Faso Y2001 11945
## 675 Burkina Faso Y2002 12293
## 676 Burkina Faso Y2003 12655
## 677 Burkina Faso Y2004 13031
## 678 Burkina Faso Y2005 13422
## 679 Burkina Faso Y2006 13829
## 680 Burkina Faso Y2007 14252
## 681 Burkina Faso Y2008 14690
## 682 Burkina Faso Y2009 15141
## 683 Burkina Faso Y2010 15605
## 684 Burkina Faso Y2011 16082
## 685 Burkina Faso Y2012 16571
## 686 Burkina Faso Y2013 17073
## 687 Burkina Faso Y2014 17586
## 688 Burkina Faso Y2015 18111
## 689 Burkina Faso Y2016 18646
## 690 Burkina Faso Y2017 19193
## 691 Burkina Faso Y2018 19751
## 692 Burkina Faso Y2019 20321
## 693 Burkina Faso Y2020 20903
## 694 Burundi Y2000 6379
## 695 Burundi Y2001 6526
## 696 Burundi Y2002 6704
## 697 Burundi Y2003 6909
## 698 Burundi Y2004 7132
## 699 Burundi Y2005 7365
## 700 Burundi Y2006 7608
## 701 Burundi Y2007 7862
## 702 Burundi Y2008 8126
## 703 Burundi Y2009 8398
## 704 Burundi Y2010 8676
## 705 Burundi Y2011 8958
## 706 Burundi Y2012 9246
## 707 Burundi Y2013 9540
## 708 Burundi Y2014 9844
## 709 Burundi Y2015 10160
## 710 Burundi Y2016 10488
## 711 Burundi Y2017 10827
## 712 Burundi Y2018 11175
## 713 Burundi Y2019 11531
## 714 Burundi Y2020 11891
## 715 Côte d'Ivoire Y2000 16455
## 716 Côte d'Ivoire Y2001 16853
## 717 Côte d'Ivoire Y2002 17232
## 718 Côte d'Ivoire Y2003 17600
## 719 Côte d'Ivoire Y2004 17970
## 720 Côte d'Ivoire Y2005 18355
## 721 Côte d'Ivoire Y2006 18755
## 722 Côte d'Ivoire Y2007 19171
## 723 Côte d'Ivoire Y2008 19606
## 724 Côte d'Ivoire Y2009 20059
## 725 Côte d'Ivoire Y2010 20533
## 726 Côte d'Ivoire Y2011 21029
## 727 Côte d'Ivoire Y2012 21547
## 728 Côte d'Ivoire Y2013 22088
## 729 Côte d'Ivoire Y2014 22648
## 730 Côte d'Ivoire Y2015 23226
## 731 Côte d'Ivoire Y2016 23823
## 732 Côte d'Ivoire Y2017 24437
## 733 Côte d'Ivoire Y2018 25069
## 734 Côte d'Ivoire Y2019 25717
## 735 Côte d'Ivoire Y2020 26378
## 736 Cabo Verde Y2000 428
## 737 Cabo Verde Y2001 436
## 738 Cabo Verde Y2002 443
## 739 Cabo Verde Y2003 450
## 740 Cabo Verde Y2004 457
## 741 Cabo Verde Y2005 463
## 742 Cabo Verde Y2006 469
## 743 Cabo Verde Y2007 475
## 744 Cabo Verde Y2008 481
## 745 Cabo Verde Y2009 487
## 746 Cabo Verde Y2010 493
## 747 Cabo Verde Y2011 499
## 748 Cabo Verde Y2012 505
## 749 Cabo Verde Y2013 512
## 750 Cabo Verde Y2014 518
## 751 Cabo Verde Y2015 525
## 752 Cabo Verde Y2016 531
## 753 Cabo Verde Y2017 537
## 754 Cabo Verde Y2018 544
## 755 Cabo Verde Y2019 550
## 756 Cabo Verde Y2020 556
## 757 Cambodia Y2000 12155
## 758 Cambodia Y2001 12405
## 759 Cambodia Y2002 12638
## 760 Cambodia Y2003 12856
## 761 Cambodia Y2004 13066
## 762 Cambodia Y2005 13273
## 763 Cambodia Y2006 13478
## 764 Cambodia Y2007 13680
## 765 Cambodia Y2008 13884
## 766 Cambodia Y2009 14094
## 767 Cambodia Y2010 14312
## 768 Cambodia Y2011 14541
## 769 Cambodia Y2012 14780
## 770 Cambodia Y2013 15026
## 771 Cambodia Y2014 15275
## 772 Cambodia Y2015 15521
## 773 Cambodia Y2016 15766
## 774 Cambodia Y2017 16009
## 775 Cambodia Y2018 16250
## 776 Cambodia Y2019 16487
## 777 Cambodia Y2020 16719
## 778 Cameroon Y2000 15514
## 779 Cameroon Y2001 15929
## 780 Cameroon Y2002 16358
## 781 Cameroon Y2003 16801
## 782 Cameroon Y2004 17259
## 783 Cameroon Y2005 17733
## 784 Cameroon Y2006 18224
## 785 Cameroon Y2007 18730
## 786 Cameroon Y2008 19253
## 787 Cameroon Y2009 19790
## 788 Cameroon Y2010 20341
## 789 Cameroon Y2011 20906
## 790 Cameroon Y2012 21485
## 791 Cameroon Y2013 22077
## 792 Cameroon Y2014 22682
## 793 Cameroon Y2015 23298
## 794 Cameroon Y2016 23927
## 795 Cameroon Y2017 24566
## 796 Cameroon Y2018 25216
## 797 Cameroon Y2019 25876
## 798 Cameroon Y2020 26546
## 799 Canada Y2000 30588
## 800 Canada Y2001 30880
## 801 Canada Y2002 31178
## 802 Canada Y2003 31488
## 803 Canada Y2004 31815
## 804 Canada Y2005 32164
## 805 Canada Y2006 32537
## 806 Canada Y2007 32931
## 807 Canada Y2008 33338
## 808 Canada Y2009 33746
## 809 Canada Y2010 34148
## 810 Canada Y2011 34539
## 811 Canada Y2012 34922
## 812 Canada Y2013 35297
## 813 Canada Y2014 35664
## 814 Canada Y2015 36027
## 815 Canada Y2016 36383
## 816 Canada Y2017 36732
## 817 Canada Y2018 37075
## 818 Canada Y2019 37411
## 819 Canada Y2020 37742
## 820 Cayman Islands Y2000 42
## 821 Cayman Islands Y2001 44
## 822 Cayman Islands Y2002 45
## 823 Cayman Islands Y2003 47
## 824 Cayman Islands Y2004 48
## 825 Cayman Islands Y2005 49
## 826 Cayman Islands Y2006 51
## 827 Cayman Islands Y2007 52
## 828 Cayman Islands Y2008 54
## 829 Cayman Islands Y2009 55
## 830 Cayman Islands Y2010 57
## 831 Cayman Islands Y2011 58
## 832 Cayman Islands Y2012 59
## 833 Cayman Islands Y2013 60
## 834 Cayman Islands Y2014 61
## 835 Cayman Islands Y2015 62
## 836 Cayman Islands Y2016 63
## 837 Cayman Islands Y2017 63
## 838 Cayman Islands Y2018 64
## 839 Cayman Islands Y2019 65
## 840 Cayman Islands Y2020 66
## 841 Central African Republic Y2000 3640
## 842 Central African Republic Y2001 3722
## 843 Central African Republic Y2002 3802
## 844 Central African Republic Y2003 3881
## 845 Central African Republic Y2004 3960
## 846 Central African Republic Y2005 4038
## 847 Central African Republic Y2006 4118
## 848 Central African Republic Y2007 4198
## 849 Central African Republic Y2008 4273
## 850 Central African Republic Y2009 4338
## 851 Central African Republic Y2010 4387
## 852 Central African Republic Y2011 4419
## 853 Central African Republic Y2012 4436
## 854 Central African Republic Y2013 4448
## 855 Central African Republic Y2014 4464
## 856 Central African Republic Y2015 4493
## 857 Central African Republic Y2016 4538
## 858 Central African Republic Y2017 4596
## 859 Central African Republic Y2018 4666
## 860 Central African Republic Y2019 4745
## 861 Central African Republic Y2020 4830
## 862 Chad Y2000 8356
## 863 Chad Y2001 8678
## 864 Chad Y2002 9019
## 865 Chad Y2003 9374
## 866 Chad Y2004 9735
## 867 Chad Y2005 10097
## 868 Chad Y2006 10457
## 869 Chad Y2007 10818
## 870 Chad Y2008 11184
## 871 Chad Y2009 11560
## 872 Chad Y2010 11952
## 873 Chad Y2011 12361
## 874 Chad Y2012 12785
## 875 Chad Y2013 13220
## 876 Chad Y2014 13664
## 877 Chad Y2015 14111
## 878 Chad Y2016 14562
## 879 Chad Y2017 15017
## 880 Chad Y2018 15478
## 881 Chad Y2019 15947
## 882 Chad Y2020 16426
## 883 Channel Islands Y2000 148
## 884 Channel Islands Y2001 149
## 885 Channel Islands Y2002 150
## 886 Channel Islands Y2003 150
## 887 Channel Islands Y2004 151
## 888 Channel Islands Y2005 152
## 889 Channel Islands Y2006 153
## 890 Channel Islands Y2007 155
## 891 Channel Islands Y2008 156
## 892 Channel Islands Y2009 158
## 893 Channel Islands Y2010 160
## 894 Channel Islands Y2011 161
## 895 Channel Islands Y2012 162
## 896 Channel Islands Y2013 163
## 897 Channel Islands Y2014 164
## 898 Channel Islands Y2015 165
## 899 Channel Islands Y2016 167
## 900 Channel Islands Y2017 169
## 901 Channel Islands Y2018 170
## 902 Channel Islands Y2019 172
## 903 Channel Islands Y2020 174
## 904 Chile Y2000 15342
## 905 Chile Y2001 15516
## 906 Chile Y2002 15684
## 907 Chile Y2003 15850
## 908 Chile Y2004 16015
## 909 Chile Y2005 16183
## 910 Chile Y2006 16355
## 911 Chile Y2007 16530
## 912 Chile Y2008 16708
## 913 Chile Y2009 16886
## 914 Chile Y2010 17063
## 915 Chile Y2011 17234
## 916 Chile Y2012 17400
## 917 Chile Y2013 17572
## 918 Chile Y2014 17759
## 919 Chile Y2015 17969
## 920 Chile Y2016 18209
## 921 Chile Y2017 18470
## 922 Chile Y2018 18729
## 923 Chile Y2019 18952
## 924 Chile Y2020 19116
## 925 China Y2000 1290551
## 926 China Y2001 1299130
## 927 China Y2002 1307352
## 928 China Y2003 1315304
## 929 China Y2004 1323085
## 930 China Y2005 1330776
## 931 China Y2006 1338409
## 932 China Y2007 1345994
## 933 China Y2008 1353569
## 934 China Y2009 1361169
## 935 China Y2010 1368811
## 936 China Y2011 1376498
## 937 China Y2012 1384206
## 938 China Y2013 1391883
## 939 China Y2014 1399454
## 940 China Y2015 1406848
## 941 China Y2016 1414049
## 942 China Y2017 1421022
## 943 China Y2018 1427648
## 944 China Y2019 1433784
## 945 China Y2020 1439324
## 946 China, Hong Kong SAR Y2000 6606
## 947 China, Hong Kong SAR Y2001 6665
## 948 China, Hong Kong SAR Y2002 6702
## 949 China, Hong Kong SAR Y2003 6725
## 950 China, Hong Kong SAR Y2004 6745
## 951 China, Hong Kong SAR Y2005 6770
## 952 China, Hong Kong SAR Y2006 6802
## 953 China, Hong Kong SAR Y2007 6840
## 954 China, Hong Kong SAR Y2008 6882
## 955 China, Hong Kong SAR Y2009 6925
## 956 China, Hong Kong SAR Y2010 6966
## 957 China, Hong Kong SAR Y2011 7007
## 958 China, Hong Kong SAR Y2012 7047
## 959 China, Hong Kong SAR Y2013 7089
## 960 China, Hong Kong SAR Y2014 7135
## 961 China, Hong Kong SAR Y2015 7186
## 962 China, Hong Kong SAR Y2016 7244
## 963 China, Hong Kong SAR Y2017 7306
## 964 China, Hong Kong SAR Y2018 7372
## 965 China, Hong Kong SAR Y2019 7436
## 966 China, Hong Kong SAR Y2020 7497
## 967 China, Macao SAR Y2000 428
## 968 China, Macao SAR Y2001 438
## 969 China, Macao SAR Y2002 449
## 970 China, Macao SAR Y2003 460
## 971 China, Macao SAR Y2004 472
## 972 China, Macao SAR Y2005 483
## 973 China, Macao SAR Y2006 494
## 974 China, Macao SAR Y2007 505
## 975 China, Macao SAR Y2008 515
## 976 China, Macao SAR Y2009 526
## 977 China, Macao SAR Y2010 538
## 978 China, Macao SAR Y2011 551
## 979 China, Macao SAR Y2012 564
## 980 China, Macao SAR Y2013 577
## 981 China, Macao SAR Y2014 590
## 982 China, Macao SAR Y2015 602
## 983 China, Macao SAR Y2016 613
## 984 China, Macao SAR Y2017 623
## 985 China, Macao SAR Y2018 632
## 986 China, Macao SAR Y2019 640
## 987 China, Macao SAR Y2020 649
## 988 China, Taiwan Province of China Y2000 21967
## 989 China, Taiwan Province of China Y2001 22109
## 990 China, Taiwan Province of China Y2002 22262
## 991 China, Taiwan Province of China Y2003 22420
## 992 China, Taiwan Province of China Y2004 22570
## 993 China, Taiwan Province of China Y2005 22706
## 994 China, Taiwan Province of China Y2006 22824
## 995 China, Taiwan Province of China Y2007 22927
## 996 China, Taiwan Province of China Y2008 23019
## 997 China, Taiwan Province of China Y2009 23105
## 998 China, Taiwan Province of China Y2010 23188
## 999 China, Taiwan Province of China Y2011 23269
## 1000 China, Taiwan Province of China Y2012 23347
## 1001 China, Taiwan Province of China Y2013 23422
## 1002 China, Taiwan Province of China Y2014 23492
## 1003 China, Taiwan Province of China Y2015 23557
## 1004 China, Taiwan Province of China Y2016 23618
## 1005 China, Taiwan Province of China Y2017 23675
## 1006 China, Taiwan Province of China Y2018 23726
## 1007 China, Taiwan Province of China Y2019 23774
## 1008 China, Taiwan Province of China Y2020 23817
## 1009 Colombia Y2000 39630
## 1010 Colombia Y2001 40256
## 1011 Colombia Y2002 40875
## 1012 Colombia Y2003 41484
## 1013 Colombia Y2004 42076
## 1014 Colombia Y2005 42648
## 1015 Colombia Y2006 43201
## 1016 Colombia Y2007 43738
## 1017 Colombia Y2008 44255
## 1018 Colombia Y2009 44750
## 1019 Colombia Y2010 45223
## 1020 Colombia Y2011 45663
## 1021 Colombia Y2012 46076
## 1022 Colombia Y2013 46495
## 1023 Colombia Y2014 46968
## 1024 Colombia Y2015 47521
## 1025 Colombia Y2016 48175
## 1026 Colombia Y2017 48910
## 1027 Colombia Y2018 49661
## 1028 Colombia Y2019 50339
## 1029 Colombia Y2020 50883
## 1030 Comoros Y2000 542
## 1031 Comoros Y2001 556
## 1032 Comoros Y2002 569
## 1033 Comoros Y2003 583
## 1034 Comoros Y2004 597
## 1035 Comoros Y2005 612
## 1036 Comoros Y2006 626
## 1037 Comoros Y2007 642
## 1038 Comoros Y2008 657
## 1039 Comoros Y2009 673
## 1040 Comoros Y2010 690
## 1041 Comoros Y2011 707
## 1042 Comoros Y2012 724
## 1043 Comoros Y2013 742
## 1044 Comoros Y2014 759
## 1045 Comoros Y2015 777
## 1046 Comoros Y2016 796
## 1047 Comoros Y2017 814
## 1048 Comoros Y2018 832
## 1049 Comoros Y2019 851
## 1050 Comoros Y2020 870
## 1051 Congo Y2000 3127
## 1052 Congo Y2001 3218
## 1053 Congo Y2002 3310
## 1054 Congo Y2003 3407
## 1055 Congo Y2004 3510
## 1056 Congo Y2005 3623
## 1057 Congo Y2006 3745
## 1058 Congo Y2007 3876
## 1059 Congo Y2008 4011
## 1060 Congo Y2009 4145
## 1061 Congo Y2010 4274
## 1062 Congo Y2011 4395
## 1063 Congo Y2012 4510
## 1064 Congo Y2013 4623
## 1065 Congo Y2014 4737
## 1066 Congo Y2015 4856
## 1067 Congo Y2016 4981
## 1068 Congo Y2017 5111
## 1069 Congo Y2018 5244
## 1070 Congo Y2019 5381
## 1071 Congo Y2020 5518
## 1072 Cook Islands Y2000 18
## 1073 Cook Islands Y2001 18
## 1074 Cook Islands Y2002 18
## 1075 Cook Islands Y2003 19
## 1076 Cook Islands Y2004 19
## 1077 Cook Islands Y2005 19
## 1078 Cook Islands Y2006 19
## 1079 Cook Islands Y2007 19
## 1080 Cook Islands Y2008 19
## 1081 Cook Islands Y2009 19
## 1082 Cook Islands Y2010 18
## 1083 Cook Islands Y2011 18
## 1084 Cook Islands Y2012 18
## 1085 Cook Islands Y2013 18
## 1086 Cook Islands Y2014 18
## 1087 Cook Islands Y2015 18
## 1088 Cook Islands Y2016 18
## 1089 Cook Islands Y2017 18
## 1090 Cook Islands Y2018 18
## 1091 Cook Islands Y2019 18
## 1092 Cook Islands Y2020 18
## 1093 Costa Rica Y2000 3962
## 1094 Costa Rica Y2001 4034
## 1095 Costa Rica Y2002 4101
## 1096 Costa Rica Y2003 4164
## 1097 Costa Rica Y2004 4225
## 1098 Costa Rica Y2005 4286
## 1099 Costa Rica Y2006 4345
## 1100 Costa Rica Y2007 4405
## 1101 Costa Rica Y2008 4463
## 1102 Costa Rica Y2009 4521
## 1103 Costa Rica Y2010 4577
## 1104 Costa Rica Y2011 4633
## 1105 Costa Rica Y2012 4688
## 1106 Costa Rica Y2013 4742
## 1107 Costa Rica Y2014 4795
## 1108 Costa Rica Y2015 4848
## 1109 Costa Rica Y2016 4899
## 1110 Costa Rica Y2017 4950
## 1111 Costa Rica Y2018 4999
## 1112 Costa Rica Y2019 5048
## 1113 Costa Rica Y2020 5094
## 1114 Croatia Y2000 4428
## 1115 Croatia Y2001 4408
## 1116 Croatia Y2002 4396
## 1117 Croatia Y2003 4389
## 1118 Croatia Y2004 4384
## 1119 Croatia Y2005 4378
## 1120 Croatia Y2006 4371
## 1121 Croatia Y2007 4362
## 1122 Croatia Y2008 4353
## 1123 Croatia Y2009 4341
## 1124 Croatia Y2010 4328
## 1125 Croatia Y2011 4313
## 1126 Croatia Y2012 4296
## 1127 Croatia Y2013 4277
## 1128 Croatia Y2014 4256
## 1129 Croatia Y2015 4233
## 1130 Croatia Y2016 4209
## 1131 Croatia Y2017 4183
## 1132 Croatia Y2018 4156
## 1133 Croatia Y2019 4130
## 1134 Croatia Y2020 4105
## 1135 Cuba Y2000 11126
## 1136 Cuba Y2001 11165
## 1137 Cuba Y2002 11200
## 1138 Cuba Y2003 11229
## 1139 Cuba Y2004 11250
## 1140 Cuba Y2005 11262
## 1141 Cuba Y2006 11261
## 1142 Cuba Y2007 11251
## 1143 Cuba Y2008 11237
## 1144 Cuba Y2009 11227
## 1145 Cuba Y2010 11226
## 1146 Cuba Y2011 11237
## 1147 Cuba Y2012 11257
## 1148 Cuba Y2013 11283
## 1149 Cuba Y2014 11307
## 1150 Cuba Y2015 11325
## 1151 Cuba Y2016 11335
## 1152 Cuba Y2017 11339
## 1153 Cuba Y2018 11338
## 1154 Cuba Y2019 11333
## 1155 Cuba Y2020 11327
## 1156 Curaçao Y2000 132
## 1157 Curaçao Y2001 130
## 1158 Curaçao Y2002 129
## 1159 Curaçao Y2003 128
## 1160 Curaçao Y2004 129
## 1161 Curaçao Y2005 130
## 1162 Curaçao Y2006 133
## 1163 Curaçao Y2007 137
## 1164 Curaçao Y2008 141
## 1165 Curaçao Y2009 145
## 1166 Curaçao Y2010 149
## 1167 Curaçao Y2011 152
## 1168 Curaçao Y2012 155
## 1169 Curaçao Y2013 157
## 1170 Curaçao Y2014 158
## 1171 Curaçao Y2015 160
## 1172 Curaçao Y2016 161
## 1173 Curaçao Y2017 162
## 1174 Curaçao Y2018 163
## 1175 Curaçao Y2019 163
## 1176 Curaçao Y2020 164
## 1177 Cyprus Y2000 943
## 1178 Cyprus Y2001 960
## 1179 Cyprus Y2002 977
## 1180 Cyprus Y2003 994
## 1181 Cyprus Y2004 1010
## 1182 Cyprus Y2005 1028
## 1183 Cyprus Y2006 1046
## 1184 Cyprus Y2007 1064
## 1185 Cyprus Y2008 1082
## 1186 Cyprus Y2009 1098
## 1187 Cyprus Y2010 1113
## 1188 Cyprus Y2011 1125
## 1189 Cyprus Y2012 1135
## 1190 Cyprus Y2013 1144
## 1191 Cyprus Y2014 1152
## 1192 Cyprus Y2015 1161
## 1193 Cyprus Y2016 1170
## 1194 Cyprus Y2017 1180
## 1195 Cyprus Y2018 1189
## 1196 Cyprus Y2019 1199
## 1197 Cyprus Y2020 1207
## 1198 Czechia Y2000 10289
## 1199 Czechia Y2001 10271
## 1200 Czechia Y2002 10252
## 1201 Czechia Y2003 10239
## 1202 Czechia Y2004 10239
## 1203 Czechia Y2005 10258
## 1204 Czechia Y2006 10299
## 1205 Czechia Y2007 10358
## 1206 Czechia Y2008 10425
## 1207 Czechia Y2009 10488
## 1208 Czechia Y2010 10537
## 1209 Czechia Y2011 10567
## 1210 Czechia Y2012 10581
## 1211 Czechia Y2013 10587
## 1212 Czechia Y2014 10591
## 1213 Czechia Y2015 10601
## 1214 Czechia Y2016 10619
## 1215 Czechia Y2017 10641
## 1216 Czechia Y2018 10666
## 1217 Czechia Y2019 10689
## 1218 Czechia Y2020 10709
## 1219 Dem. People's Republic of Korea Y2000 22929
## 1220 Dem. People's Republic of Korea Y2001 23133
## 1221 Dem. People's Republic of Korea Y2002 23339
## 1222 Dem. People's Republic of Korea Y2003 23542
## 1223 Dem. People's Republic of Korea Y2004 23733
## 1224 Dem. People's Republic of Korea Y2005 23904
## 1225 Dem. People's Republic of Korea Y2006 24055
## 1226 Dem. People's Republic of Korea Y2007 24188
## 1227 Dem. People's Republic of Korea Y2008 24310
## 1228 Dem. People's Republic of Korea Y2009 24428
## 1229 Dem. People's Republic of Korea Y2010 24549
## 1230 Dem. People's Republic of Korea Y2011 24673
## 1231 Dem. People's Republic of Korea Y2012 24801
## 1232 Dem. People's Republic of Korea Y2013 24930
## 1233 Dem. People's Republic of Korea Y2014 25058
## 1234 Dem. People's Republic of Korea Y2015 25184
## 1235 Dem. People's Republic of Korea Y2016 25308
## 1236 Dem. People's Republic of Korea Y2017 25430
## 1237 Dem. People's Republic of Korea Y2018 25550
## 1238 Dem. People's Republic of Korea Y2019 25666
## 1239 Dem. People's Republic of Korea Y2020 25779
## 1240 Democratic Republic of the Congo Y2000 47106
## 1241 Democratic Republic of the Congo Y2001 48429
## 1242 Democratic Republic of the Congo Y2002 49872
## 1243 Democratic Republic of the Congo Y2003 51426
## 1244 Democratic Republic of the Congo Y2004 53069
## 1245 Democratic Republic of the Congo Y2005 54786
## 1246 Democratic Republic of the Congo Y2006 56578
## 1247 Democratic Republic of the Congo Y2007 58454
## 1248 Democratic Republic of the Congo Y2008 60411
## 1249 Democratic Republic of the Congo Y2009 62449
## 1250 Democratic Republic of the Congo Y2010 64564
## 1251 Democratic Republic of the Congo Y2011 66755
## 1252 Democratic Republic of the Congo Y2012 69021
## 1253 Democratic Republic of the Congo Y2013 71359
## 1254 Democratic Republic of the Congo Y2014 73767
## 1255 Democratic Republic of the Congo Y2015 76245
## 1256 Democratic Republic of the Congo Y2016 78789
## 1257 Democratic Republic of the Congo Y2017 81399
## 1258 Democratic Republic of the Congo Y2018 84068
## 1259 Democratic Republic of the Congo Y2019 86791
## 1260 Democratic Republic of the Congo Y2020 89561
## 1261 Denmark Y2000 5341
## 1262 Denmark Y2001 5358
## 1263 Denmark Y2002 5373
## 1264 Denmark Y2003 5387
## 1265 Denmark Y2004 5403
## 1266 Denmark Y2005 5422
## 1267 Denmark Y2006 5444
## 1268 Denmark Y2007 5470
## 1269 Denmark Y2008 5498
## 1270 Denmark Y2009 5526
## 1271 Denmark Y2010 5555
## 1272 Denmark Y2011 5583
## 1273 Denmark Y2012 5611
## 1274 Denmark Y2013 5638
## 1275 Denmark Y2014 5664
## 1276 Denmark Y2015 5689
## 1277 Denmark Y2016 5711
## 1278 Denmark Y2017 5732
## 1279 Denmark Y2018 5752
## 1280 Denmark Y2019 5772
## 1281 Denmark Y2020 5792
## 1282 Djibouti Y2000 718
## 1283 Djibouti Y2001 733
## 1284 Djibouti Y2002 747
## 1285 Djibouti Y2003 760
## 1286 Djibouti Y2004 772
## 1287 Djibouti Y2005 783
## 1288 Djibouti Y2006 795
## 1289 Djibouti Y2007 805
## 1290 Djibouti Y2008 816
## 1291 Djibouti Y2009 828
## 1292 Djibouti Y2010 840
## 1293 Djibouti Y2011 854
## 1294 Djibouti Y2012 868
## 1295 Djibouti Y2013 883
## 1296 Djibouti Y2014 899
## 1297 Djibouti Y2015 914
## 1298 Djibouti Y2016 929
## 1299 Djibouti Y2017 944
## 1300 Djibouti Y2018 959
## 1301 Djibouti Y2019 974
## 1302 Djibouti Y2020 988
## 1303 Dominica Y2000 70
## 1304 Dominica Y2001 70
## 1305 Dominica Y2002 70
## 1306 Dominica Y2003 70
## 1307 Dominica Y2004 70
## 1308 Dominica Y2005 71
## 1309 Dominica Y2006 71
## 1310 Dominica Y2007 71
## 1311 Dominica Y2008 71
## 1312 Dominica Y2009 71
## 1313 Dominica Y2010 71
## 1314 Dominica Y2011 71
## 1315 Dominica Y2012 71
## 1316 Dominica Y2013 71
## 1317 Dominica Y2014 71
## 1318 Dominica Y2015 71
## 1319 Dominica Y2016 71
## 1320 Dominica Y2017 71
## 1321 Dominica Y2018 72
## 1322 Dominica Y2019 72
## 1323 Dominica Y2020 72
## 1324 Dominican Republic Y2000 8471
## 1325 Dominican Republic Y2001 8599
## 1326 Dominican Republic Y2002 8725
## 1327 Dominican Republic Y2003 8850
## 1328 Dominican Republic Y2004 8974
## 1329 Dominican Republic Y2005 9097
## 1330 Dominican Republic Y2006 9219
## 1331 Dominican Republic Y2007 9339
## 1332 Dominican Republic Y2008 9458
## 1333 Dominican Republic Y2009 9577
## 1334 Dominican Republic Y2010 9695
## 1335 Dominican Republic Y2011 9813
## 1336 Dominican Republic Y2012 9931
## 1337 Dominican Republic Y2013 10048
## 1338 Dominican Republic Y2014 10165
## 1339 Dominican Republic Y2015 10282
## 1340 Dominican Republic Y2016 10398
## 1341 Dominican Republic Y2017 10513
## 1342 Dominican Republic Y2018 10627
## 1343 Dominican Republic Y2019 10739
## 1344 Dominican Republic Y2020 10848
## 1345 Ecuador Y2000 12681
## 1346 Ecuador Y2001 12915
## 1347 Ecuador Y2002 13143
## 1348 Ecuador Y2003 13370
## 1349 Ecuador Y2004 13596
## 1350 Ecuador Y2005 13826
## 1351 Ecuador Y2006 14059
## 1352 Ecuador Y2007 14297
## 1353 Ecuador Y2008 14536
## 1354 Ecuador Y2009 14774
## 1355 Ecuador Y2010 15011
## 1356 Ecuador Y2011 15244
## 1357 Ecuador Y2012 15474
## 1358 Ecuador Y2013 15707
## 1359 Ecuador Y2014 15952
## 1360 Ecuador Y2015 16212
## 1361 Ecuador Y2016 16491
## 1362 Ecuador Y2017 16785
## 1363 Ecuador Y2018 17084
## 1364 Ecuador Y2019 17374
## 1365 Ecuador Y2020 17643
## 1366 Egypt Y2000 68832
## 1367 Egypt Y2001 70153
## 1368 Egypt Y2002 71485
## 1369 Egypt Y2003 72826
## 1370 Egypt Y2004 74172
## 1371 Egypt Y2005 75524
## 1372 Egypt Y2006 76874
## 1373 Egypt Y2007 78232
## 1374 Egypt Y2008 79636
## 1375 Egypt Y2009 81135
## 1376 Egypt Y2010 82761
## 1377 Egypt Y2011 84529
## 1378 Egypt Y2012 86422
## 1379 Egypt Y2013 88405
## 1380 Egypt Y2014 90425
## 1381 Egypt Y2015 92443
## 1382 Egypt Y2016 94447
## 1383 Egypt Y2017 96443
## 1384 Egypt Y2018 98424
## 1385 Egypt Y2019 100388
## 1386 Egypt Y2020 102334
## 1387 El Salvador Y2000 5888
## 1388 El Salvador Y2001 5927
## 1389 El Salvador Y2002 5962
## 1390 El Salvador Y2003 5994
## 1391 El Salvador Y2004 6024
## 1392 El Salvador Y2005 6052
## 1393 El Salvador Y2006 6079
## 1394 El Salvador Y2007 6106
## 1395 El Salvador Y2008 6132
## 1396 El Salvador Y2009 6158
## 1397 El Salvador Y2010 6184
## 1398 El Salvador Y2011 6211
## 1399 El Salvador Y2012 6238
## 1400 El Salvador Y2013 6266
## 1401 El Salvador Y2014 6295
## 1402 El Salvador Y2015 6325
## 1403 El Salvador Y2016 6356
## 1404 El Salvador Y2017 6388
## 1405 El Salvador Y2018 6421
## 1406 El Salvador Y2019 6454
## 1407 El Salvador Y2020 6486
## 1408 Equatorial Guinea Y2000 606
## 1409 Equatorial Guinea Y2001 632
## 1410 Equatorial Guinea Y2002 658
## 1411 Equatorial Guinea Y2003 687
## 1412 Equatorial Guinea Y2004 717
## 1413 Equatorial Guinea Y2005 750
## 1414 Equatorial Guinea Y2006 784
## 1415 Equatorial Guinea Y2007 822
## 1416 Equatorial Guinea Y2008 861
## 1417 Equatorial Guinea Y2009 902
## 1418 Equatorial Guinea Y2010 944
## 1419 Equatorial Guinea Y2011 987
## 1420 Equatorial Guinea Y2012 1031
## 1421 Equatorial Guinea Y2013 1076
## 1422 Equatorial Guinea Y2014 1122
## 1423 Equatorial Guinea Y2015 1169
## 1424 Equatorial Guinea Y2016 1215
## 1425 Equatorial Guinea Y2017 1262
## 1426 Equatorial Guinea Y2018 1309
## 1427 Equatorial Guinea Y2019 1356
## 1428 Equatorial Guinea Y2020 1403
## 1429 Eritrea Y2000 2292
## 1430 Eritrea Y2001 2375
## 1431 Eritrea Y2002 2481
## 1432 Eritrea Y2003 2601
## 1433 Eritrea Y2004 2720
## 1434 Eritrea Y2005 2827
## 1435 Eritrea Y2006 2918
## 1436 Eritrea Y2007 2997
## 1437 Eritrea Y2008 3063
## 1438 Eritrea Y2009 3120
## 1439 Eritrea Y2010 3170
## 1440 Eritrea Y2011 3214
## 1441 Eritrea Y2012 3250
## 1442 Eritrea Y2013 3281
## 1443 Eritrea Y2014 3311
## 1444 Eritrea Y2015 3343
## 1445 Eritrea Y2016 3377
## 1446 Eritrea Y2017 3413
## 1447 Eritrea Y2018 3453
## 1448 Eritrea Y2019 3497
## 1449 Eritrea Y2020 3546
## 1450 Estonia Y2000 1399
## 1451 Estonia Y2001 1392
## 1452 Estonia Y2002 1383
## 1453 Estonia Y2003 1373
## 1454 Estonia Y2004 1364
## 1455 Estonia Y2005 1356
## 1456 Estonia Y2006 1349
## 1457 Estonia Y2007 1344
## 1458 Estonia Y2008 1340
## 1459 Estonia Y2009 1336
## 1460 Estonia Y2010 1332
## 1461 Estonia Y2011 1328
## 1462 Estonia Y2012 1323
## 1463 Estonia Y2013 1319
## 1464 Estonia Y2014 1316
## 1465 Estonia Y2015 1315
## 1466 Estonia Y2016 1317
## 1467 Estonia Y2017 1319
## 1468 Estonia Y2018 1323
## 1469 Estonia Y2019 1326
## 1470 Estonia Y2020 1327
## 1471 Eswatini Y2000 1005
## 1472 Eswatini Y2001 1014
## 1473 Eswatini Y2002 1019
## 1474 Eswatini Y2003 1023
## 1475 Eswatini Y2004 1026
## 1476 Eswatini Y2005 1031
## 1477 Eswatini Y2006 1036
## 1478 Eswatini Y2007 1043
## 1479 Eswatini Y2008 1050
## 1480 Eswatini Y2009 1057
## 1481 Eswatini Y2010 1065
## 1482 Eswatini Y2011 1072
## 1483 Eswatini Y2012 1079
## 1484 Eswatini Y2013 1087
## 1485 Eswatini Y2014 1095
## 1486 Eswatini Y2015 1104
## 1487 Eswatini Y2016 1114
## 1488 Eswatini Y2017 1125
## 1489 Eswatini Y2018 1136
## 1490 Eswatini Y2019 1148
## 1491 Eswatini Y2020 1160
## 1492 Ethiopia Y2000 66225
## 1493 Ethiopia Y2001 68159
## 1494 Ethiopia Y2002 70142
## 1495 Ethiopia Y2003 72171
## 1496 Ethiopia Y2004 74240
## 1497 Ethiopia Y2005 76346
## 1498 Ethiopia Y2006 78489
## 1499 Ethiopia Y2007 80674
## 1500 Ethiopia Y2008 82916
## 1501 Ethiopia Y2009 85234
## 1502 Ethiopia Y2010 87640
## 1503 Ethiopia Y2011 90140
## 1504 Ethiopia Y2012 92727
## 1505 Ethiopia Y2013 95386
## 1506 Ethiopia Y2014 98094
## 1507 Ethiopia Y2015 100835
## 1508 Ethiopia Y2016 103603
## 1509 Ethiopia Y2017 106400
## 1510 Ethiopia Y2018 109224
## 1511 Ethiopia Y2019 112079
## 1512 Ethiopia Y2020 114964
## 1513 Falkland Islands (Malvinas) Y2000 3
## 1514 Falkland Islands (Malvinas) Y2001 3
## 1515 Falkland Islands (Malvinas) Y2002 3
## 1516 Falkland Islands (Malvinas) Y2003 3
## 1517 Falkland Islands (Malvinas) Y2004 3
## 1518 Falkland Islands (Malvinas) Y2005 3
## 1519 Falkland Islands (Malvinas) Y2006 3
## 1520 Falkland Islands (Malvinas) Y2007 3
## 1521 Falkland Islands (Malvinas) Y2008 3
## 1522 Falkland Islands (Malvinas) Y2009 3
## 1523 Falkland Islands (Malvinas) Y2010 3
## 1524 Falkland Islands (Malvinas) Y2011 3
## 1525 Falkland Islands (Malvinas) Y2012 3
## 1526 Falkland Islands (Malvinas) Y2013 3
## 1527 Falkland Islands (Malvinas) Y2014 3
## 1528 Falkland Islands (Malvinas) Y2015 3
## 1529 Falkland Islands (Malvinas) Y2016 3
## 1530 Falkland Islands (Malvinas) Y2017 3
## 1531 Falkland Islands (Malvinas) Y2018 3
## 1532 Falkland Islands (Malvinas) Y2019 3
## 1533 Falkland Islands (Malvinas) Y2020 3
## 1534 Faroe Islands Y2000 47
## 1535 Faroe Islands Y2001 47
## 1536 Faroe Islands Y2002 47
## 1537 Faroe Islands Y2003 47
## 1538 Faroe Islands Y2004 48
## 1539 Faroe Islands Y2005 48
## 1540 Faroe Islands Y2006 48
## 1541 Faroe Islands Y2007 48
## 1542 Faroe Islands Y2008 48
## 1543 Faroe Islands Y2009 48
## 1544 Faroe Islands Y2010 48
## 1545 Faroe Islands Y2011 48
## 1546 Faroe Islands Y2012 48
## 1547 Faroe Islands Y2013 48
## 1548 Faroe Islands Y2014 48
## 1549 Faroe Islands Y2015 48
## 1550 Faroe Islands Y2016 48
## 1551 Faroe Islands Y2017 48
## 1552 Faroe Islands Y2018 48
## 1553 Faroe Islands Y2019 49
## 1554 Faroe Islands Y2020 49
## 1555 Fiji Y2000 811
## 1556 Fiji Y2001 814
## 1557 Fiji Y2002 815
## 1558 Fiji Y2003 816
## 1559 Fiji Y2004 818
## 1560 Fiji Y2005 822
## 1561 Fiji Y2006 828
## 1562 Fiji Y2007 836
## 1563 Fiji Y2008 845
## 1564 Fiji Y2009 854
## 1565 Fiji Y2010 860
## 1566 Fiji Y2011 863
## 1567 Fiji Y2012 865
## 1568 Fiji Y2013 866
## 1569 Fiji Y2014 866
## 1570 Fiji Y2015 869
## 1571 Fiji Y2016 872
## 1572 Fiji Y2017 877
## 1573 Fiji Y2018 883
## 1574 Fiji Y2019 890
## 1575 Fiji Y2020 896
## 1576 Finland Y2000 5188
## 1577 Finland Y2001 5200
## 1578 Finland Y2002 5213
## 1579 Finland Y2003 5227
## 1580 Finland Y2004 5242
## 1581 Finland Y2005 5259
## 1582 Finland Y2006 5277
## 1583 Finland Y2007 5298
## 1584 Finland Y2008 5319
## 1585 Finland Y2009 5342
## 1586 Finland Y2010 5366
## 1587 Finland Y2011 5390
## 1588 Finland Y2012 5415
## 1589 Finland Y2013 5439
## 1590 Finland Y2014 5461
## 1591 Finland Y2015 5481
## 1592 Finland Y2016 5498
## 1593 Finland Y2017 5511
## 1594 Finland Y2018 5523
## 1595 Finland Y2019 5532
## 1596 Finland Y2020 5541
## 1597 France Y2000 59015
## 1598 France Y2001 59384
## 1599 France Y2002 59803
## 1600 France Y2003 60252
## 1601 France Y2004 60698
## 1602 France Y2005 61120
## 1603 France Y2006 61509
## 1604 France Y2007 61869
## 1605 France Y2008 62209
## 1606 France Y2009 62543
## 1607 France Y2010 62880
## 1608 France Y2011 63222
## 1609 France Y2012 63564
## 1610 France Y2013 63894
## 1611 France Y2014 64194
## 1612 France Y2015 64453
## 1613 France Y2016 64668
## 1614 France Y2017 64843
## 1615 France Y2018 64991
## 1616 France Y2019 65130
## 1617 France Y2020 65274
## 1618 French Guiana Y2000 163
## 1619 French Guiana Y2001 170
## 1620 French Guiana Y2002 179
## 1621 French Guiana Y2003 187
## 1622 French Guiana Y2004 195
## 1623 French Guiana Y2005 203
## 1624 French Guiana Y2006 210
## 1625 French Guiana Y2007 216
## 1626 French Guiana Y2008 222
## 1627 French Guiana Y2009 228
## 1628 French Guiana Y2010 233
## 1629 French Guiana Y2011 238
## 1630 French Guiana Y2012 244
## 1631 French Guiana Y2013 249
## 1632 French Guiana Y2014 255
## 1633 French Guiana Y2015 261
## 1634 French Guiana Y2016 268
## 1635 French Guiana Y2017 275
## 1636 French Guiana Y2018 283
## 1637 French Guiana Y2019 291
## 1638 French Guiana Y2020 299
## 1639 French Polynesia Y2000 241
## 1640 French Polynesia Y2001 245
## 1641 French Polynesia Y2002 249
## 1642 French Polynesia Y2003 253
## 1643 French Polynesia Y2004 256
## 1644 French Polynesia Y2005 259
## 1645 French Polynesia Y2006 261
## 1646 French Polynesia Y2007 263
## 1647 French Polynesia Y2008 264
## 1648 French Polynesia Y2009 265
## 1649 French Polynesia Y2010 266
## 1650 French Polynesia Y2011 268
## 1651 French Polynesia Y2012 269
## 1652 French Polynesia Y2013 270
## 1653 French Polynesia Y2014 272
## 1654 French Polynesia Y2015 273
## 1655 French Polynesia Y2016 275
## 1656 French Polynesia Y2017 276
## 1657 French Polynesia Y2018 278
## 1658 French Polynesia Y2019 279
## 1659 French Polynesia Y2020 281
## 1660 Gabon Y2000 1228
## 1661 Gabon Y2001 1258
## 1662 Gabon Y2002 1288
## 1663 Gabon Y2003 1320
## 1664 Gabon Y2004 1354
## 1665 Gabon Y2005 1391
## 1666 Gabon Y2006 1430
## 1667 Gabon Y2007 1473
## 1668 Gabon Y2008 1519
## 1669 Gabon Y2009 1569
## 1670 Gabon Y2010 1624
## 1671 Gabon Y2011 1685
## 1672 Gabon Y2012 1750
## 1673 Gabon Y2013 1817
## 1674 Gabon Y2014 1884
## 1675 Gabon Y2015 1948
## 1676 Gabon Y2016 2008
## 1677 Gabon Y2017 2065
## 1678 Gabon Y2018 2119
## 1679 Gabon Y2019 2173
## 1680 Gabon Y2020 2226
## 1681 Gambia Y2000 1318
## 1682 Gambia Y2001 1360
## 1683 Gambia Y2002 1404
## 1684 Gambia Y2003 1450
## 1685 Gambia Y2004 1497
## 1686 Gambia Y2005 1544
## 1687 Gambia Y2006 1591
## 1688 Gambia Y2007 1640
## 1689 Gambia Y2008 1689
## 1690 Gambia Y2009 1740
## 1691 Gambia Y2010 1793
## 1692 Gambia Y2011 1848
## 1693 Gambia Y2012 1905
## 1694 Gambia Y2013 1964
## 1695 Gambia Y2014 2024
## 1696 Gambia Y2015 2086
## 1697 Gambia Y2016 2149
## 1698 Gambia Y2017 2214
## 1699 Gambia Y2018 2280
## 1700 Gambia Y2019 2348
## 1701 Gambia Y2020 2417
## 1702 Georgia Y2000 4362
## 1703 Georgia Y2001 4297
## 1704 Georgia Y2002 4259
## 1705 Georgia Y2003 4239
## 1706 Georgia Y2004 4226
## 1707 Georgia Y2005 4210
## 1708 Georgia Y2006 4190
## 1709 Georgia Y2007 4167
## 1710 Georgia Y2008 4143
## 1711 Georgia Y2009 4119
## 1712 Georgia Y2010 4099
## 1713 Georgia Y2011 4081
## 1714 Georgia Y2012 4064
## 1715 Georgia Y2013 4049
## 1716 Georgia Y2014 4035
## 1717 Georgia Y2015 4024
## 1718 Georgia Y2016 4015
## 1719 Georgia Y2017 4009
## 1720 Georgia Y2018 4003
## 1721 Georgia Y2019 3997
## 1722 Georgia Y2020 3989
## 1723 Germany Y2000 81401
## 1724 Germany Y2001 81454
## 1725 Germany Y2002 81535
## 1726 Germany Y2003 81614
## 1727 Germany Y2004 81646
## 1728 Germany Y2005 81603
## 1729 Germany Y2006 81472
## 1730 Germany Y2007 81278
## 1731 Germany Y2008 81066
## 1732 Germany Y2009 80900
## 1733 Germany Y2010 80827
## 1734 Germany Y2011 80856
## 1735 Germany Y2012 80973
## 1736 Germany Y2013 81174
## 1737 Germany Y2014 81450
## 1738 Germany Y2015 81787
## 1739 Germany Y2016 82194
## 1740 Germany Y2017 82658
## 1741 Germany Y2018 83124
## 1742 Germany Y2019 83517
## 1743 Germany Y2020 83784
## 1744 Ghana Y2000 19279
## 1745 Ghana Y2001 19757
## 1746 Ghana Y2002 20246
## 1747 Ghana Y2003 20750
## 1748 Ghana Y2004 21272
## 1749 Ghana Y2005 21815
## 1750 Ghana Y2006 22379
## 1751 Ghana Y2007 22964
## 1752 Ghana Y2008 23564
## 1753 Ghana Y2009 24171
## 1754 Ghana Y2010 24780
## 1755 Ghana Y2011 25388
## 1756 Ghana Y2012 25996
## 1757 Ghana Y2013 26608
## 1758 Ghana Y2014 27224
## 1759 Ghana Y2015 27849
## 1760 Ghana Y2016 28482
## 1761 Ghana Y2017 29121
## 1762 Ghana Y2018 29767
## 1763 Ghana Y2019 30418
## 1764 Ghana Y2020 31073
## 1765 Gibraltar Y2000 31
## 1766 Gibraltar Y2001 32
## 1767 Gibraltar Y2002 32
## 1768 Gibraltar Y2003 33
## 1769 Gibraltar Y2004 33
## 1770 Gibraltar Y2005 33
## 1771 Gibraltar Y2006 33
## 1772 Gibraltar Y2007 34
## 1773 Gibraltar Y2008 34
## 1774 Gibraltar Y2009 34
## 1775 Gibraltar Y2010 34
## 1776 Gibraltar Y2011 34
## 1777 Gibraltar Y2012 34
## 1778 Gibraltar Y2013 34
## 1779 Gibraltar Y2014 34
## 1780 Gibraltar Y2015 34
## 1781 Gibraltar Y2016 34
## 1782 Gibraltar Y2017 34
## 1783 Gibraltar Y2018 34
## 1784 Gibraltar Y2019 34
## 1785 Gibraltar Y2020 34
## 1786 Greece Y2000 11082
## 1787 Greece Y2001 11134
## 1788 Greece Y2002 11182
## 1789 Greece Y2003 11219
## 1790 Greece Y2004 11235
## 1791 Greece Y2005 11225
## 1792 Greece Y2006 11185
## 1793 Greece Y2007 11120
## 1794 Greece Y2008 11040
## 1795 Greece Y2009 10959
## 1796 Greece Y2010 10888
## 1797 Greece Y2011 10829
## 1798 Greece Y2012 10781
## 1799 Greece Y2013 10741
## 1800 Greece Y2014 10701
## 1801 Greece Y2015 10660
## 1802 Greece Y2016 10615
## 1803 Greece Y2017 10569
## 1804 Greece Y2018 10522
## 1805 Greece Y2019 10473
## 1806 Greece Y2020 10423
## 1807 Greenland Y2000 56
## 1808 Greenland Y2001 56
## 1809 Greenland Y2002 57
## 1810 Greenland Y2003 57
## 1811 Greenland Y2004 57
## 1812 Greenland Y2005 57
## 1813 Greenland Y2006 57
## 1814 Greenland Y2007 57
## 1815 Greenland Y2008 57
## 1816 Greenland Y2009 57
## 1817 Greenland Y2010 57
## 1818 Greenland Y2011 57
## 1819 Greenland Y2012 56
## 1820 Greenland Y2013 56
## 1821 Greenland Y2014 56
## 1822 Greenland Y2015 56
## 1823 Greenland Y2016 56
## 1824 Greenland Y2017 56
## 1825 Greenland Y2018 57
## 1826 Greenland Y2019 57
## 1827 Greenland Y2020 57
## 1828 Grenada Y2000 103
## 1829 Grenada Y2001 103
## 1830 Grenada Y2002 104
## 1831 Grenada Y2003 104
## 1832 Grenada Y2004 104
## 1833 Grenada Y2005 105
## 1834 Grenada Y2006 105
## 1835 Grenada Y2007 105
## 1836 Grenada Y2008 105
## 1837 Grenada Y2009 106
## 1838 Grenada Y2010 106
## 1839 Grenada Y2011 107
## 1840 Grenada Y2012 107
## 1841 Grenada Y2013 108
## 1842 Grenada Y2014 109
## 1843 Grenada Y2015 110
## 1844 Grenada Y2016 110
## 1845 Grenada Y2017 111
## 1846 Grenada Y2018 111
## 1847 Grenada Y2019 112
## 1848 Grenada Y2020 113
## 1849 Guadeloupe Y2000 422
## 1850 Guadeloupe Y2001 420
## 1851 Guadeloupe Y2002 416
## 1852 Guadeloupe Y2003 411
## 1853 Guadeloupe Y2004 406
## 1854 Guadeloupe Y2005 403
## 1855 Guadeloupe Y2006 402
## 1856 Guadeloupe Y2007 402
## 1857 Guadeloupe Y2008 404
## 1858 Guadeloupe Y2009 405
## 1859 Guadeloupe Y2010 406
## 1860 Guadeloupe Y2011 406
## 1861 Guadeloupe Y2012 404
## 1862 Guadeloupe Y2013 403
## 1863 Guadeloupe Y2014 401
## 1864 Guadeloupe Y2015 400
## 1865 Guadeloupe Y2016 400
## 1866 Guadeloupe Y2017 400
## 1867 Guadeloupe Y2018 400
## 1868 Guadeloupe Y2019 400
## 1869 Guadeloupe Y2020 400
## 1870 Guam Y2000 155
## 1871 Guam Y2001 156
## 1872 Guam Y2002 157
## 1873 Guam Y2003 158
## 1874 Guam Y2004 158
## 1875 Guam Y2005 158
## 1876 Guam Y2006 159
## 1877 Guam Y2007 159
## 1878 Guam Y2008 159
## 1879 Guam Y2009 159
## 1880 Guam Y2010 159
## 1881 Guam Y2011 160
## 1882 Guam Y2012 160
## 1883 Guam Y2013 160
## 1884 Guam Y2014 161
## 1885 Guam Y2015 162
## 1886 Guam Y2016 163
## 1887 Guam Y2017 164
## 1888 Guam Y2018 166
## 1889 Guam Y2019 167
## 1890 Guam Y2020 169
## 1891 Guatemala Y2000 11651
## 1892 Guatemala Y2001 11925
## 1893 Guatemala Y2002 12209
## 1894 Guatemala Y2003 12500
## 1895 Guatemala Y2004 12797
## 1896 Guatemala Y2005 13096
## 1897 Guatemala Y2006 13397
## 1898 Guatemala Y2007 13700
## 1899 Guatemala Y2008 14006
## 1900 Guatemala Y2009 14316
## 1901 Guatemala Y2010 14630
## 1902 Guatemala Y2011 14949
## 1903 Guatemala Y2012 15271
## 1904 Guatemala Y2013 15596
## 1905 Guatemala Y2014 15923
## 1906 Guatemala Y2015 16252
## 1907 Guatemala Y2016 16583
## 1908 Guatemala Y2017 16915
## 1909 Guatemala Y2018 17248
## 1910 Guatemala Y2019 17581
## 1911 Guatemala Y2020 17916
## 1912 Guinea Y2000 8241
## 1913 Guinea Y2001 8417
## 1914 Guinea Y2002 8586
## 1915 Guinea Y2003 8753
## 1916 Guinea Y2004 8926
## 1917 Guinea Y2005 9110
## 1918 Guinea Y2006 9307
## 1919 Guinea Y2007 9518
## 1920 Guinea Y2008 9739
## 1921 Guinea Y2009 9964
## 1922 Guinea Y2010 10192
## 1923 Guinea Y2011 10420
## 1924 Guinea Y2012 10652
## 1925 Guinea Y2013 10893
## 1926 Guinea Y2014 11151
## 1927 Guinea Y2015 11432
## 1928 Guinea Y2016 11738
## 1929 Guinea Y2017 12068
## 1930 Guinea Y2018 12414
## 1931 Guinea Y2019 12771
## 1932 Guinea Y2020 13133
## 1933 Guinea-Bissau Y2000 1201
## 1934 Guinea-Bissau Y2001 1227
## 1935 Guinea-Bissau Y2002 1254
## 1936 Guinea-Bissau Y2003 1283
## 1937 Guinea-Bissau Y2004 1313
## 1938 Guinea-Bissau Y2005 1345
## 1939 Guinea-Bissau Y2006 1378
## 1940 Guinea-Bissau Y2007 1412
## 1941 Guinea-Bissau Y2008 1447
## 1942 Guinea-Bissau Y2009 1484
## 1943 Guinea-Bissau Y2010 1523
## 1944 Guinea-Bissau Y2011 1563
## 1945 Guinea-Bissau Y2012 1605
## 1946 Guinea-Bissau Y2013 1648
## 1947 Guinea-Bissau Y2014 1692
## 1948 Guinea-Bissau Y2015 1737
## 1949 Guinea-Bissau Y2016 1782
## 1950 Guinea-Bissau Y2017 1828
## 1951 Guinea-Bissau Y2018 1874
## 1952 Guinea-Bissau Y2019 1921
## 1953 Guinea-Bissau Y2020 1968
## 1954 Guyana Y2000 747
## 1955 Guyana Y2001 745
## 1956 Guyana Y2002 745
## 1957 Guyana Y2003 745
## 1958 Guyana Y2004 746
## 1959 Guyana Y2005 746
## 1960 Guyana Y2006 746
## 1961 Guyana Y2007 746
## 1962 Guyana Y2008 747
## 1963 Guyana Y2009 748
## 1964 Guyana Y2010 749
## 1965 Guyana Y2011 752
## 1966 Guyana Y2012 755
## 1967 Guyana Y2013 759
## 1968 Guyana Y2014 763
## 1969 Guyana Y2015 767
## 1970 Guyana Y2016 771
## 1971 Guyana Y2017 775
## 1972 Guyana Y2018 779
## 1973 Guyana Y2019 783
## 1974 Guyana Y2020 787
## 1975 Haiti Y2000 8464
## 1976 Haiti Y2001 8609
## 1977 Haiti Y2002 8754
## 1978 Haiti Y2003 8900
## 1979 Haiti Y2004 9047
## 1980 Haiti Y2005 9195
## 1981 Haiti Y2006 9345
## 1982 Haiti Y2007 9495
## 1983 Haiti Y2008 9647
## 1984 Haiti Y2009 9798
## 1985 Haiti Y2010 9949
## 1986 Haiti Y2011 10100
## 1987 Haiti Y2012 10251
## 1988 Haiti Y2013 10401
## 1989 Haiti Y2014 10549
## 1990 Haiti Y2015 10696
## 1991 Haiti Y2016 10840
## 1992 Haiti Y2017 10982
## 1993 Haiti Y2018 11123
## 1994 Haiti Y2019 11263
## 1995 Haiti Y2020 11403
## 1996 Holy See Y2000 1
## 1997 Holy See Y2001 1
## 1998 Holy See Y2002 1
## 1999 Holy See Y2003 1
## 2000 Holy See Y2004 1
## 2001 Holy See Y2005 1
## 2002 Holy See Y2006 1
## 2003 Holy See Y2007 1
## 2004 Holy See Y2008 1
## 2005 Holy See Y2009 1
## 2006 Holy See Y2010 1
## 2007 Holy See Y2011 1
## 2008 Holy See Y2012 1
## 2009 Holy See Y2013 1
## 2010 Holy See Y2014 1
## 2011 Holy See Y2015 1
## 2012 Holy See Y2016 1
## 2013 Holy See Y2017 1
## 2014 Holy See Y2018 1
## 2015 Holy See Y2019 1
## 2016 Holy See Y2020 1
## 2017 Honduras Y2000 6575
## 2018 Honduras Y2001 6752
## 2019 Honduras Y2002 6929
## 2020 Honduras Y2003 7106
## 2021 Honduras Y2004 7283
## 2022 Honduras Y2005 7459
## 2023 Honduras Y2006 7634
## 2024 Honduras Y2007 7809
## 2025 Honduras Y2008 7981
## 2026 Honduras Y2009 8151
## 2027 Honduras Y2010 8317
## 2028 Honduras Y2011 8481
## 2029 Honduras Y2012 8641
## 2030 Honduras Y2013 8799
## 2031 Honduras Y2014 8956
## 2032 Honduras Y2015 9113
## 2033 Honduras Y2016 9271
## 2034 Honduras Y2017 9429
## 2035 Honduras Y2018 9588
## 2036 Honduras Y2019 9746
## 2037 Honduras Y2020 9905
## 2038 Hungary Y2000 10221
## 2039 Hungary Y2001 10193
## 2040 Hungary Y2002 10167
## 2041 Hungary Y2003 10141
## 2042 Hungary Y2004 10114
## 2043 Hungary Y2005 10086
## 2044 Hungary Y2006 10056
## 2045 Hungary Y2007 10024
## 2046 Hungary Y2008 9992
## 2047 Hungary Y2009 9959
## 2048 Hungary Y2010 9927
## 2049 Hungary Y2011 9896
## 2050 Hungary Y2012 9864
## 2051 Hungary Y2013 9834
## 2052 Hungary Y2014 9805
## 2053 Hungary Y2015 9778
## 2054 Hungary Y2016 9753
## 2055 Hungary Y2017 9730
## 2056 Hungary Y2018 9708
## 2057 Hungary Y2019 9685
## 2058 Hungary Y2020 9660
## 2059 Iceland Y2000 280
## 2060 Iceland Y2001 283
## 2061 Iceland Y2002 285
## 2062 Iceland Y2003 288
## 2063 Iceland Y2004 291
## 2064 Iceland Y2005 295
## 2065 Iceland Y2006 300
## 2066 Iceland Y2007 305
## 2067 Iceland Y2008 311
## 2068 Iceland Y2009 316
## 2069 Iceland Y2010 320
## 2070 Iceland Y2011 323
## 2071 Iceland Y2012 326
## 2072 Iceland Y2013 327
## 2073 Iceland Y2014 329
## 2074 Iceland Y2015 330
## 2075 Iceland Y2016 332
## 2076 Iceland Y2017 334
## 2077 Iceland Y2018 337
## 2078 Iceland Y2019 339
## 2079 Iceland Y2020 341
## 2080 India Y2000 1056576
## 2081 India Y2001 1075000
## 2082 India Y2002 1093317
## 2083 India Y2003 1111523
## 2084 India Y2004 1129623
## 2085 India Y2005 1147610
## 2086 India Y2006 1165486
## 2087 India Y2007 1183209
## 2088 India Y2008 1200670
## 2089 India Y2009 1217726
## 2090 India Y2010 1234281
## 2091 India Y2011 1250288
## 2092 India Y2012 1265780
## 2093 India Y2013 1280842
## 2094 India Y2014 1295601
## 2095 India Y2015 1310152
## 2096 India Y2016 1324517
## 2097 India Y2017 1338677
## 2098 India Y2018 1352642
## 2099 India Y2019 1366418
## 2100 India Y2020 1380004
## 2101 Indonesia Y2000 211514
## 2102 Indonesia Y2001 214427
## 2103 Indonesia Y2002 217358
## 2104 Indonesia Y2003 220309
## 2105 Indonesia Y2004 223286
## 2106 Indonesia Y2005 226289
## 2107 Indonesia Y2006 229318
## 2108 Indonesia Y2007 232374
## 2109 Indonesia Y2008 235470
## 2110 Indonesia Y2009 238621
## 2111 Indonesia Y2010 241834
## 2112 Indonesia Y2011 245116
## 2113 Indonesia Y2012 248452
## 2114 Indonesia Y2013 251805
## 2115 Indonesia Y2014 255128
## 2116 Indonesia Y2015 258383
## 2117 Indonesia Y2016 261556
## 2118 Indonesia Y2017 264651
## 2119 Indonesia Y2018 267671
## 2120 Indonesia Y2019 270626
## 2121 Indonesia Y2020 273524
## 2122 Iran (Islamic Republic of) Y2000 65623
## 2123 Iran (Islamic Republic of) Y2001 66449
## 2124 Iran (Islamic Republic of) Y2002 67285
## 2125 Iran (Islamic Republic of) Y2003 68123
## 2126 Iran (Islamic Republic of) Y2004 68951
## 2127 Iran (Islamic Republic of) Y2005 69762
## 2128 Iran (Islamic Republic of) Y2006 70555
## 2129 Iran (Islamic Republic of) Y2007 71336
## 2130 Iran (Islamic Republic of) Y2008 72121
## 2131 Iran (Islamic Republic of) Y2009 72925
## 2132 Iran (Islamic Republic of) Y2010 73763
## 2133 Iran (Islamic Republic of) Y2011 74635
## 2134 Iran (Islamic Republic of) Y2012 75540
## 2135 Iran (Islamic Republic of) Y2013 76482
## 2136 Iran (Islamic Republic of) Y2014 77466
## 2137 Iran (Islamic Republic of) Y2015 78492
## 2138 Iran (Islamic Republic of) Y2016 79564
## 2139 Iran (Islamic Republic of) Y2017 80674
## 2140 Iran (Islamic Republic of) Y2018 81800
## 2141 Iran (Islamic Republic of) Y2019 82914
## 2142 Iran (Islamic Republic of) Y2020 83993
## 2143 Iraq Y2000 23498
## 2144 Iraq Y2001 24208
## 2145 Iraq Y2002 24932
## 2146 Iraq Y2003 25645
## 2147 Iraq Y2004 26314
## 2148 Iraq Y2005 26922
## 2149 Iraq Y2006 27448
## 2150 Iraq Y2007 27911
## 2151 Iraq Y2008 28386
## 2152 Iraq Y2009 28973
## 2153 Iraq Y2010 29742
## 2154 Iraq Y2011 30725
## 2155 Iraq Y2012 31890
## 2156 Iraq Y2013 33157
## 2157 Iraq Y2014 34412
## 2158 Iraq Y2015 35572
## 2159 Iraq Y2016 36611
## 2160 Iraq Y2017 37553
## 2161 Iraq Y2018 38434
## 2162 Iraq Y2019 39310
## 2163 Iraq Y2020 40223
## 2164 Ireland Y2000 3783
## 2165 Ireland Y2001 3842
## 2166 Ireland Y2002 3908
## 2167 Ireland Y2003 3980
## 2168 Ireland Y2004 4058
## 2169 Ireland Y2005 4141
## 2170 Ireland Y2006 4231
## 2171 Ireland Y2007 4325
## 2172 Ireland Y2008 4416
## 2173 Ireland Y2009 4495
## 2174 Ireland Y2010 4554
## 2175 Ireland Y2011 4591
## 2176 Ireland Y2012 4608
## 2177 Ireland Y2013 4615
## 2178 Ireland Y2014 4627
## 2179 Ireland Y2015 4652
## 2180 Ireland Y2016 4696
## 2181 Ireland Y2017 4753
## 2182 Ireland Y2018 4819
## 2183 Ireland Y2019 4882
## 2184 Ireland Y2020 4938
## 2185 Isle of Man Y2000 77
## 2186 Isle of Man Y2001 78
## 2187 Isle of Man Y2002 78
## 2188 Isle of Man Y2003 79
## 2189 Isle of Man Y2004 80
## 2190 Isle of Man Y2005 80
## 2191 Isle of Man Y2006 81
## 2192 Isle of Man Y2007 82
## 2193 Isle of Man Y2008 84
## 2194 Isle of Man Y2009 84
## 2195 Isle of Man Y2010 85
## 2196 Isle of Man Y2011 85
## 2197 Isle of Man Y2012 85
## 2198 Isle of Man Y2013 84
## 2199 Isle of Man Y2014 83
## 2200 Isle of Man Y2015 83
## 2201 Isle of Man Y2016 83
## 2202 Isle of Man Y2017 84
## 2203 Isle of Man Y2018 84
## 2204 Isle of Man Y2019 85
## 2205 Isle of Man Y2020 85
## 2206 Israel Y2000 5946
## 2207 Israel Y2001 6061
## 2208 Israel Y2002 6169
## 2209 Israel Y2003 6278
## 2210 Israel Y2004 6397
## 2211 Israel Y2005 6529
## 2212 Israel Y2006 6681
## 2213 Israel Y2007 6847
## 2214 Israel Y2008 7021
## 2215 Israel Y2009 7190
## 2216 Israel Y2010 7346
## 2217 Israel Y2011 7487
## 2218 Israel Y2012 7615
## 2219 Israel Y2013 7735
## 2220 Israel Y2014 7854
## 2221 Israel Y2015 7978
## 2222 Israel Y2016 8109
## 2223 Israel Y2017 8244
## 2224 Israel Y2018 8382
## 2225 Israel Y2019 8519
## 2226 Israel Y2020 8656
## 2227 Italy Y2000 56692
## 2228 Italy Y2001 56875
## 2229 Italy Y2002 57183
## 2230 Italy Y2003 57565
## 2231 Italy Y2004 57948
## 2232 Italy Y2005 58281
## 2233 Italy Y2006 58543
## 2234 Italy Y2007 58748
## 2235 Italy Y2008 58922
## 2236 Italy Y2009 59106
## 2237 Italy Y2010 59325
## 2238 Italy Y2011 59589
## 2239 Italy Y2012 59879
## 2240 Italy Y2013 60167
## 2241 Italy Y2014 60410
## 2242 Italy Y2015 60578
## 2243 Italy Y2016 60663
## 2244 Italy Y2017 60674
## 2245 Italy Y2018 60627
## 2246 Italy Y2019 60550
## 2247 Italy Y2020 60462
## 2248 Jamaica Y2000 2655
## 2249 Jamaica Y2001 2675
## 2250 Jamaica Y2002 2693
## 2251 Jamaica Y2003 2709
## 2252 Jamaica Y2004 2725
## 2253 Jamaica Y2005 2740
## 2254 Jamaica Y2006 2754
## 2255 Jamaica Y2007 2768
## 2256 Jamaica Y2008 2782
## 2257 Jamaica Y2009 2796
## 2258 Jamaica Y2010 2810
## 2259 Jamaica Y2011 2826
## 2260 Jamaica Y2012 2842
## 2261 Jamaica Y2013 2859
## 2262 Jamaica Y2014 2875
## 2263 Jamaica Y2015 2891
## 2264 Jamaica Y2016 2906
## 2265 Jamaica Y2017 2921
## 2266 Jamaica Y2018 2935
## 2267 Jamaica Y2019 2948
## 2268 Jamaica Y2020 2961
## 2269 Japan Y2000 127524
## 2270 Japan Y2001 127714
## 2271 Japan Y2002 127893
## 2272 Japan Y2003 128058
## 2273 Japan Y2004 128204
## 2274 Japan Y2005 128326
## 2275 Japan Y2006 128423
## 2276 Japan Y2007 128494
## 2277 Japan Y2008 128539
## 2278 Japan Y2009 128555
## 2279 Japan Y2010 128542
## 2280 Japan Y2011 128499
## 2281 Japan Y2012 128424
## 2282 Japan Y2013 128314
## 2283 Japan Y2014 128169
## 2284 Japan Y2015 127985
## 2285 Japan Y2016 127763
## 2286 Japan Y2017 127503
## 2287 Japan Y2018 127202
## 2288 Japan Y2019 126860
## 2289 Japan Y2020 126476
## 2290 Jordan Y2000 5122
## 2291 Jordan Y2001 5217
## 2292 Jordan Y2002 5318
## 2293 Jordan Y2003 5434
## 2294 Jordan Y2004 5580
## 2295 Jordan Y2005 5766
## 2296 Jordan Y2006 5992
## 2297 Jordan Y2007 6255
## 2298 Jordan Y2008 6556
## 2299 Jordan Y2009 6893
## 2300 Jordan Y2010 7262
## 2301 Jordan Y2011 7663
## 2302 Jordan Y2012 8090
## 2303 Jordan Y2013 8519
## 2304 Jordan Y2014 8919
## 2305 Jordan Y2015 9267
## 2306 Jordan Y2016 9554
## 2307 Jordan Y2017 9786
## 2308 Jordan Y2018 9965
## 2309 Jordan Y2019 10102
## 2310 Jordan Y2020 10203
## 2311 Kazakhstan Y2000 14923
## 2312 Kazakhstan Y2001 14910
## 2313 Kazakhstan Y2002 14976
## 2314 Kazakhstan Y2003 15100
## 2315 Kazakhstan Y2004 15250
## 2316 Kazakhstan Y2005 15403
## 2317 Kazakhstan Y2006 15551
## 2318 Kazakhstan Y2007 15702
## 2319 Kazakhstan Y2008 15862
## 2320 Kazakhstan Y2009 16043
## 2321 Kazakhstan Y2010 16252
## 2322 Kazakhstan Y2011 16491
## 2323 Kazakhstan Y2012 16752
## 2324 Kazakhstan Y2013 17026
## 2325 Kazakhstan Y2014 17303
## 2326 Kazakhstan Y2015 17572
## 2327 Kazakhstan Y2016 17831
## 2328 Kazakhstan Y2017 18080
## 2329 Kazakhstan Y2018 18320
## 2330 Kazakhstan Y2019 18551
## 2331 Kazakhstan Y2020 18777
## 2332 Kenya Y2000 31965
## 2333 Kenya Y2001 32849
## 2334 Kenya Y2002 33752
## 2335 Kenya Y2003 34679
## 2336 Kenya Y2004 35635
## 2337 Kenya Y2005 36625
## 2338 Kenya Y2006 37649
## 2339 Kenya Y2007 38706
## 2340 Kenya Y2008 39792
## 2341 Kenya Y2009 40902
## 2342 Kenya Y2010 42031
## 2343 Kenya Y2011 43178
## 2344 Kenya Y2012 44343
## 2345 Kenya Y2013 45520
## 2346 Kenya Y2014 46700
## 2347 Kenya Y2015 47878
## 2348 Kenya Y2016 49052
## 2349 Kenya Y2017 50221
## 2350 Kenya Y2018 51393
## 2351 Kenya Y2019 52574
## 2352 Kenya Y2020 53771
## 2353 Kiribati Y2000 84
## 2354 Kiribati Y2001 86
## 2355 Kiribati Y2002 87
## 2356 Kiribati Y2003 89
## 2357 Kiribati Y2004 90
## 2358 Kiribati Y2005 92
## 2359 Kiribati Y2006 94
## 2360 Kiribati Y2007 97
## 2361 Kiribati Y2008 99
## 2362 Kiribati Y2009 101
## 2363 Kiribati Y2010 103
## 2364 Kiribati Y2011 105
## 2365 Kiribati Y2012 106
## 2366 Kiribati Y2013 108
## 2367 Kiribati Y2014 109
## 2368 Kiribati Y2015 111
## 2369 Kiribati Y2016 113
## 2370 Kiribati Y2017 114
## 2371 Kiribati Y2018 116
## 2372 Kiribati Y2019 118
## 2373 Kiribati Y2020 119
## 2374 Kuwait Y2000 2045
## 2375 Kuwait Y2001 2103
## 2376 Kuwait Y2002 2137
## 2377 Kuwait Y2003 2162
## 2378 Kuwait Y2004 2200
## 2379 Kuwait Y2005 2270
## 2380 Kuwait Y2006 2374
## 2381 Kuwait Y2007 2504
## 2382 Kuwait Y2008 2656
## 2383 Kuwait Y2009 2821
## 2384 Kuwait Y2010 2992
## 2385 Kuwait Y2011 3168
## 2386 Kuwait Y2012 3349
## 2387 Kuwait Y2013 3526
## 2388 Kuwait Y2014 3691
## 2389 Kuwait Y2015 3836
## 2390 Kuwait Y2016 3957
## 2391 Kuwait Y2017 4056
## 2392 Kuwait Y2018 4137
## 2393 Kuwait Y2019 4207
## 2394 Kuwait Y2020 4271
## 2395 Kyrgyzstan Y2000 4921
## 2396 Kyrgyzstan Y2001 4963
## 2397 Kyrgyzstan Y2002 4991
## 2398 Kyrgyzstan Y2003 5014
## 2399 Kyrgyzstan Y2004 5039
## 2400 Kyrgyzstan Y2005 5075
## 2401 Kyrgyzstan Y2006 5124
## 2402 Kyrgyzstan Y2007 5184
## 2403 Kyrgyzstan Y2008 5255
## 2404 Kyrgyzstan Y2009 5335
## 2405 Kyrgyzstan Y2010 5422
## 2406 Kyrgyzstan Y2011 5518
## 2407 Kyrgyzstan Y2012 5622
## 2408 Kyrgyzstan Y2013 5731
## 2409 Kyrgyzstan Y2014 5845
## 2410 Kyrgyzstan Y2015 5959
## 2411 Kyrgyzstan Y2016 6074
## 2412 Kyrgyzstan Y2017 6190
## 2413 Kyrgyzstan Y2018 6304
## 2414 Kyrgyzstan Y2019 6416
## 2415 Kyrgyzstan Y2020 6524
## 2416 Lao People's Democratic Republic Y2000 5324
## 2417 Lao People's Democratic Republic Y2001 5410
## 2418 Lao People's Democratic Republic Y2002 5493
## 2419 Lao People's Democratic Republic Y2003 5577
## 2420 Lao People's Democratic Republic Y2004 5662
## 2421 Lao People's Democratic Republic Y2005 5752
## 2422 Lao People's Democratic Republic Y2006 5846
## 2423 Lao People's Democratic Republic Y2007 5945
## 2424 Lao People's Democratic Republic Y2008 6047
## 2425 Lao People's Democratic Republic Y2009 6149
## 2426 Lao People's Democratic Republic Y2010 6249
## 2427 Lao People's Democratic Republic Y2011 6348
## 2428 Lao People's Democratic Republic Y2012 6445
## 2429 Lao People's Democratic Republic Y2013 6541
## 2430 Lao People's Democratic Republic Y2014 6640
## 2431 Lao People's Democratic Republic Y2015 6741
## 2432 Lao People's Democratic Republic Y2016 6846
## 2433 Lao People's Democratic Republic Y2017 6953
## 2434 Lao People's Democratic Republic Y2018 7061
## 2435 Lao People's Democratic Republic Y2019 7169
## 2436 Lao People's Democratic Republic Y2020 7276
## 2437 Latvia Y2000 2384
## 2438 Latvia Y2001 2359
## 2439 Latvia Y2002 2333
## 2440 Latvia Y2003 2306
## 2441 Latvia Y2004 2279
## 2442 Latvia Y2005 2252
## 2443 Latvia Y2006 2225
## 2444 Latvia Y2007 2198
## 2445 Latvia Y2008 2171
## 2446 Latvia Y2009 2145
## 2447 Latvia Y2010 2119
## 2448 Latvia Y2011 2094
## 2449 Latvia Y2012 2069
## 2450 Latvia Y2013 2045
## 2451 Latvia Y2014 2021
## 2452 Latvia Y2015 1998
## 2453 Latvia Y2016 1974
## 2454 Latvia Y2017 1951
## 2455 Latvia Y2018 1928
## 2456 Latvia Y2019 1907
## 2457 Latvia Y2020 1886
## 2458 Lebanon Y2000 3843
## 2459 Lebanon Y2001 3991
## 2460 Lebanon Y2002 4182
## 2461 Lebanon Y2003 4388
## 2462 Lebanon Y2004 4569
## 2463 Lebanon Y2005 4699
## 2464 Lebanon Y2006 4760
## 2465 Lebanon Y2007 4767
## 2466 Lebanon Y2008 4765
## 2467 Lebanon Y2009 4813
## 2468 Lebanon Y2010 4953
## 2469 Lebanon Y2011 5202
## 2470 Lebanon Y2012 5538
## 2471 Lebanon Y2013 5913
## 2472 Lebanon Y2014 6261
## 2473 Lebanon Y2015 6533
## 2474 Lebanon Y2016 6714
## 2475 Lebanon Y2017 6819
## 2476 Lebanon Y2018 6859
## 2477 Lebanon Y2019 6856
## 2478 Lebanon Y2020 6825
## 2479 Lesotho Y2000 2033
## 2480 Lesotho Y2001 2036
## 2481 Lesotho Y2002 2030
## 2482 Lesotho Y2003 2018
## 2483 Lesotho Y2004 2006
## 2484 Lesotho Y2005 1996
## 2485 Lesotho Y2006 1990
## 2486 Lesotho Y2007 1987
## 2487 Lesotho Y2008 1987
## 2488 Lesotho Y2009 1990
## 2489 Lesotho Y2010 1996
## 2490 Lesotho Y2011 2004
## 2491 Lesotho Y2012 2015
## 2492 Lesotho Y2013 2029
## 2493 Lesotho Y2014 2043
## 2494 Lesotho Y2015 2059
## 2495 Lesotho Y2016 2075
## 2496 Lesotho Y2017 2092
## 2497 Lesotho Y2018 2108
## 2498 Lesotho Y2019 2125
## 2499 Lesotho Y2020 2142
## 2500 Liberia Y2000 2848
## 2501 Liberia Y2001 2954
## 2502 Liberia Y2002 3025
## 2503 Liberia Y2003 3077
## 2504 Liberia Y2004 3136
## 2505 Liberia Y2005 3218
## 2506 Liberia Y2006 3329
## 2507 Liberia Y2007 3462
## 2508 Liberia Y2008 3608
## 2509 Liberia Y2009 3754
## 2510 Liberia Y2010 3891
## 2511 Liberia Y2011 4017
## 2512 Liberia Y2012 4136
## 2513 Liberia Y2013 4248
## 2514 Liberia Y2014 4360
## 2515 Liberia Y2015 4472
## 2516 Liberia Y2016 4587
## 2517 Liberia Y2017 4702
## 2518 Liberia Y2018 4819
## 2519 Liberia Y2019 4937
## 2520 Liberia Y2020 5058
## 2521 Libya Y2000 5358
## 2522 Libya Y2001 5443
## 2523 Libya Y2002 5531
## 2524 Libya Y2003 5621
## 2525 Libya Y2004 5710
## 2526 Libya Y2005 5799
## 2527 Libya Y2006 5887
## 2528 Libya Y2007 5975
## 2529 Libya Y2008 6059
## 2530 Libya Y2009 6134
## 2531 Libya Y2010 6198
## 2532 Libya Y2011 6247
## 2533 Libya Y2012 6286
## 2534 Libya Y2013 6320
## 2535 Libya Y2014 6362
## 2536 Libya Y2015 6418
## 2537 Libya Y2016 6492
## 2538 Libya Y2017 6581
## 2539 Libya Y2018 6679
## 2540 Libya Y2019 6777
## 2541 Libya Y2020 6871
## 2542 Liechtenstein Y2000 33
## 2543 Liechtenstein Y2001 34
## 2544 Liechtenstein Y2002 34
## 2545 Liechtenstein Y2003 34
## 2546 Liechtenstein Y2004 34
## 2547 Liechtenstein Y2005 35
## 2548 Liechtenstein Y2006 35
## 2549 Liechtenstein Y2007 35
## 2550 Liechtenstein Y2008 35
## 2551 Liechtenstein Y2009 36
## 2552 Liechtenstein Y2010 36
## 2553 Liechtenstein Y2011 36
## 2554 Liechtenstein Y2012 37
## 2555 Liechtenstein Y2013 37
## 2556 Liechtenstein Y2014 37
## 2557 Liechtenstein Y2015 37
## 2558 Liechtenstein Y2016 38
## 2559 Liechtenstein Y2017 38
## 2560 Liechtenstein Y2018 38
## 2561 Liechtenstein Y2019 38
## 2562 Liechtenstein Y2020 38
## 2563 Lithuania Y2000 3502
## 2564 Lithuania Y2001 3474
## 2565 Lithuania Y2002 3445
## 2566 Lithuania Y2003 3414
## 2567 Lithuania Y2004 3381
## 2568 Lithuania Y2005 3344
## 2569 Lithuania Y2006 3303
## 2570 Lithuania Y2007 3259
## 2571 Lithuania Y2008 3213
## 2572 Lithuania Y2009 3167
## 2573 Lithuania Y2010 3124
## 2574 Lithuania Y2011 3083
## 2575 Lithuania Y2012 3046
## 2576 Lithuania Y2013 3009
## 2577 Lithuania Y2014 2971
## 2578 Lithuania Y2015 2932
## 2579 Lithuania Y2016 2890
## 2580 Lithuania Y2017 2845
## 2581 Lithuania Y2018 2801
## 2582 Lithuania Y2019 2760
## 2583 Lithuania Y2020 2722
## 2584 Luxembourg Y2000 436
## 2585 Luxembourg Y2001 440
## 2586 Luxembourg Y2002 444
## 2587 Luxembourg Y2003 447
## 2588 Luxembourg Y2004 452
## 2589 Luxembourg Y2005 458
## 2590 Luxembourg Y2006 466
## 2591 Luxembourg Y2007 475
## 2592 Luxembourg Y2008 485
## 2593 Luxembourg Y2009 497
## 2594 Luxembourg Y2010 508
## 2595 Luxembourg Y2011 519
## 2596 Luxembourg Y2012 531
## 2597 Luxembourg Y2013 543
## 2598 Luxembourg Y2014 555
## 2599 Luxembourg Y2015 567
## 2600 Luxembourg Y2016 579
## 2601 Luxembourg Y2017 592
## 2602 Luxembourg Y2018 604
## 2603 Luxembourg Y2019 616
## 2604 Luxembourg Y2020 626
## 2605 Madagascar Y2000 15767
## 2606 Madagascar Y2001 16261
## 2607 Madagascar Y2002 16765
## 2608 Madagascar Y2003 17279
## 2609 Madagascar Y2004 17803
## 2610 Madagascar Y2005 18337
## 2611 Madagascar Y2006 18880
## 2612 Madagascar Y2007 19434
## 2613 Madagascar Y2008 19996
## 2614 Madagascar Y2009 20569
## 2615 Madagascar Y2010 21152
## 2616 Madagascar Y2011 21744
## 2617 Madagascar Y2012 22347
## 2618 Madagascar Y2013 22961
## 2619 Madagascar Y2014 23590
## 2620 Madagascar Y2015 24234
## 2621 Madagascar Y2016 24894
## 2622 Madagascar Y2017 25571
## 2623 Madagascar Y2018 26262
## 2624 Madagascar Y2019 26969
## 2625 Madagascar Y2020 27691
## 2626 Malawi Y2000 11149
## 2627 Malawi Y2001 11432
## 2628 Malawi Y2002 11714
## 2629 Malawi Y2003 12000
## 2630 Malawi Y2004 12302
## 2631 Malawi Y2005 12626
## 2632 Malawi Y2006 12974
## 2633 Malawi Y2007 13342
## 2634 Malawi Y2008 13728
## 2635 Malawi Y2009 14128
## 2636 Malawi Y2010 14540
## 2637 Malawi Y2011 14962
## 2638 Malawi Y2012 15396
## 2639 Malawi Y2013 15839
## 2640 Malawi Y2014 16290
## 2641 Malawi Y2015 16745
## 2642 Malawi Y2016 17205
## 2643 Malawi Y2017 17670
## 2644 Malawi Y2018 18143
## 2645 Malawi Y2019 18629
## 2646 Malawi Y2020 19130
## 2647 Malaysia Y2000 23194
## 2648 Malaysia Y2001 23709
## 2649 Malaysia Y2002 24208
## 2650 Malaysia Y2003 24699
## 2651 Malaysia Y2004 25191
## 2652 Malaysia Y2005 25691
## 2653 Malaysia Y2006 26202
## 2654 Malaysia Y2007 26720
## 2655 Malaysia Y2008 27236
## 2656 Malaysia Y2009 27735
## 2657 Malaysia Y2010 28208
## 2658 Malaysia Y2011 28651
## 2659 Malaysia Y2012 29068
## 2660 Malaysia Y2013 29469
## 2661 Malaysia Y2014 29867
## 2662 Malaysia Y2015 30271
## 2663 Malaysia Y2016 30685
## 2664 Malaysia Y2017 31105
## 2665 Malaysia Y2018 31528
## 2666 Malaysia Y2019 31950
## 2667 Malaysia Y2020 32366
## 2668 Maldives Y2000 279
## 2669 Maldives Y2001 286
## 2670 Maldives Y2002 294
## 2671 Maldives Y2003 303
## 2672 Maldives Y2004 311
## 2673 Maldives Y2005 320
## 2674 Maldives Y2006 327
## 2675 Maldives Y2007 335
## 2676 Maldives Y2008 343
## 2677 Maldives Y2009 353
## 2678 Maldives Y2010 366
## 2679 Maldives Y2011 380
## 2680 Maldives Y2012 397
## 2681 Maldives Y2013 416
## 2682 Maldives Y2014 435
## 2683 Maldives Y2015 455
## 2684 Maldives Y2016 476
## 2685 Maldives Y2017 496
## 2686 Maldives Y2018 516
## 2687 Maldives Y2019 531
## 2688 Maldives Y2020 541
## 2689 Mali Y2000 10946
## 2690 Mali Y2001 11272
## 2691 Mali Y2002 11617
## 2692 Mali Y2003 11983
## 2693 Mali Y2004 12369
## 2694 Mali Y2005 12776
## 2695 Mali Y2006 13203
## 2696 Mali Y2007 13651
## 2697 Mali Y2008 14114
## 2698 Mali Y2009 14581
## 2699 Mali Y2010 15049
## 2700 Mali Y2011 15515
## 2701 Mali Y2012 15979
## 2702 Mali Y2013 16450
## 2703 Mali Y2014 16934
## 2704 Mali Y2015 17439
## 2705 Mali Y2016 17965
## 2706 Mali Y2017 18512
## 2707 Mali Y2018 19078
## 2708 Mali Y2019 19658
## 2709 Mali Y2020 20251
## 2710 Malta Y2000 394
## 2711 Malta Y2001 396
## 2712 Malta Y2002 399
## 2713 Malta Y2003 401
## 2714 Malta Y2004 403
## 2715 Malta Y2005 405
## 2716 Malta Y2006 406
## 2717 Malta Y2007 408
## 2718 Malta Y2008 409
## 2719 Malta Y2009 412
## 2720 Malta Y2010 414
## 2721 Malta Y2011 418
## 2722 Malta Y2012 422
## 2723 Malta Y2013 426
## 2724 Malta Y2014 430
## 2725 Malta Y2015 434
## 2726 Malta Y2016 436
## 2727 Malta Y2017 438
## 2728 Malta Y2018 439
## 2729 Malta Y2019 440
## 2730 Malta Y2020 442
## 2731 Marshall Islands Y2000 51
## 2732 Marshall Islands Y2001 51
## 2733 Marshall Islands Y2002 52
## 2734 Marshall Islands Y2003 53
## 2735 Marshall Islands Y2004 54
## 2736 Marshall Islands Y2005 55
## 2737 Marshall Islands Y2006 56
## 2738 Marshall Islands Y2007 56
## 2739 Marshall Islands Y2008 56
## 2740 Marshall Islands Y2009 56
## 2741 Marshall Islands Y2010 56
## 2742 Marshall Islands Y2011 57
## 2743 Marshall Islands Y2012 57
## 2744 Marshall Islands Y2013 57
## 2745 Marshall Islands Y2014 57
## 2746 Marshall Islands Y2015 57
## 2747 Marshall Islands Y2016 58
## 2748 Marshall Islands Y2017 58
## 2749 Marshall Islands Y2018 58
## 2750 Marshall Islands Y2019 59
## 2751 Marshall Islands Y2020 59
## 2752 Martinique Y2000 387
## 2753 Martinique Y2001 390
## 2754 Martinique Y2002 393
## 2755 Martinique Y2003 395
## 2756 Martinique Y2004 396
## 2757 Martinique Y2005 397
## 2758 Martinique Y2006 398
## 2759 Martinique Y2007 398
## 2760 Martinique Y2008 398
## 2761 Martinique Y2009 397
## 2762 Martinique Y2010 395
## 2763 Martinique Y2011 392
## 2764 Martinique Y2012 388
## 2765 Martinique Y2013 385
## 2766 Martinique Y2014 381
## 2767 Martinique Y2015 378
## 2768 Martinique Y2016 377
## 2769 Martinique Y2017 376
## 2770 Martinique Y2018 376
## 2771 Martinique Y2019 376
## 2772 Martinique Y2020 375
## 2773 Mauritania Y2000 2630
## 2774 Mauritania Y2001 2702
## 2775 Mauritania Y2002 2778
## 2776 Mauritania Y2003 2857
## 2777 Mauritania Y2004 2939
## 2778 Mauritania Y2005 3024
## 2779 Mauritania Y2006 3112
## 2780 Mauritania Y2007 3203
## 2781 Mauritania Y2008 3296
## 2782 Mauritania Y2009 3393
## 2783 Mauritania Y2010 3494
## 2784 Mauritania Y2011 3599
## 2785 Mauritania Y2012 3707
## 2786 Mauritania Y2013 3817
## 2787 Mauritania Y2014 3931
## 2788 Mauritania Y2015 4046
## 2789 Mauritania Y2016 4164
## 2790 Mauritania Y2017 4283
## 2791 Mauritania Y2018 4403
## 2792 Mauritania Y2019 4526
## 2793 Mauritania Y2020 4650
## 2794 Mauritius Y2000 1185
## 2795 Mauritius Y2001 1194
## 2796 Mauritius Y2002 1202
## 2797 Mauritius Y2003 1209
## 2798 Mauritius Y2004 1216
## 2799 Mauritius Y2005 1222
## 2800 Mauritius Y2006 1228
## 2801 Mauritius Y2007 1234
## 2802 Mauritius Y2008 1239
## 2803 Mauritius Y2009 1244
## 2804 Mauritius Y2010 1248
## 2805 Mauritius Y2011 1251
## 2806 Mauritius Y2012 1253
## 2807 Mauritius Y2013 1255
## 2808 Mauritius Y2014 1257
## 2809 Mauritius Y2015 1259
## 2810 Mauritius Y2016 1262
## 2811 Mauritius Y2017 1264
## 2812 Mauritius Y2018 1267
## 2813 Mauritius Y2019 1270
## 2814 Mauritius Y2020 1272
## 2815 Mayotte Y2000 150
## 2816 Mayotte Y2001 156
## 2817 Mayotte Y2002 161
## 2818 Mayotte Y2003 167
## 2819 Mayotte Y2004 172
## 2820 Mayotte Y2005 178
## 2821 Mayotte Y2006 184
## 2822 Mayotte Y2007 190
## 2823 Mayotte Y2008 196
## 2824 Mayotte Y2009 202
## 2825 Mayotte Y2010 209
## 2826 Mayotte Y2011 215
## 2827 Mayotte Y2012 221
## 2828 Mayotte Y2013 227
## 2829 Mayotte Y2014 234
## 2830 Mayotte Y2015 240
## 2831 Mayotte Y2016 246
## 2832 Mayotte Y2017 253
## 2833 Mayotte Y2018 260
## 2834 Mayotte Y2019 266
## 2835 Mayotte Y2020 273
## 2836 Mexico Y2000 98900
## 2837 Mexico Y2001 100298
## 2838 Mexico Y2002 101685
## 2839 Mexico Y2003 103081
## 2840 Mexico Y2004 104515
## 2841 Mexico Y2005 106005
## 2842 Mexico Y2006 107560
## 2843 Mexico Y2007 109171
## 2844 Mexico Y2008 110815
## 2845 Mexico Y2009 112464
## 2846 Mexico Y2010 114093
## 2847 Mexico Y2011 115695
## 2848 Mexico Y2012 117274
## 2849 Mexico Y2013 118827
## 2850 Mexico Y2014 120355
## 2851 Mexico Y2015 121858
## 2852 Mexico Y2016 123333
## 2853 Mexico Y2017 124777
## 2854 Mexico Y2018 126191
## 2855 Mexico Y2019 127576
## 2856 Mexico Y2020 128933
## 2857 Micronesia (Fed. States of) Y2000 107
## 2858 Micronesia (Fed. States of) Y2001 107
## 2859 Micronesia (Fed. States of) Y2002 107
## 2860 Micronesia (Fed. States of) Y2003 107
## 2861 Micronesia (Fed. States of) Y2004 107
## 2862 Micronesia (Fed. States of) Y2005 106
## 2863 Micronesia (Fed. States of) Y2006 105
## 2864 Micronesia (Fed. States of) Y2007 104
## 2865 Micronesia (Fed. States of) Y2008 104
## 2866 Micronesia (Fed. States of) Y2009 103
## 2867 Micronesia (Fed. States of) Y2010 103
## 2868 Micronesia (Fed. States of) Y2011 103
## 2869 Micronesia (Fed. States of) Y2012 105
## 2870 Micronesia (Fed. States of) Y2013 106
## 2871 Micronesia (Fed. States of) Y2014 107
## 2872 Micronesia (Fed. States of) Y2015 109
## 2873 Micronesia (Fed. States of) Y2016 110
## 2874 Micronesia (Fed. States of) Y2017 111
## 2875 Micronesia (Fed. States of) Y2018 113
## 2876 Micronesia (Fed. States of) Y2019 114
## 2877 Micronesia (Fed. States of) Y2020 115
## 2878 Monaco Y2000 32
## 2879 Monaco Y2001 32
## 2880 Monaco Y2002 33
## 2881 Monaco Y2003 33
## 2882 Monaco Y2004 33
## 2883 Monaco Y2005 34
## 2884 Monaco Y2006 34
## 2885 Monaco Y2007 35
## 2886 Monaco Y2008 35
## 2887 Monaco Y2009 35
## 2888 Monaco Y2010 36
## 2889 Monaco Y2011 36
## 2890 Monaco Y2012 36
## 2891 Monaco Y2013 37
## 2892 Monaco Y2014 37
## 2893 Monaco Y2015 38
## 2894 Monaco Y2016 38
## 2895 Monaco Y2017 38
## 2896 Monaco Y2018 39
## 2897 Monaco Y2019 39
## 2898 Monaco Y2020 39
## 2899 Mongolia Y2000 2397
## 2900 Mongolia Y2001 2420
## 2901 Mongolia Y2002 2443
## 2902 Mongolia Y2003 2469
## 2903 Mongolia Y2004 2496
## 2904 Mongolia Y2005 2526
## 2905 Mongolia Y2006 2559
## 2906 Mongolia Y2007 2594
## 2907 Mongolia Y2008 2632
## 2908 Mongolia Y2009 2674
## 2909 Mongolia Y2010 2720
## 2910 Mongolia Y2011 2770
## 2911 Mongolia Y2012 2825
## 2912 Mongolia Y2013 2882
## 2913 Mongolia Y2014 2940
## 2914 Mongolia Y2015 2998
## 2915 Mongolia Y2016 3056
## 2916 Mongolia Y2017 3114
## 2917 Mongolia Y2018 3170
## 2918 Mongolia Y2019 3225
## 2919 Mongolia Y2020 3278
## 2920 Montenegro Y2000 614
## 2921 Montenegro Y2001 613
## 2922 Montenegro Y2002 613
## 2923 Montenegro Y2003 614
## 2924 Montenegro Y2004 615
## 2925 Montenegro Y2005 616
## 2926 Montenegro Y2006 618
## 2927 Montenegro Y2007 620
## 2928 Montenegro Y2008 621
## 2929 Montenegro Y2009 623
## 2930 Montenegro Y2010 624
## 2931 Montenegro Y2011 625
## 2932 Montenegro Y2012 626
## 2933 Montenegro Y2013 626
## 2934 Montenegro Y2014 627
## 2935 Montenegro Y2015 627
## 2936 Montenegro Y2016 627
## 2937 Montenegro Y2017 628
## 2938 Montenegro Y2018 628
## 2939 Montenegro Y2019 628
## 2940 Montenegro Y2020 628
## 2941 Montserrat Y2000 5
## 2942 Montserrat Y2001 5
## 2943 Montserrat Y2002 4
## 2944 Montserrat Y2003 5
## 2945 Montserrat Y2004 5
## 2946 Montserrat Y2005 5
## 2947 Montserrat Y2006 5
## 2948 Montserrat Y2007 5
## 2949 Montserrat Y2008 5
## 2950 Montserrat Y2009 5
## 2951 Montserrat Y2010 5
## 2952 Montserrat Y2011 5
## 2953 Montserrat Y2012 5
## 2954 Montserrat Y2013 5
## 2955 Montserrat Y2014 5
## 2956 Montserrat Y2015 5
## 2957 Montserrat Y2016 5
## 2958 Montserrat Y2017 5
## 2959 Montserrat Y2018 5
## 2960 Montserrat Y2019 5
## 2961 Montserrat Y2020 5
## 2962 Morocco Y2000 28794
## 2963 Morocco Y2001 29126
## 2964 Morocco Y2002 29455
## 2965 Morocco Y2003 29783
## 2966 Morocco Y2004 30115
## 2967 Morocco Y2005 30456
## 2968 Morocco Y2006 30805
## 2969 Morocco Y2007 31164
## 2970 Morocco Y2008 31537
## 2971 Morocco Y2009 31929
## 2972 Morocco Y2010 32343
## 2973 Morocco Y2011 32782
## 2974 Morocco Y2012 33242
## 2975 Morocco Y2013 33716
## 2976 Morocco Y2014 34192
## 2977 Morocco Y2015 34664
## 2978 Morocco Y2016 35126
## 2979 Morocco Y2017 35581
## 2980 Morocco Y2018 36029
## 2981 Morocco Y2019 36472
## 2982 Morocco Y2020 36911
## 2983 Mozambique Y2000 17712
## 2984 Mozambique Y2001 18222
## 2985 Mozambique Y2002 18764
## 2986 Mozambique Y2003 19331
## 2987 Mozambique Y2004 19911
## 2988 Mozambique Y2005 20494
## 2989 Mozambique Y2006 21080
## 2990 Mozambique Y2007 21673
## 2991 Mozambique Y2008 22277
## 2992 Mozambique Y2009 22895
## 2993 Mozambique Y2010 23532
## 2994 Mozambique Y2011 24188
## 2995 Mozambique Y2012 24863
## 2996 Mozambique Y2013 25561
## 2997 Mozambique Y2014 26286
## 2998 Mozambique Y2015 27042
## 2999 Mozambique Y2016 27830
## 3000 Mozambique Y2017 28649
## 3001 Mozambique Y2018 29496
## 3002 Mozambique Y2019 30366
## 3003 Mozambique Y2020 31255
## 3004 Myanmar Y2000 46720
## 3005 Myanmar Y2001 47225
## 3006 Myanmar Y2002 47702
## 3007 Myanmar Y2003 48149
## 3008 Myanmar Y2004 48564
## 3009 Myanmar Y2005 48950
## 3010 Myanmar Y2006 49301
## 3011 Myanmar Y2007 49621
## 3012 Myanmar Y2008 49930
## 3013 Myanmar Y2009 50250
## 3014 Myanmar Y2010 50601
## 3015 Myanmar Y2011 50991
## 3016 Myanmar Y2012 51414
## 3017 Myanmar Y2013 51852
## 3018 Myanmar Y2014 52281
## 3019 Myanmar Y2015 52681
## 3020 Myanmar Y2016 53045
## 3021 Myanmar Y2017 53383
## 3022 Myanmar Y2018 53708
## 3023 Myanmar Y2019 54045
## 3024 Myanmar Y2020 54410
## 3025 Namibia Y2000 1795
## 3026 Namibia Y2001 1824
## 3027 Namibia Y2002 1852
## 3028 Namibia Y2003 1879
## 3029 Namibia Y2004 1908
## 3030 Namibia Y2005 1938
## 3031 Namibia Y2006 1971
## 3032 Namibia Y2007 2007
## 3033 Namibia Y2008 2043
## 3034 Namibia Y2009 2081
## 3035 Namibia Y2010 2119
## 3036 Namibia Y2011 2157
## 3037 Namibia Y2012 2195
## 3038 Namibia Y2013 2234
## 3039 Namibia Y2014 2273
## 3040 Namibia Y2015 2315
## 3041 Namibia Y2016 2358
## 3042 Namibia Y2017 2403
## 3043 Namibia Y2018 2448
## 3044 Namibia Y2019 2495
## 3045 Namibia Y2020 2541
## 3046 Nauru Y2000 10
## 3047 Nauru Y2001 10
## 3048 Nauru Y2002 10
## 3049 Nauru Y2003 10
## 3050 Nauru Y2004 10
## 3051 Nauru Y2005 10
## 3052 Nauru Y2006 10
## 3053 Nauru Y2007 10
## 3054 Nauru Y2008 10
## 3055 Nauru Y2009 10
## 3056 Nauru Y2010 10
## 3057 Nauru Y2011 10
## 3058 Nauru Y2012 10
## 3059 Nauru Y2013 10
## 3060 Nauru Y2014 10
## 3061 Nauru Y2015 10
## 3062 Nauru Y2016 10
## 3063 Nauru Y2017 11
## 3064 Nauru Y2018 11
## 3065 Nauru Y2019 11
## 3066 Nauru Y2020 11
## 3067 Nepal Y2000 23941
## 3068 Nepal Y2001 24347
## 3069 Nepal Y2002 24726
## 3070 Nepal Y2003 25081
## 3071 Nepal Y2004 25419
## 3072 Nepal Y2005 25745
## 3073 Nepal Y2006 26067
## 3074 Nepal Y2007 26383
## 3075 Nepal Y2008 26667
## 3076 Nepal Y2009 26884
## 3077 Nepal Y2010 27013
## 3078 Nepal Y2011 27041
## 3079 Nepal Y2012 26989
## 3080 Nepal Y2013 26917
## 3081 Nepal Y2014 26906
## 3082 Nepal Y2015 27015
## 3083 Nepal Y2016 27263
## 3084 Nepal Y2017 27633
## 3085 Nepal Y2018 28096
## 3086 Nepal Y2019 28609
## 3087 Nepal Y2020 29137
## 3088 Netherlands Y2000 15926
## 3089 Netherlands Y2001 16018
## 3090 Netherlands Y2002 16110
## 3091 Netherlands Y2003 16201
## 3092 Netherlands Y2004 16287
## 3093 Netherlands Y2005 16367
## 3094 Netherlands Y2006 16440
## 3095 Netherlands Y2007 16507
## 3096 Netherlands Y2008 16568
## 3097 Netherlands Y2009 16626
## 3098 Netherlands Y2010 16683
## 3099 Netherlands Y2011 16738
## 3100 Netherlands Y2012 16792
## 3101 Netherlands Y2013 16844
## 3102 Netherlands Y2014 16893
## 3103 Netherlands Y2015 16938
## 3104 Netherlands Y2016 16981
## 3105 Netherlands Y2017 17021
## 3106 Netherlands Y2018 17060
## 3107 Netherlands Y2019 17097
## 3108 Netherlands Y2020 17135
## 3109 New Caledonia Y2000 217
## 3110 New Caledonia Y2001 221
## 3111 New Caledonia Y2002 225
## 3112 New Caledonia Y2003 229
## 3113 New Caledonia Y2004 233
## 3114 New Caledonia Y2005 236
## 3115 New Caledonia Y2006 240
## 3116 New Caledonia Y2007 243
## 3117 New Caledonia Y2008 247
## 3118 New Caledonia Y2009 250
## 3119 New Caledonia Y2010 254
## 3120 New Caledonia Y2011 257
## 3121 New Caledonia Y2012 261
## 3122 New Caledonia Y2013 264
## 3123 New Caledonia Y2014 268
## 3124 New Caledonia Y2015 271
## 3125 New Caledonia Y2016 274
## 3126 New Caledonia Y2017 277
## 3127 New Caledonia Y2018 280
## 3128 New Caledonia Y2019 283
## 3129 New Caledonia Y2020 285
## 3130 New Zealand Y2000 3859
## 3131 New Zealand Y2001 3908
## 3132 New Zealand Y2002 3963
## 3133 New Zealand Y2003 4022
## 3134 New Zealand Y2004 4080
## 3135 New Zealand Y2005 4135
## 3136 New Zealand Y2006 4186
## 3137 New Zealand Y2007 4233
## 3138 New Zealand Y2008 4278
## 3139 New Zealand Y2009 4323
## 3140 New Zealand Y2010 4370
## 3141 New Zealand Y2011 4419
## 3142 New Zealand Y2012 4468
## 3143 New Zealand Y2013 4519
## 3144 New Zealand Y2014 4568
## 3145 New Zealand Y2015 4615
## 3146 New Zealand Y2016 4659
## 3147 New Zealand Y2017 4702
## 3148 New Zealand Y2018 4743
## 3149 New Zealand Y2019 4783
## 3150 New Zealand Y2020 4822
## 3151 Nicaragua Y2000 5069
## 3152 Nicaragua Y2001 5145
## 3153 Nicaragua Y2002 5219
## 3154 Nicaragua Y2003 5292
## 3155 Nicaragua Y2004 5365
## 3156 Nicaragua Y2005 5439
## 3157 Nicaragua Y2006 5514
## 3158 Nicaragua Y2007 5590
## 3159 Nicaragua Y2008 5667
## 3160 Nicaragua Y2009 5746
## 3161 Nicaragua Y2010 5824
## 3162 Nicaragua Y2011 5903
## 3163 Nicaragua Y2012 5983
## 3164 Nicaragua Y2013 6062
## 3165 Nicaragua Y2014 6143
## 3166 Nicaragua Y2015 6223
## 3167 Nicaragua Y2016 6304
## 3168 Nicaragua Y2017 6385
## 3169 Nicaragua Y2018 6466
## 3170 Nicaragua Y2019 6546
## 3171 Nicaragua Y2020 6625
## 3172 Niger Y2000 11332
## 3173 Niger Y2001 11751
## 3174 Niger Y2002 12190
## 3175 Niger Y2003 12648
## 3176 Niger Y2004 13126
## 3177 Niger Y2005 13624
## 3178 Niger Y2006 14144
## 3179 Niger Y2007 14685
## 3180 Niger Y2008 15251
## 3181 Niger Y2009 15843
## 3182 Niger Y2010 16464
## 3183 Niger Y2011 17115
## 3184 Niger Y2012 17795
## 3185 Niger Y2013 18504
## 3186 Niger Y2014 19240
## 3187 Niger Y2015 20002
## 3188 Niger Y2016 20789
## 3189 Niger Y2017 21602
## 3190 Niger Y2018 22443
## 3191 Niger Y2019 23311
## 3192 Niger Y2020 24207
## 3193 Nigeria Y2000 122284
## 3194 Nigeria Y2001 125394
## 3195 Nigeria Y2002 128596
## 3196 Nigeria Y2003 131901
## 3197 Nigeria Y2004 135320
## 3198 Nigeria Y2005 138865
## 3199 Nigeria Y2006 142538
## 3200 Nigeria Y2007 146340
## 3201 Nigeria Y2008 150270
## 3202 Nigeria Y2009 154325
## 3203 Nigeria Y2010 158503
## 3204 Nigeria Y2011 162805
## 3205 Nigeria Y2012 167229
## 3206 Nigeria Y2013 171766
## 3207 Nigeria Y2014 176405
## 3208 Nigeria Y2015 181137
## 3209 Nigeria Y2016 185960
## 3210 Nigeria Y2017 190873
## 3211 Nigeria Y2018 195875
## 3212 Nigeria Y2019 200964
## 3213 Nigeria Y2020 206140
## 3214 Niue Y2000 2
## 3215 Niue Y2001 2
## 3216 Niue Y2002 2
## 3217 Niue Y2003 2
## 3218 Niue Y2004 2
## 3219 Niue Y2005 2
## 3220 Niue Y2006 2
## 3221 Niue Y2007 2
## 3222 Niue Y2008 2
## 3223 Niue Y2009 2
## 3224 Niue Y2010 2
## 3225 Niue Y2011 2
## 3226 Niue Y2012 2
## 3227 Niue Y2013 2
## 3228 Niue Y2014 2
## 3229 Niue Y2015 2
## 3230 Niue Y2016 2
## 3231 Niue Y2017 2
## 3232 Niue Y2018 2
## 3233 Niue Y2019 2
## 3234 Niue Y2020 2
## 3235 North Macedonia Y2000 2035
## 3236 North Macedonia Y2001 2043
## 3237 North Macedonia Y2002 2049
## 3238 North Macedonia Y2003 2053
## 3239 North Macedonia Y2004 2057
## 3240 North Macedonia Y2005 2060
## 3241 North Macedonia Y2006 2063
## 3242 North Macedonia Y2007 2065
## 3243 North Macedonia Y2008 2067
## 3244 North Macedonia Y2009 2069
## 3245 North Macedonia Y2010 2071
## 3246 North Macedonia Y2011 2072
## 3247 North Macedonia Y2012 2074
## 3248 North Macedonia Y2013 2076
## 3249 North Macedonia Y2014 2078
## 3250 North Macedonia Y2015 2079
## 3251 North Macedonia Y2016 2081
## 3252 North Macedonia Y2017 2082
## 3253 North Macedonia Y2018 2083
## 3254 North Macedonia Y2019 2083
## 3255 North Macedonia Y2020 2083
## 3256 Northern Mariana Islands Y2000 57
## 3257 Northern Mariana Islands Y2001 58
## 3258 Northern Mariana Islands Y2002 58
## 3259 Northern Mariana Islands Y2003 58
## 3260 Northern Mariana Islands Y2004 57
## 3261 Northern Mariana Islands Y2005 57
## 3262 Northern Mariana Islands Y2006 56
## 3263 Northern Mariana Islands Y2007 55
## 3264 Northern Mariana Islands Y2008 55
## 3265 Northern Mariana Islands Y2009 54
## 3266 Northern Mariana Islands Y2010 54
## 3267 Northern Mariana Islands Y2011 54
## 3268 Northern Mariana Islands Y2012 54
## 3269 Northern Mariana Islands Y2013 55
## 3270 Northern Mariana Islands Y2014 55
## 3271 Northern Mariana Islands Y2015 56
## 3272 Northern Mariana Islands Y2016 56
## 3273 Northern Mariana Islands Y2017 57
## 3274 Northern Mariana Islands Y2018 57
## 3275 Northern Mariana Islands Y2019 57
## 3276 Northern Mariana Islands Y2020 58
## 3277 Norway Y2000 4499
## 3278 Norway Y2001 4523
## 3279 Norway Y2002 4546
## 3280 Norway Y2003 4570
## 3281 Norway Y2004 4598
## 3282 Norway Y2005 4632
## 3283 Norway Y2006 4673
## 3284 Norway Y2007 4719
## 3285 Norway Y2008 4771
## 3286 Norway Y2009 4827
## 3287 Norway Y2010 4886
## 3288 Norway Y2011 4948
## 3289 Norway Y2012 5014
## 3290 Norway Y2013 5079
## 3291 Norway Y2014 5142
## 3292 Norway Y2015 5200
## 3293 Norway Y2016 5251
## 3294 Norway Y2017 5296
## 3295 Norway Y2018 5338
## 3296 Norway Y2019 5379
## 3297 Norway Y2020 5421
## 3298 Oman Y2000 2268
## 3299 Oman Y2001 2295
## 3300 Oman Y2002 2335
## 3301 Oman Y2003 2386
## 3302 Oman Y2004 2446
## 3303 Oman Y2005 2511
## 3304 Oman Y2006 2581
## 3305 Oman Y2007 2657
## 3306 Oman Y2008 2751
## 3307 Oman Y2009 2876
## 3308 Oman Y2010 3041
## 3309 Oman Y2011 3251
## 3310 Oman Y2012 3498
## 3311 Oman Y2013 3765
## 3312 Oman Y2014 4027
## 3313 Oman Y2015 4267
## 3314 Oman Y2016 4479
## 3315 Oman Y2017 4666
## 3316 Oman Y2018 4829
## 3317 Oman Y2019 4975
## 3318 Oman Y2020 5107
## 3319 Pakistan Y2000 142344
## 3320 Pakistan Y2001 145978
## 3321 Pakistan Y2002 149550
## 3322 Pakistan Y2003 153093
## 3323 Pakistan Y2004 156665
## 3324 Pakistan Y2005 160304
## 3325 Pakistan Y2006 164023
## 3326 Pakistan Y2007 167808
## 3327 Pakistan Y2008 171649
## 3328 Pakistan Y2009 175526
## 3329 Pakistan Y2010 179425
## 3330 Pakistan Y2011 183340
## 3331 Pakistan Y2012 187280
## 3332 Pakistan Y2013 191261
## 3333 Pakistan Y2014 195305
## 3334 Pakistan Y2015 199427
## 3335 Pakistan Y2016 203631
## 3336 Pakistan Y2017 207906
## 3337 Pakistan Y2018 212228
## 3338 Pakistan Y2019 216565
## 3339 Pakistan Y2020 220892
## 3340 Palau Y2000 19
## 3341 Palau Y2001 19
## 3342 Palau Y2002 20
## 3343 Palau Y2003 20
## 3344 Palau Y2004 20
## 3345 Palau Y2005 20
## 3346 Palau Y2006 20
## 3347 Palau Y2007 19
## 3348 Palau Y2008 19
## 3349 Palau Y2009 18
## 3350 Palau Y2010 18
## 3351 Palau Y2011 18
## 3352 Palau Y2012 18
## 3353 Palau Y2013 18
## 3354 Palau Y2014 18
## 3355 Palau Y2015 18
## 3356 Palau Y2016 18
## 3357 Palau Y2017 18
## 3358 Palau Y2018 18
## 3359 Palau Y2019 18
## 3360 Palau Y2020 18
## 3361 Panama Y2000 3030
## 3362 Panama Y2001 3090
## 3363 Panama Y2002 3149
## 3364 Panama Y2003 3209
## 3365 Panama Y2004 3269
## 3366 Panama Y2005 3330
## 3367 Panama Y2006 3392
## 3368 Panama Y2007 3454
## 3369 Panama Y2008 3516
## 3370 Panama Y2009 3579
## 3371 Panama Y2010 3643
## 3372 Panama Y2011 3706
## 3373 Panama Y2012 3771
## 3374 Panama Y2013 3835
## 3375 Panama Y2014 3901
## 3376 Panama Y2015 3968
## 3377 Panama Y2016 4037
## 3378 Panama Y2017 4107
## 3379 Panama Y2018 4177
## 3380 Panama Y2019 4246
## 3381 Panama Y2020 4315
## 3382 Papua New Guinea Y2000 5848
## 3383 Papua New Guinea Y2001 5975
## 3384 Papua New Guinea Y2002 6099
## 3385 Papua New Guinea Y2003 6223
## 3386 Papua New Guinea Y2004 6354
## 3387 Papua New Guinea Y2005 6495
## 3388 Papua New Guinea Y2006 6647
## 3389 Papua New Guinea Y2007 6809
## 3390 Papua New Guinea Y2008 6976
## 3391 Papua New Guinea Y2009 7145
## 3392 Papua New Guinea Y2010 7311
## 3393 Papua New Guinea Y2011 7472
## 3394 Papua New Guinea Y2012 7631
## 3395 Papua New Guinea Y2013 7788
## 3396 Papua New Guinea Y2014 7947
## 3397 Papua New Guinea Y2015 8108
## 3398 Papua New Guinea Y2016 8272
## 3399 Papua New Guinea Y2017 8438
## 3400 Papua New Guinea Y2018 8606
## 3401 Papua New Guinea Y2019 8776
## 3402 Papua New Guinea Y2020 8947
## 3403 Paraguay Y2000 5323
## 3404 Paraguay Y2001 5428
## 3405 Paraguay Y2002 5532
## 3406 Paraguay Y2003 5633
## 3407 Paraguay Y2004 5731
## 3408 Paraguay Y2005 5824
## 3409 Paraguay Y2006 5913
## 3410 Paraguay Y2007 5998
## 3411 Paraguay Y2008 6081
## 3412 Paraguay Y2009 6164
## 3413 Paraguay Y2010 6248
## 3414 Paraguay Y2011 6334
## 3415 Paraguay Y2012 6422
## 3416 Paraguay Y2013 6510
## 3417 Paraguay Y2014 6600
## 3418 Paraguay Y2015 6689
## 3419 Paraguay Y2016 6778
## 3420 Paraguay Y2017 6867
## 3421 Paraguay Y2018 6956
## 3422 Paraguay Y2019 7045
## 3423 Paraguay Y2020 7133
## 3424 Peru Y2000 26460
## 3425 Peru Y2001 26799
## 3426 Peru Y2002 27101
## 3427 Peru Y2003 27372
## 3428 Peru Y2004 27624
## 3429 Peru Y2005 27866
## 3430 Peru Y2006 28102
## 3431 Peru Y2007 28333
## 3432 Peru Y2008 28562
## 3433 Peru Y2009 28793
## 3434 Peru Y2010 29028
## 3435 Peru Y2011 29264
## 3436 Peru Y2012 29507
## 3437 Peru Y2013 29774
## 3438 Peru Y2014 30090
## 3439 Peru Y2015 30471
## 3440 Peru Y2016 30926
## 3441 Peru Y2017 31444
## 3442 Peru Y2018 31989
## 3443 Peru Y2019 32510
## 3444 Peru Y2020 32972
## 3445 Philippines Y2000 77992
## 3446 Philippines Y2001 79673
## 3447 Philippines Y2002 81365
## 3448 Philippines Y2003 83052
## 3449 Philippines Y2004 84711
## 3450 Philippines Y2005 86326
## 3451 Philippines Y2006 87889
## 3452 Philippines Y2007 89405
## 3453 Philippines Y2008 90902
## 3454 Philippines Y2009 92414
## 3455 Philippines Y2010 93967
## 3456 Philippines Y2011 95570
## 3457 Philippines Y2012 97213
## 3458 Philippines Y2013 98872
## 3459 Philippines Y2014 100513
## 3460 Philippines Y2015 102113
## 3461 Philippines Y2016 103664
## 3462 Philippines Y2017 105173
## 3463 Philippines Y2018 106651
## 3464 Philippines Y2019 108117
## 3465 Philippines Y2020 109581
## 3466 Poland Y2000 38557
## 3467 Poland Y2001 38530
## 3468 Poland Y2002 38489
## 3469 Poland Y2003 38442
## 3470 Poland Y2004 38400
## 3471 Poland Y2005 38369
## 3472 Poland Y2006 38354
## 3473 Poland Y2007 38353
## 3474 Poland Y2008 38357
## 3475 Poland Y2009 38352
## 3476 Poland Y2010 38330
## 3477 Poland Y2011 38287
## 3478 Poland Y2012 38227
## 3479 Poland Y2013 38158
## 3480 Poland Y2014 38091
## 3481 Poland Y2015 38034
## 3482 Poland Y2016 37989
## 3483 Poland Y2017 37953
## 3484 Poland Y2018 37922
## 3485 Poland Y2019 37888
## 3486 Poland Y2020 37847
## 3487 Portugal Y2000 10297
## 3488 Portugal Y2001 10341
## 3489 Portugal Y2002 10386
## 3490 Portugal Y2003 10430
## 3491 Portugal Y2004 10471
## 3492 Portugal Y2005 10508
## 3493 Portugal Y2006 10543
## 3494 Portugal Y2007 10573
## 3495 Portugal Y2008 10595
## 3496 Portugal Y2009 10604
## 3497 Portugal Y2010 10596
## 3498 Portugal Y2011 10569
## 3499 Portugal Y2012 10526
## 3500 Portugal Y2013 10473
## 3501 Portugal Y2014 10418
## 3502 Portugal Y2015 10368
## 3503 Portugal Y2016 10326
## 3504 Portugal Y2017 10289
## 3505 Portugal Y2018 10256
## 3506 Portugal Y2019 10226
## 3507 Portugal Y2020 10197
## 3508 Puerto Rico Y2000 3669
## 3509 Puerto Rico Y2001 3670
## 3510 Puerto Rico Y2002 3664
## 3511 Puerto Rico Y2003 3654
## 3512 Puerto Rico Y2004 3642
## 3513 Puerto Rico Y2005 3632
## 3514 Puerto Rico Y2006 3624
## 3515 Puerto Rico Y2007 3616
## 3516 Puerto Rico Y2008 3608
## 3517 Puerto Rico Y2009 3597
## 3518 Puerto Rico Y2010 3580
## 3519 Puerto Rico Y2011 3560
## 3520 Puerto Rico Y2012 3537
## 3521 Puerto Rico Y2013 3504
## 3522 Puerto Rico Y2014 3454
## 3523 Puerto Rico Y2015 3382
## 3524 Puerto Rico Y2016 3283
## 3525 Puerto Rico Y2017 3164
## 3526 Puerto Rico Y2018 3040
## 3527 Puerto Rico Y2019 2933
## 3528 Puerto Rico Y2020 2861
## 3529 Qatar Y2000 592
## 3530 Qatar Y2001 615
## 3531 Qatar Y2002 641
## 3532 Qatar Y2003 682
## 3533 Qatar Y2004 753
## 3534 Qatar Y2005 865
## 3535 Qatar Y2006 1023
## 3536 Qatar Y2007 1218
## 3537 Qatar Y2008 1437
## 3538 Qatar Y2009 1655
## 3539 Qatar Y2010 1856
## 3540 Qatar Y2011 2036
## 3541 Qatar Y2012 2196
## 3542 Qatar Y2013 2337
## 3543 Qatar Y2014 2459
## 3544 Qatar Y2015 2566
## 3545 Qatar Y2016 2654
## 3546 Qatar Y2017 2725
## 3547 Qatar Y2018 2782
## 3548 Qatar Y2019 2832
## 3549 Qatar Y2020 2881
## 3550 Réunion Y2000 737
## 3551 Réunion Y2001 749
## 3552 Réunion Y2002 760
## 3553 Réunion Y2003 771
## 3554 Réunion Y2004 782
## 3555 Réunion Y2005 792
## 3556 Réunion Y2006 801
## 3557 Réunion Y2007 809
## 3558 Réunion Y2008 816
## 3559 Réunion Y2009 824
## 3560 Réunion Y2010 831
## 3561 Réunion Y2011 837
## 3562 Réunion Y2012 844
## 3563 Réunion Y2013 851
## 3564 Réunion Y2014 857
## 3565 Réunion Y2015 863
## 3566 Réunion Y2016 870
## 3567 Réunion Y2017 876
## 3568 Réunion Y2018 883
## 3569 Réunion Y2019 889
## 3570 Réunion Y2020 895
## 3571 Republic of Korea Y2000 47379
## 3572 Republic of Korea Y2001 47706
## 3573 Republic of Korea Y2002 48000
## 3574 Republic of Korea Y2003 48261
## 3575 Republic of Korea Y2004 48493
## 3576 Republic of Korea Y2005 48701
## 3577 Republic of Korea Y2006 48880
## 3578 Republic of Korea Y2007 49035
## 3579 Republic of Korea Y2008 49182
## 3580 Republic of Korea Y2009 49347
## 3581 Republic of Korea Y2010 49546
## 3582 Republic of Korea Y2011 49786
## 3583 Republic of Korea Y2012 50061
## 3584 Republic of Korea Y2013 50346
## 3585 Republic of Korea Y2014 50608
## 3586 Republic of Korea Y2015 50823
## 3587 Republic of Korea Y2016 50983
## 3588 Republic of Korea Y2017 51096
## 3589 Republic of Korea Y2018 51172
## 3590 Republic of Korea Y2019 51225
## 3591 Republic of Korea Y2020 51269
## 3592 Republic of Moldova Y2000 4203
## 3593 Republic of Moldova Y2001 4187
## 3594 Republic of Moldova Y2002 4178
## 3595 Republic of Moldova Y2003 4173
## 3596 Republic of Moldova Y2004 4168
## 3597 Republic of Moldova Y2005 4159
## 3598 Republic of Moldova Y2006 4146
## 3599 Republic of Moldova Y2007 4130
## 3600 Republic of Moldova Y2008 4113
## 3601 Republic of Moldova Y2009 4098
## 3602 Republic of Moldova Y2010 4086
## 3603 Republic of Moldova Y2011 4079
## 3604 Republic of Moldova Y2012 4076
## 3605 Republic of Moldova Y2013 4075
## 3606 Republic of Moldova Y2014 4073
## 3607 Republic of Moldova Y2015 4071
## 3608 Republic of Moldova Y2016 4066
## 3609 Republic of Moldova Y2017 4060
## 3610 Republic of Moldova Y2018 4052
## 3611 Republic of Moldova Y2019 4043
## 3612 Republic of Moldova Y2020 4034
## 3613 Romania Y2000 22137
## 3614 Romania Y2001 21989
## 3615 Romania Y2002 21853
## 3616 Romania Y2003 21720
## 3617 Romania Y2004 21578
## 3618 Romania Y2005 21417
## 3619 Romania Y2006 21234
## 3620 Romania Y2007 21034
## 3621 Romania Y2008 20830
## 3622 Romania Y2009 20638
## 3623 Romania Y2010 20472
## 3624 Romania Y2011 20337
## 3625 Romania Y2012 20227
## 3626 Romania Y2013 20133
## 3627 Romania Y2014 20036
## 3628 Romania Y2015 19925
## 3629 Romania Y2016 19796
## 3630 Romania Y2017 19654
## 3631 Romania Y2018 19506
## 3632 Romania Y2019 19365
## 3633 Romania Y2020 19238
## 3634 Russian Federation Y2000 146405
## 3635 Russian Federation Y2001 145831
## 3636 Russian Federation Y2002 145216
## 3637 Russian Federation Y2003 144611
## 3638 Russian Federation Y2004 144081
## 3639 Russian Federation Y2005 143672
## 3640 Russian Federation Y2006 143403
## 3641 Russian Federation Y2007 143266
## 3642 Russian Federation Y2008 143249
## 3643 Russian Federation Y2009 143327
## 3644 Russian Federation Y2010 143479
## 3645 Russian Federation Y2011 143703
## 3646 Russian Federation Y2012 143994
## 3647 Russian Federation Y2013 144325
## 3648 Russian Federation Y2014 144665
## 3649 Russian Federation Y2015 144985
## 3650 Russian Federation Y2016 145275
## 3651 Russian Federation Y2017 145530
## 3652 Russian Federation Y2018 145734
## 3653 Russian Federation Y2019 145872
## 3654 Russian Federation Y2020 145934
## 3655 Rwanda Y2000 7934
## 3656 Rwanda Y2001 8231
## 3657 Rwanda Y2002 8427
## 3658 Rwanda Y2003 8557
## 3659 Rwanda Y2004 8681
## 3660 Rwanda Y2005 8840
## 3661 Rwanda Y2006 9043
## 3662 Rwanda Y2007 9274
## 3663 Rwanda Y2008 9525
## 3664 Rwanda Y2009 9783
## 3665 Rwanda Y2010 10039
## 3666 Rwanda Y2011 10293
## 3667 Rwanda Y2012 10550
## 3668 Rwanda Y2013 10812
## 3669 Rwanda Y2014 11084
## 3670 Rwanda Y2015 11369
## 3671 Rwanda Y2016 11669
## 3672 Rwanda Y2017 11981
## 3673 Rwanda Y2018 12302
## 3674 Rwanda Y2019 12627
## 3675 Rwanda Y2020 12952
## 3676 Saint Barthélemy Y2000 7
## 3677 Saint Barthélemy Y2001 8
## 3678 Saint Barthélemy Y2002 8
## 3679 Saint Barthélemy Y2003 8
## 3680 Saint Barthélemy Y2004 8
## 3681 Saint Barthélemy Y2005 9
## 3682 Saint Barthélemy Y2006 9
## 3683 Saint Barthélemy Y2007 9
## 3684 Saint Barthélemy Y2008 9
## 3685 Saint Barthélemy Y2009 9
## 3686 Saint Barthélemy Y2010 9
## 3687 Saint Barthélemy Y2011 9
## 3688 Saint Barthélemy Y2012 9
## 3689 Saint Barthélemy Y2013 10
## 3690 Saint Barthélemy Y2014 10
## 3691 Saint Barthélemy Y2015 10
## 3692 Saint Barthélemy Y2016 10
## 3693 Saint Barthélemy Y2017 10
## 3694 Saint Barthélemy Y2018 10
## 3695 Saint Barthélemy Y2019 10
## 3696 Saint Barthélemy Y2020 10
## 3697 Saint Helena Y2000 6
## 3698 Saint Helena Y2001 6
## 3699 Saint Helena Y2002 6
## 3700 Saint Helena Y2003 6
## 3701 Saint Helena Y2004 5
## 3702 Saint Helena Y2005 5
## 3703 Saint Helena Y2006 5
## 3704 Saint Helena Y2007 5
## 3705 Saint Helena Y2008 5
## 3706 Saint Helena Y2009 5
## 3707 Saint Helena Y2010 5
## 3708 Saint Helena Y2011 5
## 3709 Saint Helena Y2012 5
## 3710 Saint Helena Y2013 6
## 3711 Saint Helena Y2014 6
## 3712 Saint Helena Y2015 6
## 3713 Saint Helena Y2016 6
## 3714 Saint Helena Y2017 6
## 3715 Saint Helena Y2018 6
## 3716 Saint Helena Y2019 6
## 3717 Saint Helena Y2020 6
## 3718 Saint Kitts and Nevis Y2000 44
## 3719 Saint Kitts and Nevis Y2001 45
## 3720 Saint Kitts and Nevis Y2002 45
## 3721 Saint Kitts and Nevis Y2003 46
## 3722 Saint Kitts and Nevis Y2004 46
## 3723 Saint Kitts and Nevis Y2005 47
## 3724 Saint Kitts and Nevis Y2006 47
## 3725 Saint Kitts and Nevis Y2007 48
## 3726 Saint Kitts and Nevis Y2008 48
## 3727 Saint Kitts and Nevis Y2009 49
## 3728 Saint Kitts and Nevis Y2010 49
## 3729 Saint Kitts and Nevis Y2011 49
## 3730 Saint Kitts and Nevis Y2012 50
## 3731 Saint Kitts and Nevis Y2013 50
## 3732 Saint Kitts and Nevis Y2014 51
## 3733 Saint Kitts and Nevis Y2015 51
## 3734 Saint Kitts and Nevis Y2016 52
## 3735 Saint Kitts and Nevis Y2017 52
## 3736 Saint Kitts and Nevis Y2018 52
## 3737 Saint Kitts and Nevis Y2019 53
## 3738 Saint Kitts and Nevis Y2020 53
## 3739 Saint Lucia Y2000 157
## 3740 Saint Lucia Y2001 158
## 3741 Saint Lucia Y2002 159
## 3742 Saint Lucia Y2003 161
## 3743 Saint Lucia Y2004 162
## 3744 Saint Lucia Y2005 163
## 3745 Saint Lucia Y2006 165
## 3746 Saint Lucia Y2007 168
## 3747 Saint Lucia Y2008 170
## 3748 Saint Lucia Y2009 172
## 3749 Saint Lucia Y2010 174
## 3750 Saint Lucia Y2011 176
## 3751 Saint Lucia Y2012 177
## 3752 Saint Lucia Y2013 178
## 3753 Saint Lucia Y2014 178
## 3754 Saint Lucia Y2015 179
## 3755 Saint Lucia Y2016 180
## 3756 Saint Lucia Y2017 181
## 3757 Saint Lucia Y2018 182
## 3758 Saint Lucia Y2019 183
## 3759 Saint Lucia Y2020 184
## 3760 Saint Martin (French part) Y2000 29
## 3761 Saint Martin (French part) Y2001 30
## 3762 Saint Martin (French part) Y2002 31
## 3763 Saint Martin (French part) Y2003 32
## 3764 Saint Martin (French part) Y2004 33
## 3765 Saint Martin (French part) Y2005 34
## 3766 Saint Martin (French part) Y2006 35
## 3767 Saint Martin (French part) Y2007 36
## 3768 Saint Martin (French part) Y2008 37
## 3769 Saint Martin (French part) Y2009 37
## 3770 Saint Martin (French part) Y2010 38
## 3771 Saint Martin (French part) Y2011 37
## 3772 Saint Martin (French part) Y2012 37
## 3773 Saint Martin (French part) Y2013 36
## 3774 Saint Martin (French part) Y2014 36
## 3775 Saint Martin (French part) Y2015 36
## 3776 Saint Martin (French part) Y2016 36
## 3777 Saint Martin (French part) Y2017 37
## 3778 Saint Martin (French part) Y2018 37
## 3779 Saint Martin (French part) Y2019 38
## 3780 Saint Martin (French part) Y2020 39
## 3781 Saint Pierre and Miquelon Y2000 6
## 3782 Saint Pierre and Miquelon Y2001 6
## 3783 Saint Pierre and Miquelon Y2002 6
## 3784 Saint Pierre and Miquelon Y2003 6
## 3785 Saint Pierre and Miquelon Y2004 6
## 3786 Saint Pierre and Miquelon Y2005 6
## 3787 Saint Pierre and Miquelon Y2006 6
## 3788 Saint Pierre and Miquelon Y2007 6
## 3789 Saint Pierre and Miquelon Y2008 6
## 3790 Saint Pierre and Miquelon Y2009 6
## 3791 Saint Pierre and Miquelon Y2010 6
## 3792 Saint Pierre and Miquelon Y2011 6
## 3793 Saint Pierre and Miquelon Y2012 6
## 3794 Saint Pierre and Miquelon Y2013 6
## 3795 Saint Pierre and Miquelon Y2014 6
## 3796 Saint Pierre and Miquelon Y2015 6
## 3797 Saint Pierre and Miquelon Y2016 6
## 3798 Saint Pierre and Miquelon Y2017 6
## 3799 Saint Pierre and Miquelon Y2018 6
## 3800 Saint Pierre and Miquelon Y2019 6
## 3801 Saint Pierre and Miquelon Y2020 6
## 3802 Saint Vincent and the Grenadines Y2000 108
## 3803 Saint Vincent and the Grenadines Y2001 108
## 3804 Saint Vincent and the Grenadines Y2002 108
## 3805 Saint Vincent and the Grenadines Y2003 108
## 3806 Saint Vincent and the Grenadines Y2004 109
## 3807 Saint Vincent and the Grenadines Y2005 109
## 3808 Saint Vincent and the Grenadines Y2006 109
## 3809 Saint Vincent and the Grenadines Y2007 109
## 3810 Saint Vincent and the Grenadines Y2008 108
## 3811 Saint Vincent and the Grenadines Y2009 108
## 3812 Saint Vincent and the Grenadines Y2010 108
## 3813 Saint Vincent and the Grenadines Y2011 108
## 3814 Saint Vincent and the Grenadines Y2012 108
## 3815 Saint Vincent and the Grenadines Y2013 109
## 3816 Saint Vincent and the Grenadines Y2014 109
## 3817 Saint Vincent and the Grenadines Y2015 109
## 3818 Saint Vincent and the Grenadines Y2016 109
## 3819 Saint Vincent and the Grenadines Y2017 110
## 3820 Saint Vincent and the Grenadines Y2018 110
## 3821 Saint Vincent and the Grenadines Y2019 111
## 3822 Saint Vincent and the Grenadines Y2020 111
## 3823 Samoa Y2000 174
## 3824 Samoa Y2001 175
## 3825 Samoa Y2002 176
## 3826 Samoa Y2003 177
## 3827 Samoa Y2004 179
## 3828 Samoa Y2005 180
## 3829 Samoa Y2006 181
## 3830 Samoa Y2007 182
## 3831 Samoa Y2008 183
## 3832 Samoa Y2009 185
## 3833 Samoa Y2010 186
## 3834 Samoa Y2011 187
## 3835 Samoa Y2012 189
## 3836 Samoa Y2013 191
## 3837 Samoa Y2014 192
## 3838 Samoa Y2015 194
## 3839 Samoa Y2016 195
## 3840 Samoa Y2017 195
## 3841 Samoa Y2018 196
## 3842 Samoa Y2019 197
## 3843 Samoa Y2020 198
## 3844 San Marino Y2000 27
## 3845 San Marino Y2001 28
## 3846 San Marino Y2002 28
## 3847 San Marino Y2003 29
## 3848 San Marino Y2004 29
## 3849 San Marino Y2005 29
## 3850 San Marino Y2006 30
## 3851 San Marino Y2007 30
## 3852 San Marino Y2008 30
## 3853 San Marino Y2009 31
## 3854 San Marino Y2010 31
## 3855 San Marino Y2011 32
## 3856 San Marino Y2012 32
## 3857 San Marino Y2013 33
## 3858 San Marino Y2014 33
## 3859 San Marino Y2015 33
## 3860 San Marino Y2016 34
## 3861 San Marino Y2017 34
## 3862 San Marino Y2018 34
## 3863 San Marino Y2019 34
## 3864 San Marino Y2020 34
## 3865 Sao Tome and Principe Y2000 142
## 3866 Sao Tome and Principe Y2001 145
## 3867 Sao Tome and Principe Y2002 147
## 3868 Sao Tome and Principe Y2003 150
## 3869 Sao Tome and Principe Y2004 154
## 3870 Sao Tome and Principe Y2005 157
## 3871 Sao Tome and Principe Y2006 162
## 3872 Sao Tome and Principe Y2007 166
## 3873 Sao Tome and Principe Y2008 171
## 3874 Sao Tome and Principe Y2009 176
## 3875 Sao Tome and Principe Y2010 180
## 3876 Sao Tome and Principe Y2011 185
## 3877 Sao Tome and Principe Y2012 188
## 3878 Sao Tome and Principe Y2013 192
## 3879 Sao Tome and Principe Y2014 196
## 3880 Sao Tome and Principe Y2015 199
## 3881 Sao Tome and Principe Y2016 203
## 3882 Sao Tome and Principe Y2017 207
## 3883 Sao Tome and Principe Y2018 211
## 3884 Sao Tome and Principe Y2019 215
## 3885 Sao Tome and Principe Y2020 219
## 3886 Saudi Arabia Y2000 20664
## 3887 Saudi Arabia Y2001 21203
## 3888 Saudi Arabia Y2002 21805
## 3889 Saudi Arabia Y2003 22457
## 3890 Saudi Arabia Y2004 23133
## 3891 Saudi Arabia Y2005 23816
## 3892 Saudi Arabia Y2006 24498
## 3893 Saudi Arabia Y2007 25185
## 3894 Saudi Arabia Y2008 25889
## 3895 Saudi Arabia Y2009 26630
## 3896 Saudi Arabia Y2010 27421
## 3897 Saudi Arabia Y2011 28268
## 3898 Saudi Arabia Y2012 29155
## 3899 Saudi Arabia Y2013 30052
## 3900 Saudi Arabia Y2014 30917
## 3901 Saudi Arabia Y2015 31718
## 3902 Saudi Arabia Y2016 32443
## 3903 Saudi Arabia Y2017 33101
## 3904 Saudi Arabia Y2018 33703
## 3905 Saudi Arabia Y2019 34269
## 3906 Saudi Arabia Y2020 34814
## 3907 Senegal Y2000 9798
## 3908 Senegal Y2001 10036
## 3909 Senegal Y2002 10284
## 3910 Senegal Y2003 10541
## 3911 Senegal Y2004 10810
## 3912 Senegal Y2005 11090
## 3913 Senegal Y2006 11382
## 3914 Senegal Y2007 11687
## 3915 Senegal Y2008 12005
## 3916 Senegal Y2009 12335
## 3917 Senegal Y2010 12678
## 3918 Senegal Y2011 13034
## 3919 Senegal Y2012 13402
## 3920 Senegal Y2013 13782
## 3921 Senegal Y2014 14175
## 3922 Senegal Y2015 14578
## 3923 Senegal Y2016 14994
## 3924 Senegal Y2017 15419
## 3925 Senegal Y2018 15854
## 3926 Senegal Y2019 16296
## 3927 Senegal Y2020 16744
## 3928 Serbia Y2000 9488
## 3929 Serbia Y2001 9411
## 3930 Serbia Y2002 9346
## 3931 Serbia Y2003 9292
## 3932 Serbia Y2004 9243
## 3933 Serbia Y2005 9194
## 3934 Serbia Y2006 9146
## 3935 Serbia Y2007 9101
## 3936 Serbia Y2008 9060
## 3937 Serbia Y2009 9023
## 3938 Serbia Y2010 8991
## 3939 Serbia Y2011 8964
## 3940 Serbia Y2012 8940
## 3941 Serbia Y2013 8919
## 3942 Serbia Y2014 8898
## 3943 Serbia Y2015 8877
## 3944 Serbia Y2016 8854
## 3945 Serbia Y2017 8830
## 3946 Serbia Y2018 8803
## 3947 Serbia Y2019 8772
## 3948 Serbia Y2020 8737
## 3949 Seychelles Y2000 81
## 3950 Seychelles Y2001 82
## 3951 Seychelles Y2002 84
## 3952 Seychelles Y2003 86
## 3953 Seychelles Y2004 87
## 3954 Seychelles Y2005 89
## 3955 Seychelles Y2006 90
## 3956 Seychelles Y2007 90
## 3957 Seychelles Y2008 90
## 3958 Seychelles Y2009 91
## 3959 Seychelles Y2010 91
## 3960 Seychelles Y2011 92
## 3961 Seychelles Y2012 93
## 3962 Seychelles Y2013 93
## 3963 Seychelles Y2014 94
## 3964 Seychelles Y2015 95
## 3965 Seychelles Y2016 96
## 3966 Seychelles Y2017 96
## 3967 Seychelles Y2018 97
## 3968 Seychelles Y2019 98
## 3969 Seychelles Y2020 98
## 3970 Sierra Leone Y2000 4585
## 3971 Sierra Leone Y2001 4754
## 3972 Sierra Leone Y2002 4966
## 3973 Sierra Leone Y2003 5201
## 3974 Sierra Leone Y2004 5434
## 3975 Sierra Leone Y2005 5646
## 3976 Sierra Leone Y2006 5829
## 3977 Sierra Leone Y2007 5990
## 3978 Sierra Leone Y2008 6134
## 3979 Sierra Leone Y2009 6273
## 3980 Sierra Leone Y2010 6416
## 3981 Sierra Leone Y2011 6563
## 3982 Sierra Leone Y2012 6713
## 3983 Sierra Leone Y2013 6864
## 3984 Sierra Leone Y2014 7017
## 3985 Sierra Leone Y2015 7172
## 3986 Sierra Leone Y2016 7329
## 3987 Sierra Leone Y2017 7488
## 3988 Sierra Leone Y2018 7650
## 3989 Sierra Leone Y2019 7813
## 3990 Sierra Leone Y2020 7977
## 3991 Singapore Y2000 4029
## 3992 Singapore Y2001 4077
## 3993 Singapore Y2002 4104
## 3994 Singapore Y2003 4129
## 3995 Singapore Y2004 4177
## 3996 Singapore Y2005 4266
## 3997 Singapore Y2006 4402
## 3998 Singapore Y2007 4579
## 3999 Singapore Y2008 4776
## 4000 Singapore Y2009 4967
## 4001 Singapore Y2010 5131
## 4002 Singapore Y2011 5264
## 4003 Singapore Y2012 5369
## 4004 Singapore Y2013 5454
## 4005 Singapore Y2014 5526
## 4006 Singapore Y2015 5592
## 4007 Singapore Y2016 5654
## 4008 Singapore Y2017 5708
## 4009 Singapore Y2018 5758
## 4010 Singapore Y2019 5804
## 4011 Singapore Y2020 5850
## 4012 Sint Maarten (Dutch part) Y2000 33
## 4013 Sint Maarten (Dutch part) Y2001 33
## 4014 Sint Maarten (Dutch part) Y2002 33
## 4015 Sint Maarten (Dutch part) Y2003 33
## 4016 Sint Maarten (Dutch part) Y2004 33
## 4017 Sint Maarten (Dutch part) Y2005 33
## 4018 Sint Maarten (Dutch part) Y2006 33
## 4019 Sint Maarten (Dutch part) Y2007 33
## 4020 Sint Maarten (Dutch part) Y2008 33
## 4021 Sint Maarten (Dutch part) Y2009 34
## 4022 Sint Maarten (Dutch part) Y2010 34
## 4023 Sint Maarten (Dutch part) Y2011 35
## 4024 Sint Maarten (Dutch part) Y2012 36
## 4025 Sint Maarten (Dutch part) Y2013 38
## 4026 Sint Maarten (Dutch part) Y2014 39
## 4027 Sint Maarten (Dutch part) Y2015 40
## 4028 Sint Maarten (Dutch part) Y2016 41
## 4029 Sint Maarten (Dutch part) Y2017 41
## 4030 Sint Maarten (Dutch part) Y2018 42
## 4031 Sint Maarten (Dutch part) Y2019 42
## 4032 Sint Maarten (Dutch part) Y2020 43
## 4033 Slovakia Y2000 5399
## 4034 Slovakia Y2001 5400
## 4035 Slovakia Y2002 5400
## 4036 Slovakia Y2003 5400
## 4037 Slovakia Y2004 5399
## 4038 Slovakia Y2005 5399
## 4039 Slovakia Y2006 5399
## 4040 Slovakia Y2007 5399
## 4041 Slovakia Y2008 5399
## 4042 Slovakia Y2009 5401
## 4043 Slovakia Y2010 5404
## 4044 Slovakia Y2011 5409
## 4045 Slovakia Y2012 5415
## 4046 Slovakia Y2013 5422
## 4047 Slovakia Y2014 5429
## 4048 Slovakia Y2015 5436
## 4049 Slovakia Y2016 5442
## 4050 Slovakia Y2017 5448
## 4051 Slovakia Y2018 5453
## 4052 Slovakia Y2019 5457
## 4053 Slovakia Y2020 5460
## 4054 Slovenia Y2000 1988
## 4055 Slovenia Y2001 1987
## 4056 Slovenia Y2002 1987
## 4057 Slovenia Y2003 1988
## 4058 Slovenia Y2004 1990
## 4059 Slovenia Y2005 1995
## 4060 Slovenia Y2006 2002
## 4061 Slovenia Y2007 2012
## 4062 Slovenia Y2008 2023
## 4063 Slovenia Y2009 2034
## 4064 Slovenia Y2010 2043
## 4065 Slovenia Y2011 2051
## 4066 Slovenia Y2012 2058
## 4067 Slovenia Y2013 2063
## 4068 Slovenia Y2014 2067
## 4069 Slovenia Y2015 2071
## 4070 Slovenia Y2016 2074
## 4071 Slovenia Y2017 2076
## 4072 Slovenia Y2018 2078
## 4073 Slovenia Y2019 2079
## 4074 Slovenia Y2020 2079
## 4075 Solomon Islands Y2000 413
## 4076 Solomon Islands Y2001 424
## 4077 Solomon Islands Y2002 435
## 4078 Solomon Islands Y2003 447
## 4079 Solomon Islands Y2004 459
## 4080 Solomon Islands Y2005 470
## 4081 Solomon Islands Y2006 481
## 4082 Solomon Islands Y2007 492
## 4083 Solomon Islands Y2008 503
## 4084 Solomon Islands Y2009 515
## 4085 Solomon Islands Y2010 528
## 4086 Solomon Islands Y2011 542
## 4087 Solomon Islands Y2012 556
## 4088 Solomon Islands Y2013 571
## 4089 Solomon Islands Y2014 587
## 4090 Solomon Islands Y2015 603
## 4091 Solomon Islands Y2016 619
## 4092 Solomon Islands Y2017 636
## 4093 Solomon Islands Y2018 653
## 4094 Solomon Islands Y2019 670
## 4095 Solomon Islands Y2020 687
## 4096 Somalia Y2000 8872
## 4097 Somalia Y2001 9187
## 4098 Somalia Y2002 9501
## 4099 Somalia Y2003 9815
## 4100 Somalia Y2004 10130
## 4101 Somalia Y2005 10447
## 4102 Somalia Y2006 10764
## 4103 Somalia Y2007 11080
## 4104 Somalia Y2008 11397
## 4105 Somalia Y2009 11718
## 4106 Somalia Y2010 12044
## 4107 Somalia Y2011 12376
## 4108 Somalia Y2012 12715
## 4109 Somalia Y2013 13064
## 4110 Somalia Y2014 13424
## 4111 Somalia Y2015 13797
## 4112 Somalia Y2016 14186
## 4113 Somalia Y2017 14589
## 4114 Somalia Y2018 15008
## 4115 Somalia Y2019 15443
## 4116 Somalia Y2020 15893
## 4117 South Africa Y2000 44968
## 4118 South Africa Y2001 45571
## 4119 South Africa Y2002 46151
## 4120 South Africa Y2003 46719
## 4121 South Africa Y2004 47292
## 4122 South Africa Y2005 47881
## 4123 South Africa Y2006 48489
## 4124 South Africa Y2007 49120
## 4125 South Africa Y2008 49779
## 4126 South Africa Y2009 50477
## 4127 South Africa Y2010 51217
## 4128 South Africa Y2011 52004
## 4129 South Africa Y2012 52833
## 4130 South Africa Y2013 53687
## 4131 South Africa Y2014 54544
## 4132 South Africa Y2015 55386
## 4133 South Africa Y2016 56208
## 4134 South Africa Y2017 57010
## 4135 South Africa Y2018 57793
## 4136 South Africa Y2019 58558
## 4137 South Africa Y2020 59309
## 4138 South Sudan Y2000 6199
## 4139 South Sudan Y2001 6448
## 4140 South Sudan Y2002 6688
## 4141 South Sudan Y2003 6936
## 4142 South Sudan Y2004 7213
## 4143 South Sudan Y2005 7536
## 4144 South Sudan Y2006 7907
## 4145 South Sudan Y2007 8315
## 4146 South Sudan Y2008 8737
## 4147 South Sudan Y2009 9142
## 4148 South Sudan Y2010 9508
## 4149 South Sudan Y2011 9831
## 4150 South Sudan Y2012 10114
## 4151 South Sudan Y2013 10355
## 4152 South Sudan Y2014 10555
## 4153 South Sudan Y2015 10716
## 4154 South Sudan Y2016 10833
## 4155 South Sudan Y2017 10911
## 4156 South Sudan Y2018 10976
## 4157 South Sudan Y2019 11062
## 4158 South Sudan Y2020 11194
## 4159 Spain Y2000 40825
## 4160 Spain Y2001 41319
## 4161 Spain Y2002 41920
## 4162 Spain Y2003 42596
## 4163 Spain Y2004 43308
## 4164 Spain Y2005 44019
## 4165 Spain Y2006 44729
## 4166 Spain Y2007 45429
## 4167 Spain Y2008 46069
## 4168 Spain Y2009 46584
## 4169 Spain Y2010 46931
## 4170 Spain Y2011 47084
## 4171 Spain Y2012 47063
## 4172 Spain Y2013 46931
## 4173 Spain Y2014 46778
## 4174 Spain Y2015 46672
## 4175 Spain Y2016 46634
## 4176 Spain Y2017 46647
## 4177 Spain Y2018 46693
## 4178 Spain Y2019 46737
## 4179 Spain Y2020 46755
## 4180 Sri Lanka Y2000 18778
## 4181 Sri Lanka Y2001 18912
## 4182 Sri Lanka Y2002 19062
## 4183 Sri Lanka Y2003 19224
## 4184 Sri Lanka Y2004 19387
## 4185 Sri Lanka Y2005 19545
## 4186 Sri Lanka Y2006 19696
## 4187 Sri Lanka Y2007 19842
## 4188 Sri Lanka Y2008 19984
## 4189 Sri Lanka Y2009 20124
## 4190 Sri Lanka Y2010 20262
## 4191 Sri Lanka Y2011 20398
## 4192 Sri Lanka Y2012 20533
## 4193 Sri Lanka Y2013 20663
## 4194 Sri Lanka Y2014 20789
## 4195 Sri Lanka Y2015 20908
## 4196 Sri Lanka Y2016 21021
## 4197 Sri Lanka Y2017 21128
## 4198 Sri Lanka Y2018 21229
## 4199 Sri Lanka Y2019 21324
## 4200 Sri Lanka Y2020 21413
## 4201 State of Palestine Y2000 3224
## 4202 State of Palestine Y2001 3310
## 4203 State of Palestine Y2002 3380
## 4204 State of Palestine Y2003 3442
## 4205 State of Palestine Y2004 3505
## 4206 State of Palestine Y2005 3578
## 4207 State of Palestine Y2006 3662
## 4208 State of Palestine Y2007 3756
## 4209 State of Palestine Y2008 3857
## 4210 State of Palestine Y2009 3958
## 4211 State of Palestine Y2010 4056
## 4212 State of Palestine Y2011 4150
## 4213 State of Palestine Y2012 4242
## 4214 State of Palestine Y2013 4334
## 4215 State of Palestine Y2014 4429
## 4216 State of Palestine Y2015 4529
## 4217 State of Palestine Y2016 4636
## 4218 State of Palestine Y2017 4747
## 4219 State of Palestine Y2018 4863
## 4220 State of Palestine Y2019 4981
## 4221 State of Palestine Y2020 5101
## 4222 Sudan Y2000 27275
## 4223 Sudan Y2001 27971
## 4224 Sudan Y2002 28705
## 4225 Sudan Y2003 29461
## 4226 Sudan Y2004 30214
## 4227 Sudan Y2005 30950
## 4228 Sudan Y2006 31662
## 4229 Sudan Y2007 32361
## 4230 Sudan Y2008 33061
## 4231 Sudan Y2009 33784
## 4232 Sudan Y2010 34545
## 4233 Sudan Y2011 35350
## 4234 Sudan Y2012 36194
## 4235 Sudan Y2013 37073
## 4236 Sudan Y2014 37978
## 4237 Sudan Y2015 38903
## 4238 Sudan Y2016 39847
## 4239 Sudan Y2017 40813
## 4240 Sudan Y2018 41802
## 4241 Sudan Y2019 42813
## 4242 Sudan Y2020 43849
## 4243 Suriname Y2000 471
## 4244 Suriname Y2001 477
## 4245 Suriname Y2002 482
## 4246 Suriname Y2003 488
## 4247 Suriname Y2004 494
## 4248 Suriname Y2005 499
## 4249 Suriname Y2006 505
## 4250 Suriname Y2007 511
## 4251 Suriname Y2008 517
## 4252 Suriname Y2009 523
## 4253 Suriname Y2010 529
## 4254 Suriname Y2011 535
## 4255 Suriname Y2012 541
## 4256 Suriname Y2013 547
## 4257 Suriname Y2014 553
## 4258 Suriname Y2015 559
## 4259 Suriname Y2016 565
## 4260 Suriname Y2017 571
## 4261 Suriname Y2018 576
## 4262 Suriname Y2019 581
## 4263 Suriname Y2020 587
## 4264 Sweden Y2000 8882
## 4265 Sweden Y2001 8898
## 4266 Sweden Y2002 8921
## 4267 Sweden Y2003 8951
## 4268 Sweden Y2004 8991
## 4269 Sweden Y2005 9039
## 4270 Sweden Y2006 9096
## 4271 Sweden Y2007 9163
## 4272 Sweden Y2008 9236
## 4273 Sweden Y2009 9313
## 4274 Sweden Y2010 9390
## 4275 Sweden Y2011 9467
## 4276 Sweden Y2012 9543
## 4277 Sweden Y2013 9618
## 4278 Sweden Y2014 9692
## 4279 Sweden Y2015 9765
## 4280 Sweden Y2016 9836
## 4281 Sweden Y2017 9905
## 4282 Sweden Y2018 9972
## 4283 Sweden Y2019 10036
## 4284 Sweden Y2020 10099
## 4285 Switzerland Y2000 7144
## 4286 Switzerland Y2001 7179
## 4287 Switzerland Y2002 7220
## 4288 Switzerland Y2003 7268
## 4289 Switzerland Y2004 7324
## 4290 Switzerland Y2005 7387
## 4291 Switzerland Y2006 7458
## 4292 Switzerland Y2007 7537
## 4293 Switzerland Y2008 7623
## 4294 Switzerland Y2009 7714
## 4295 Switzerland Y2010 7809
## 4296 Switzerland Y2011 7907
## 4297 Switzerland Y2012 8008
## 4298 Switzerland Y2013 8109
## 4299 Switzerland Y2014 8206
## 4300 Switzerland Y2015 8297
## 4301 Switzerland Y2016 8380
## 4302 Switzerland Y2017 8456
## 4303 Switzerland Y2018 8526
## 4304 Switzerland Y2019 8591
## 4305 Switzerland Y2020 8655
## 4306 Syrian Arab Republic Y2000 16411
## 4307 Syrian Arab Republic Y2001 16767
## 4308 Syrian Arab Republic Y2002 17085
## 4309 Syrian Arab Republic Y2003 17415
## 4310 Syrian Arab Republic Y2004 17828
## 4311 Syrian Arab Republic Y2005 18361
## 4312 Syrian Arab Republic Y2006 19059
## 4313 Syrian Arab Republic Y2007 19878
## 4314 Syrian Arab Republic Y2008 20664
## 4315 Syrian Arab Republic Y2009 21206
## 4316 Syrian Arab Republic Y2010 21363
## 4317 Syrian Arab Republic Y2011 21082
## 4318 Syrian Arab Republic Y2012 20439
## 4319 Syrian Arab Republic Y2013 19578
## 4320 Syrian Arab Republic Y2014 18711
## 4321 Syrian Arab Republic Y2015 17997
## 4322 Syrian Arab Republic Y2016 17466
## 4323 Syrian Arab Republic Y2017 17096
## 4324 Syrian Arab Republic Y2018 16945
## 4325 Syrian Arab Republic Y2019 17070
## 4326 Syrian Arab Republic Y2020 17501
## 4327 Tajikistan Y2000 6216
## 4328 Tajikistan Y2001 6319
## 4329 Tajikistan Y2002 6427
## 4330 Tajikistan Y2003 6542
## 4331 Tajikistan Y2004 6662
## 4332 Tajikistan Y2005 6789
## 4333 Tajikistan Y2006 6923
## 4334 Tajikistan Y2007 7063
## 4335 Tajikistan Y2008 7210
## 4336 Tajikistan Y2009 7365
## 4337 Tajikistan Y2010 7527
## 4338 Tajikistan Y2011 7698
## 4339 Tajikistan Y2012 7875
## 4340 Tajikistan Y2013 8060
## 4341 Tajikistan Y2014 8253
## 4342 Tajikistan Y2015 8454
## 4343 Tajikistan Y2016 8664
## 4344 Tajikistan Y2017 8880
## 4345 Tajikistan Y2018 9101
## 4346 Tajikistan Y2019 9321
## 4347 Tajikistan Y2020 9538
## 4348 Thailand Y2000 62953
## 4349 Thailand Y2001 63539
## 4350 Thailand Y2002 64069
## 4351 Thailand Y2003 64550
## 4352 Thailand Y2004 64995
## 4353 Thailand Y2005 65416
## 4354 Thailand Y2006 65813
## 4355 Thailand Y2007 66182
## 4356 Thailand Y2008 66531
## 4357 Thailand Y2009 66867
## 4358 Thailand Y2010 67195
## 4359 Thailand Y2011 67518
## 4360 Thailand Y2012 67836
## 4361 Thailand Y2013 68145
## 4362 Thailand Y2014 68439
## 4363 Thailand Y2015 68715
## 4364 Thailand Y2016 68971
## 4365 Thailand Y2017 69210
## 4366 Thailand Y2018 69428
## 4367 Thailand Y2019 69626
## 4368 Thailand Y2020 69800
## 4369 Timor-Leste Y2000 884
## 4370 Timor-Leste Y2001 901
## 4371 Timor-Leste Y2002 923
## 4372 Timor-Leste Y2003 947
## 4373 Timor-Leste Y2004 972
## 4374 Timor-Leste Y2005 995
## 4375 Timor-Leste Y2006 1016
## 4376 Timor-Leste Y2007 1036
## 4377 Timor-Leste Y2008 1055
## 4378 Timor-Leste Y2009 1074
## 4379 Timor-Leste Y2010 1094
## 4380 Timor-Leste Y2011 1113
## 4381 Timor-Leste Y2012 1133
## 4382 Timor-Leste Y2013 1153
## 4383 Timor-Leste Y2014 1174
## 4384 Timor-Leste Y2015 1196
## 4385 Timor-Leste Y2016 1219
## 4386 Timor-Leste Y2017 1243
## 4387 Timor-Leste Y2018 1268
## 4388 Timor-Leste Y2019 1293
## 4389 Timor-Leste Y2020 1318
## 4390 Togo Y2000 4924
## 4391 Togo Y2001 5063
## 4392 Togo Y2002 5197
## 4393 Togo Y2003 5331
## 4394 Togo Y2004 5468
## 4395 Togo Y2005 5612
## 4396 Togo Y2006 5763
## 4397 Togo Y2007 5920
## 4398 Togo Y2008 6083
## 4399 Togo Y2009 6251
## 4400 Togo Y2010 6422
## 4401 Togo Y2011 6596
## 4402 Togo Y2012 6774
## 4403 Togo Y2013 6955
## 4404 Togo Y2014 7138
## 4405 Togo Y2015 7323
## 4406 Togo Y2016 7510
## 4407 Togo Y2017 7698
## 4408 Togo Y2018 7889
## 4409 Togo Y2019 8082
## 4410 Togo Y2020 8279
## 4411 Tokelau Y2000 2
## 4412 Tokelau Y2001 2
## 4413 Tokelau Y2002 1
## 4414 Tokelau Y2003 1
## 4415 Tokelau Y2004 1
## 4416 Tokelau Y2005 1
## 4417 Tokelau Y2006 1
## 4418 Tokelau Y2007 1
## 4419 Tokelau Y2008 1
## 4420 Tokelau Y2009 1
## 4421 Tokelau Y2010 1
## 4422 Tokelau Y2011 1
## 4423 Tokelau Y2012 1
## 4424 Tokelau Y2013 1
## 4425 Tokelau Y2014 1
## 4426 Tokelau Y2015 1
## 4427 Tokelau Y2016 1
## 4428 Tokelau Y2017 1
## 4429 Tokelau Y2018 1
## 4430 Tokelau Y2019 1
## 4431 Tokelau Y2020 1
## 4432 Tonga Y2000 98
## 4433 Tonga Y2001 98
## 4434 Tonga Y2002 99
## 4435 Tonga Y2003 100
## 4436 Tonga Y2004 100
## 4437 Tonga Y2005 101
## 4438 Tonga Y2006 102
## 4439 Tonga Y2007 103
## 4440 Tonga Y2008 103
## 4441 Tonga Y2009 104
## 4442 Tonga Y2010 104
## 4443 Tonga Y2011 104
## 4444 Tonga Y2012 103
## 4445 Tonga Y2013 102
## 4446 Tonga Y2014 101
## 4447 Tonga Y2015 101
## 4448 Tonga Y2016 101
## 4449 Tonga Y2017 102
## 4450 Tonga Y2018 103
## 4451 Tonga Y2019 104
## 4452 Tonga Y2020 106
## 4453 Trinidad and Tobago Y2000 1267
## 4454 Trinidad and Tobago Y2001 1272
## 4455 Trinidad and Tobago Y2002 1277
## 4456 Trinidad and Tobago Y2003 1284
## 4457 Trinidad and Tobago Y2004 1290
## 4458 Trinidad and Tobago Y2005 1296
## 4459 Trinidad and Tobago Y2006 1303
## 4460 Trinidad and Tobago Y2007 1308
## 4461 Trinidad and Tobago Y2008 1314
## 4462 Trinidad and Tobago Y2009 1321
## 4463 Trinidad and Tobago Y2010 1328
## 4464 Trinidad and Tobago Y2011 1336
## 4465 Trinidad and Tobago Y2012 1345
## 4466 Trinidad and Tobago Y2013 1354
## 4467 Trinidad and Tobago Y2014 1362
## 4468 Trinidad and Tobago Y2015 1370
## 4469 Trinidad and Tobago Y2016 1378
## 4470 Trinidad and Tobago Y2017 1384
## 4471 Trinidad and Tobago Y2018 1390
## 4472 Trinidad and Tobago Y2019 1395
## 4473 Trinidad and Tobago Y2020 1399
## 4474 Tunisia Y2000 9708
## 4475 Tunisia Y2001 9794
## 4476 Tunisia Y2002 9871
## 4477 Tunisia Y2003 9945
## 4478 Tunisia Y2004 10022
## 4479 Tunisia Y2005 10107
## 4480 Tunisia Y2006 10201
## 4481 Tunisia Y2007 10305
## 4482 Tunisia Y2008 10414
## 4483 Tunisia Y2009 10526
## 4484 Tunisia Y2010 10635
## 4485 Tunisia Y2011 10742
## 4486 Tunisia Y2012 10847
## 4487 Tunisia Y2013 10953
## 4488 Tunisia Y2014 11063
## 4489 Tunisia Y2015 11180
## 4490 Tunisia Y2016 11304
## 4491 Tunisia Y2017 11433
## 4492 Tunisia Y2018 11565
## 4493 Tunisia Y2019 11695
## 4494 Tunisia Y2020 11819
## 4495 Turkey Y2000 63240
## 4496 Turkey Y2001 64192
## 4497 Turkey Y2002 65145
## 4498 Turkey Y2003 66089
## 4499 Turkey Y2004 67011
## 4500 Turkey Y2005 67903
## 4501 Turkey Y2006 68757
## 4502 Turkey Y2007 69582
## 4503 Turkey Y2008 70419
## 4504 Turkey Y2009 71321
## 4505 Turkey Y2010 72327
## 4506 Turkey Y2011 73443
## 4507 Turkey Y2012 74651
## 4508 Turkey Y2013 75925
## 4509 Turkey Y2014 77229
## 4510 Turkey Y2015 78529
## 4511 Turkey Y2016 79828
## 4512 Turkey Y2017 81116
## 4513 Turkey Y2018 82340
## 4514 Turkey Y2019 83430
## 4515 Turkey Y2020 84339
## 4516 Turkmenistan Y2000 4516
## 4517 Turkmenistan Y2001 4564
## 4518 Turkmenistan Y2002 4610
## 4519 Turkmenistan Y2003 4656
## 4520 Turkmenistan Y2004 4703
## 4521 Turkmenistan Y2005 4755
## 4522 Turkmenistan Y2006 4810
## 4523 Turkmenistan Y2007 4870
## 4524 Turkmenistan Y2008 4936
## 4525 Turkmenistan Y2009 5008
## 4526 Turkmenistan Y2010 5087
## 4527 Turkmenistan Y2011 5174
## 4528 Turkmenistan Y2012 5268
## 4529 Turkmenistan Y2013 5366
## 4530 Turkmenistan Y2014 5466
## 4531 Turkmenistan Y2015 5565
## 4532 Turkmenistan Y2016 5662
## 4533 Turkmenistan Y2017 5758
## 4534 Turkmenistan Y2018 5851
## 4535 Turkmenistan Y2019 5942
## 4536 Turkmenistan Y2020 6031
## 4537 Turks and Caicos Islands Y2000 20
## 4538 Turks and Caicos Islands Y2001 22
## 4539 Turks and Caicos Islands Y2002 23
## 4540 Turks and Caicos Islands Y2003 25
## 4541 Turks and Caicos Islands Y2004 27
## 4542 Turks and Caicos Islands Y2005 28
## 4543 Turks and Caicos Islands Y2006 29
## 4544 Turks and Caicos Islands Y2007 30
## 4545 Turks and Caicos Islands Y2008 31
## 4546 Turks and Caicos Islands Y2009 32
## 4547 Turks and Caicos Islands Y2010 33
## 4548 Turks and Caicos Islands Y2011 33
## 4549 Turks and Caicos Islands Y2012 34
## 4550 Turks and Caicos Islands Y2013 35
## 4551 Turks and Caicos Islands Y2014 35
## 4552 Turks and Caicos Islands Y2015 36
## 4553 Turks and Caicos Islands Y2016 37
## 4554 Turks and Caicos Islands Y2017 37
## 4555 Turks and Caicos Islands Y2018 38
## 4556 Turks and Caicos Islands Y2019 38
## 4557 Turks and Caicos Islands Y2020 39
## 4558 Tuvalu Y2000 9
## 4559 Tuvalu Y2001 9
## 4560 Tuvalu Y2002 10
## 4561 Tuvalu Y2003 10
## 4562 Tuvalu Y2004 10
## 4563 Tuvalu Y2005 10
## 4564 Tuvalu Y2006 10
## 4565 Tuvalu Y2007 10
## 4566 Tuvalu Y2008 10
## 4567 Tuvalu Y2009 10
## 4568 Tuvalu Y2010 11
## 4569 Tuvalu Y2011 11
## 4570 Tuvalu Y2012 11
## 4571 Tuvalu Y2013 11
## 4572 Tuvalu Y2014 11
## 4573 Tuvalu Y2015 11
## 4574 Tuvalu Y2016 11
## 4575 Tuvalu Y2017 11
## 4576 Tuvalu Y2018 12
## 4577 Tuvalu Y2019 12
## 4578 Tuvalu Y2020 12
## 4579 Uganda Y2000 23650
## 4580 Uganda Y2001 24389
## 4581 Uganda Y2002 25167
## 4582 Uganda Y2003 25981
## 4583 Uganda Y2004 26821
## 4584 Uganda Y2005 27685
## 4585 Uganda Y2006 28571
## 4586 Uganda Y2007 29486
## 4587 Uganda Y2008 30432
## 4588 Uganda Y2009 31411
## 4589 Uganda Y2010 32428
## 4590 Uganda Y2011 33477
## 4591 Uganda Y2012 34559
## 4592 Uganda Y2013 35695
## 4593 Uganda Y2014 36912
## 4594 Uganda Y2015 38225
## 4595 Uganda Y2016 39649
## 4596 Uganda Y2017 41167
## 4597 Uganda Y2018 42729
## 4598 Uganda Y2019 44270
## 4599 Uganda Y2020 45741
## 4600 Ukraine Y2000 48838
## 4601 Ukraine Y2001 48402
## 4602 Ukraine Y2002 47980
## 4603 Ukraine Y2003 47582
## 4604 Ukraine Y2004 47217
## 4605 Ukraine Y2005 46891
## 4606 Ukraine Y2006 46607
## 4607 Ukraine Y2007 46366
## 4608 Ukraine Y2008 46159
## 4609 Ukraine Y2009 45971
## 4610 Ukraine Y2010 45792
## 4611 Ukraine Y2011 45620
## 4612 Ukraine Y2012 45454
## 4613 Ukraine Y2013 45287
## 4614 Ukraine Y2014 45112
## 4615 Ukraine Y2015 44922
## 4616 Ukraine Y2016 44714
## 4617 Ukraine Y2017 44488
## 4618 Ukraine Y2018 44246
## 4619 Ukraine Y2019 43994
## 4620 Ukraine Y2020 43734
## 4621 United Arab Emirates Y2000 3134
## 4622 United Arab Emirates Y2001 3303
## 4623 United Arab Emirates Y2002 3479
## 4624 United Arab Emirates Y2003 3712
## 4625 United Arab Emirates Y2004 4069
## 4626 United Arab Emirates Y2005 4588
## 4627 United Arab Emirates Y2006 5300
## 4628 United Arab Emirates Y2007 6169
## 4629 United Arab Emirates Y2008 7089
## 4630 United Arab Emirates Y2009 7917
## 4631 United Arab Emirates Y2010 8550
## 4632 United Arab Emirates Y2011 8947
## 4633 United Arab Emirates Y2012 9142
## 4634 United Arab Emirates Y2013 9198
## 4635 United Arab Emirates Y2014 9214
## 4636 United Arab Emirates Y2015 9263
## 4637 United Arab Emirates Y2016 9361
## 4638 United Arab Emirates Y2017 9487
## 4639 United Arab Emirates Y2018 9631
## 4640 United Arab Emirates Y2019 9771
## 4641 United Arab Emirates Y2020 9890
## 4642 United Kingdom Y2000 58923
## 4643 United Kingdom Y2001 59124
## 4644 United Kingdom Y2002 59326
## 4645 United Kingdom Y2003 59561
## 4646 United Kingdom Y2004 59873
## 4647 United Kingdom Y2005 60288
## 4648 United Kingdom Y2006 60821
## 4649 United Kingdom Y2007 61455
## 4650 United Kingdom Y2008 62145
## 4651 United Kingdom Y2009 62829
## 4652 United Kingdom Y2010 63460
## 4653 United Kingdom Y2011 64022
## 4654 United Kingdom Y2012 64525
## 4655 United Kingdom Y2013 64984
## 4656 United Kingdom Y2014 65423
## 4657 United Kingdom Y2015 65860
## 4658 United Kingdom Y2016 66298
## 4659 United Kingdom Y2017 66727
## 4660 United Kingdom Y2018 67142
## 4661 United Kingdom Y2019 67530
## 4662 United Kingdom Y2020 67886
## 4663 United Republic of Tanzania Y2000 33499
## 4664 United Republic of Tanzania Y2001 34386
## 4665 United Republic of Tanzania Y2002 35335
## 4666 United Republic of Tanzania Y2003 36338
## 4667 United Republic of Tanzania Y2004 37380
## 4668 United Republic of Tanzania Y2005 38450
## 4669 United Republic of Tanzania Y2006 39549
## 4670 United Republic of Tanzania Y2007 40681
## 4671 United Republic of Tanzania Y2008 41854
## 4672 United Republic of Tanzania Y2009 43074
## 4673 United Republic of Tanzania Y2010 44347
## 4674 United Republic of Tanzania Y2011 45674
## 4675 United Republic of Tanzania Y2012 47053
## 4676 United Republic of Tanzania Y2013 48483
## 4677 United Republic of Tanzania Y2014 49961
## 4678 United Republic of Tanzania Y2015 51483
## 4679 United Republic of Tanzania Y2016 53049
## 4680 United Republic of Tanzania Y2017 54660
## 4681 United Republic of Tanzania Y2018 56313
## 4682 United Republic of Tanzania Y2019 58005
## 4683 United Republic of Tanzania Y2020 59734
## 4684 United States of America Y2000 281711
## 4685 United States of America Y2001 284608
## 4686 United States of America Y2002 287279
## 4687 United States of America Y2003 289816
## 4688 United States of America Y2004 292355
## 4689 United States of America Y2005 294994
## 4690 United States of America Y2006 297759
## 4691 United States of America Y2007 300608
## 4692 United States of America Y2008 303486
## 4693 United States of America Y2009 306308
## 4694 United States of America Y2010 309011
## 4695 United States of America Y2011 311584
## 4696 United States of America Y2012 314044
## 4697 United States of America Y2013 316401
## 4698 United States of America Y2014 318673
## 4699 United States of America Y2015 320878
## 4700 United States of America Y2016 323016
## 4701 United States of America Y2017 325085
## 4702 United States of America Y2018 327096
## 4703 United States of America Y2019 329065
## 4704 United States of America Y2020 331003
## 4705 United States Virgin Islands Y2000 109
## 4706 United States Virgin Islands Y2001 109
## 4707 United States Virgin Islands Y2002 109
## 4708 United States Virgin Islands Y2003 108
## 4709 United States Virgin Islands Y2004 108
## 4710 United States Virgin Islands Y2005 108
## 4711 United States Virgin Islands Y2006 107
## 4712 United States Virgin Islands Y2007 107
## 4713 United States Virgin Islands Y2008 107
## 4714 United States Virgin Islands Y2009 106
## 4715 United States Virgin Islands Y2010 106
## 4716 United States Virgin Islands Y2011 106
## 4717 United States Virgin Islands Y2012 106
## 4718 United States Virgin Islands Y2013 105
## 4719 United States Virgin Islands Y2014 105
## 4720 United States Virgin Islands Y2015 105
## 4721 United States Virgin Islands Y2016 105
## 4722 United States Virgin Islands Y2017 105
## 4723 United States Virgin Islands Y2018 105
## 4724 United States Virgin Islands Y2019 105
## 4725 United States Virgin Islands Y2020 104
## 4726 Uruguay Y2000 3320
## 4727 Uruguay Y2001 3325
## 4728 Uruguay Y2002 3326
## 4729 Uruguay Y2003 3324
## 4730 Uruguay Y2004 3321
## 4731 Uruguay Y2005 3322
## 4732 Uruguay Y2006 3325
## 4733 Uruguay Y2007 3332
## 4734 Uruguay Y2008 3340
## 4735 Uruguay Y2009 3350
## 4736 Uruguay Y2010 3359
## 4737 Uruguay Y2011 3369
## 4738 Uruguay Y2012 3379
## 4739 Uruguay Y2013 3389
## 4740 Uruguay Y2014 3400
## 4741 Uruguay Y2015 3412
## 4742 Uruguay Y2016 3424
## 4743 Uruguay Y2017 3437
## 4744 Uruguay Y2018 3449
## 4745 Uruguay Y2019 3462
## 4746 Uruguay Y2020 3474
## 4747 Uzbekistan Y2000 24770
## 4748 Uzbekistan Y2001 25109
## 4749 Uzbekistan Y2002 25431
## 4750 Uzbekistan Y2003 25749
## 4751 Uzbekistan Y2004 26078
## 4752 Uzbekistan Y2005 26428
## 4753 Uzbekistan Y2006 26804
## 4754 Uzbekistan Y2007 27205
## 4755 Uzbekistan Y2008 27627
## 4756 Uzbekistan Y2009 28065
## 4757 Uzbekistan Y2010 28516
## 4758 Uzbekistan Y2011 28977
## 4759 Uzbekistan Y2012 29449
## 4760 Uzbekistan Y2013 29933
## 4761 Uzbekistan Y2014 30426
## 4762 Uzbekistan Y2015 30930
## 4763 Uzbekistan Y2016 31442
## 4764 Uzbekistan Y2017 31960
## 4765 Uzbekistan Y2018 32476
## 4766 Uzbekistan Y2019 32982
## 4767 Uzbekistan Y2020 33469
## 4768 Vanuatu Y2000 185
## 4769 Vanuatu Y2001 189
## 4770 Vanuatu Y2002 194
## 4771 Vanuatu Y2003 199
## 4772 Vanuatu Y2004 204
## 4773 Vanuatu Y2005 209
## 4774 Vanuatu Y2006 214
## 4775 Vanuatu Y2007 219
## 4776 Vanuatu Y2008 225
## 4777 Vanuatu Y2009 230
## 4778 Vanuatu Y2010 236
## 4779 Vanuatu Y2011 243
## 4780 Vanuatu Y2012 250
## 4781 Vanuatu Y2013 257
## 4782 Vanuatu Y2014 264
## 4783 Vanuatu Y2015 271
## 4784 Vanuatu Y2016 278
## 4785 Vanuatu Y2017 285
## 4786 Vanuatu Y2018 293
## 4787 Vanuatu Y2019 300
## 4788 Vanuatu Y2020 307
## 4789 Venezuela (Bolivarian Republic of) Y2000 24192
## 4790 Venezuela (Bolivarian Republic of) Y2001 24646
## 4791 Venezuela (Bolivarian Republic of) Y2002 25100
## 4792 Venezuela (Bolivarian Republic of) Y2003 25552
## 4793 Venezuela (Bolivarian Republic of) Y2004 25997
## 4794 Venezuela (Bolivarian Republic of) Y2005 26432
## 4795 Venezuela (Bolivarian Republic of) Y2006 26850
## 4796 Venezuela (Bolivarian Republic of) Y2007 27248
## 4797 Venezuela (Bolivarian Republic of) Y2008 27636
## 4798 Venezuela (Bolivarian Republic of) Y2009 28031
## 4799 Venezuela (Bolivarian Republic of) Y2010 28440
## 4800 Venezuela (Bolivarian Republic of) Y2011 28888
## 4801 Venezuela (Bolivarian Republic of) Y2012 29361
## 4802 Venezuela (Bolivarian Republic of) Y2013 29781
## 4803 Venezuela (Bolivarian Republic of) Y2014 30043
## 4804 Venezuela (Bolivarian Republic of) Y2015 30082
## 4805 Venezuela (Bolivarian Republic of) Y2016 29851
## 4806 Venezuela (Bolivarian Republic of) Y2017 29402
## 4807 Venezuela (Bolivarian Republic of) Y2018 28887
## 4808 Venezuela (Bolivarian Republic of) Y2019 28516
## 4809 Venezuela (Bolivarian Republic of) Y2020 28436
## 4810 Viet Nam Y2000 79910
## 4811 Viet Nam Y2001 80743
## 4812 Viet Nam Y2002 81534
## 4813 Viet Nam Y2003 82302
## 4814 Viet Nam Y2004 83063
## 4815 Viet Nam Y2005 83833
## 4816 Viet Nam Y2006 84618
## 4817 Viet Nam Y2007 85420
## 4818 Viet Nam Y2008 86243
## 4819 Viet Nam Y2009 87092
## 4820 Viet Nam Y2010 87968
## 4821 Viet Nam Y2011 88871
## 4822 Viet Nam Y2012 89802
## 4823 Viet Nam Y2013 90753
## 4824 Viet Nam Y2014 91714
## 4825 Viet Nam Y2015 92677
## 4826 Viet Nam Y2016 93640
## 4827 Viet Nam Y2017 94601
## 4828 Viet Nam Y2018 95546
## 4829 Viet Nam Y2019 96462
## 4830 Viet Nam Y2020 97339
## 4831 Wallis and Futuna Islands Y2000 15
## 4832 Wallis and Futuna Islands Y2001 15
## 4833 Wallis and Futuna Islands Y2002 15
## 4834 Wallis and Futuna Islands Y2003 15
## 4835 Wallis and Futuna Islands Y2004 15
## 4836 Wallis and Futuna Islands Y2005 15
## 4837 Wallis and Futuna Islands Y2006 15
## 4838 Wallis and Futuna Islands Y2007 14
## 4839 Wallis and Futuna Islands Y2008 14
## 4840 Wallis and Futuna Islands Y2009 13
## 4841 Wallis and Futuna Islands Y2010 13
## 4842 Wallis and Futuna Islands Y2011 12
## 4843 Wallis and Futuna Islands Y2012 12
## 4844 Wallis and Futuna Islands Y2013 12
## 4845 Wallis and Futuna Islands Y2014 12
## 4846 Wallis and Futuna Islands Y2015 12
## 4847 Wallis and Futuna Islands Y2016 12
## 4848 Wallis and Futuna Islands Y2017 12
## 4849 Wallis and Futuna Islands Y2018 12
## 4850 Wallis and Futuna Islands Y2019 11
## 4851 Wallis and Futuna Islands Y2020 11
## 4852 Western Sahara Y2000 314
## 4853 Western Sahara Y2001 337
## 4854 Western Sahara Y2002 363
## 4855 Western Sahara Y2003 391
## 4856 Western Sahara Y2004 417
## 4857 Western Sahara Y2005 438
## 4858 Western Sahara Y2006 452
## 4859 Western Sahara Y2007 462
## 4860 Western Sahara Y2008 469
## 4861 Western Sahara Y2009 474
## 4862 Western Sahara Y2010 480
## 4863 Western Sahara Y2011 488
## 4864 Western Sahara Y2012 496
## 4865 Western Sahara Y2013 505
## 4866 Western Sahara Y2014 515
## 4867 Western Sahara Y2015 526
## 4868 Western Sahara Y2016 539
## 4869 Western Sahara Y2017 553
## 4870 Western Sahara Y2018 567
## 4871 Western Sahara Y2019 582
## 4872 Western Sahara Y2020 597
## 4873 Yemen Y2000 17409
## 4874 Yemen Y2001 17918
## 4875 Yemen Y2002 18444
## 4876 Yemen Y2003 18985
## 4877 Yemen Y2004 19540
## 4878 Yemen Y2005 20107
## 4879 Yemen Y2006 20688
## 4880 Yemen Y2007 21283
## 4881 Yemen Y2008 21892
## 4882 Yemen Y2009 22516
## 4883 Yemen Y2010 23155
## 4884 Yemen Y2011 23808
## 4885 Yemen Y2012 24473
## 4886 Yemen Y2013 25147
## 4887 Yemen Y2014 25823
## 4888 Yemen Y2015 26498
## 4889 Yemen Y2016 27168
## 4890 Yemen Y2017 27835
## 4891 Yemen Y2018 28499
## 4892 Yemen Y2019 29162
## 4893 Yemen Y2020 29826
## 4894 Zambia Y2000 10416
## 4895 Zambia Y2001 10692
## 4896 Zambia Y2002 10972
## 4897 Zambia Y2003 11257
## 4898 Zambia Y2004 11551
## 4899 Zambia Y2005 11856
## 4900 Zambia Y2006 12174
## 4901 Zambia Y2007 12503
## 4902 Zambia Y2008 12849
## 4903 Zambia Y2009 13215
## 4904 Zambia Y2010 13606
## 4905 Zambia Y2011 14023
## 4906 Zambia Y2012 14465
## 4907 Zambia Y2013 14927
## 4908 Zambia Y2014 15400
## 4909 Zambia Y2015 15879
## 4910 Zambia Y2016 16363
## 4911 Zambia Y2017 16854
## 4912 Zambia Y2018 17352
## 4913 Zambia Y2019 17861
## 4914 Zambia Y2020 18384
## 4915 Zimbabwe Y2000 11881
## 4916 Zimbabwe Y2001 11924
## 4917 Zimbabwe Y2002 11954
## 4918 Zimbabwe Y2003 11982
## 4919 Zimbabwe Y2004 12020
## 4920 Zimbabwe Y2005 12077
## 4921 Zimbabwe Y2006 12155
## 4922 Zimbabwe Y2007 12256
## 4923 Zimbabwe Y2008 12380
## 4924 Zimbabwe Y2009 12527
## 4925 Zimbabwe Y2010 12698
## 4926 Zimbabwe Y2011 12894
## 4927 Zimbabwe Y2012 13115
## 4928 Zimbabwe Y2013 13350
## 4929 Zimbabwe Y2014 13587
## 4930 Zimbabwe Y2015 13815
## 4931 Zimbabwe Y2016 14030
## 4932 Zimbabwe Y2017 14237
## 4933 Zimbabwe Y2018 14439
## 4934 Zimbabwe Y2019 14645
## 4935 Zimbabwe Y2020 14863
head(WPmydataset)
## Country Year Population
## 1 Burundi Y2000 6379
## 2 Comoros Y2000 542
## 3 Djibouti Y2000 718
## 4 Eritrea Y2000 2292
## 5 Ethiopia Y2000 66225
## 6 Kenya Y2000 31965
WP1 <- arrange(WPmydataset, Year)
WP10 <- WP1 %>% filter(Year == 'Y2020')
WP2 <- WP10 %>% arrange(desc(Population))
WP3 <- head(WP2, n=10)
WP3 %>% kable() %>% kable_styling()
| Country | Year | Population |
|---|---|---|
| China | Y2020 | 1439324 |
| India | Y2020 | 1380004 |
| United States of America | Y2020 | 331003 |
| Indonesia | Y2020 | 273524 |
| Pakistan | Y2020 | 220892 |
| Brazil | Y2020 | 212559 |
| Nigeria | Y2020 | 206140 |
| Bangladesh | Y2020 | 164689 |
| Russian Federation | Y2020 | 145934 |
| Mexico | Y2020 | 128933 |
ggplot(WP3, aes(x = reorder(Country, -Population), y = Population, fill = Country)) +
geom_bar(stat = "identity") +
xlab("Country") +
ylab("Population") +
ggtitle("Top Global Population (in thousands)") +
theme(axis.text.x = element_text(angle = 45,hjust = 1)) +
theme(plot.title = element_text(hjust = 0.5))